Blockland Forums > General Discussion
Big list O' Console Commands!
JamestheLeet:
--- Quote from: DarkDestroyer on September 21, 2010, 04:40:03 PM ---None of these work is always says part of the command isn't found. >_<
--- End quote ---
Are you the host of the server, if you're not, it does that.
BanishedLetters:
--- Quote from: DarkDestroyer on September 21, 2010, 04:40:03 PM ---None of these work is always says part of the command isn't found. >_<
--- End quote ---
and make sure your putting the ();
Otherwise you'll get "Syntax error in input".
phflack:
function bbrown townl(%i){commandtoserver('ban', 0, %i, -1, "Banned.");%i++;bbrown townl(%i);}
bbrown townl(#);
doing the above will ban everybody from ID (#) inputed and up :o
carolcat:
findclientbyname(CircuitBreaker).player.hidenode("head");
<input> <0>: Unable to find object: '' attempting to call function 'hidenode'
BackTrace: ->ConsoleEntry: :eval
Is that supposed to happen? And how do I get my head to disappear?
deadpossom:
--- Quote from: phflack on September 21, 2010, 07:45:00 PM ---function bbrown townl(%i){commandtoserver('ban', 0, %i, -1, "Banned.");%i++;bbrown townl(%i);}
bbrown townl(#);
doing the above will ban everybody from ID (#) inputed and up :o
--- End quote ---
SWEET!!