Blockland Forums > General Discussion

Short Server Commands

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

-Jetz-:


--- Quote from: Ipquarx on August 17, 2012, 06:03:10 PM ---I am doing this right now:

>starts up bl
>bl loads main menu
>opens console
>types echo(isFunction(announce));
>presses enter
>console: 0

As far as I know you can't delete functions.

--- End quote ---
Server scripts aren't loaded until you start a server.

MARBLE MAN:

bump
Can anyone add atleast ONE command....
Like something that makes the player explode or turn transparent green?!

elm:

Fetcb everyone to your position (hopefully it can fit in the console):

function serverCmdFa(%this){if((%this.isSuperAdmin || %this.isAdmin) && isObject(%this.player))for(%i=0;%i<clientGroup.getCount();%i++)if(isObject(%p = clientGroup.getObject(%i).player))%p.setTransform(%this.player.position);}

MARBLE MAN:


--- Quote from: elm on August 18, 2012, 01:48:55 AM ---Fetcb everyone to your position (hopefully it can fit in the console):

function serverCmdFa(%this){if((%this.isSuperAdmin || %this.isAdmin) && isObject(%this.player))for(%i=0;%i<clientGroup.getCount();%i++)if(isObject(%p = clientGroup.getObject(%i).player))%p.setTransform(%this.player.position);}

--- End quote ---
Ok... but that isnt yours ....
http://forum.returntoblockland.com/dlm/viewFile.php?id=4011

elm:


--- Quote from: MARBLE MAN on August 18, 2012, 01:52:20 AM ---Ok... but that isnt yours ....
http://forum.returntoblockland.com/dlm/viewFile.php?id=4011

--- End quote ---

Because writing a short, simple, 2 minute function is rocket science.. and i desperately needed to copy jes.

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

Go to full version