Author Topic: What commands are there for a dedicated server console?  (Read 1308 times)

For example, like what is the command to say things so it pops up for example:
CONSOLE: Hello!
Is there a full list of commands?


Is there a full list of commands?
A full list is impossible


CilentID.delete(); - Deletes the ID you put in.
ClientID.setScale("1 1 1"); - sets the scale of the ID you put in.
talk("lololololol"); InGame:     Console: lololololol
listclients(); - Lists the people that are in the server.
servercmdmessagesent(findclientbyname("namehere834"),"messagehere lololol"); - The RIGHT way to let you talk as someone else.
$Pref::Server::MaxPlayers = <amount>; - Changes MaxPlayers for the server.
for(%i=0;%i<BrickGroup_XXXX.getCount();%i++) { BrickGroup_XXXX.getObject(%i).fakeKillBrick("0 0 0",60); }    // fill in the X's with your BLID  -Fakekills all your bricks
buildfloor(); - Builds a floor
buildstairs(); - Builds stairs
buildconfetti(); - Builds spam.
buildwall(); - Builds a wall.
announce("The random number selected was (" @ getRandom(1,50) @ ")"); - where it says (" @ getRandom(1,50) @ ") it will show a random number inbteen 1 and 50.

Found this, not mine though.