| Blockland Forums > Help |
| What commands are there for a dedicated server console? |
| (1/2) > >> |
| Maxx_:
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? |
| Plexious:
talk("messagehere"); |
| Zeblote:
--- Quote from: Maxx_ on April 01, 2013, 08:43:17 PM ---Is there a full list of commands? --- End quote --- A full list is impossible |
| Setro:
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. |
| Setro:
Also look at this thread: http://forum.blockland.us/index.php?topic=82294.0 |
| Navigation |
| Message Index |
| Next page |