Blockland Forums > Suggestions & Requests

Admin Cloak

Pages: << < (5/8) > >>

phflack:


--- Code: ---$remapdivision[$remapcount] = "Cloak";
$remapname[$remapcount] = "Activate";
$remapcmd[$remapcount] = "cloakme";
$remapcount++;
$remapname[$remapcount] = "Deactivate";
$remapcmd[$remapcount] = "uncloakme";
$remapcount++;
function cloakme(%a)
{
if(%a)
commandtoserver('cloak');
}
function uncloakme(%a)
{
if(%a)
commandtoserver('Self Delete');
}

--- End code ---


-Blok-:

Now what do I do? Remember, I am handicapped when it comes to anything scripting or add-on stuff.

phflack:

go to addons, make a folder labled client_cloak
make a client.cs file and paste that into it
make a description.txt and write some stuff in it
go ingame and set the keybinds
go to a server with the cloak and test it

Mr.Noßody:

Well, you could always remove the admin ball emitter so the admin ball doesn't emit anything.
You would be invisible and be able to go through bricks.

-Blok-:


--- Quote from: Mr.Noßody on August 08, 2012, 01:07:15 AM ---Well, you could always remove the admin ball emitter so the admin ball doesn't emit anything.

--- End quote ---
How do I do this?

Pages: << < (5/8) > >>

Go to full version