| Blockland Forums > General Discussion |
| Command Bank |
| (1/3) > >> |
| Iron:
Hey, I am looking for lots of commands to make a command bank with, console commands only please! Starting list: Jet(1); Mousefire(1); clientCMDtimescale (0.4); Jump(1); Playerwalk(1); Sky.delete(); host only Add more! |
| Starzy:
crash(); while(true){} |
| TheBlackParrot:
dumpConsoleFunctions(); /thread also it's clientCmdTimescale(0.4); lol |
| Pecon:
It's clientCmdTimeScale, not playerCmdTimeScale. Client: TurnRight(); - 1 or 0 to turn or not turn right. TurnLeft(); - 1 or 0 to turn or not turn left. crouch(); - 1 or 0 to crouch or not crouch clientCmdShowBricks(); - 1 or 0 to show or not show hidden bricks (like when you hold a tool) Server: Announce("An announcement here"); - Make an announcement banBLID(ID, TIME, "Reason"); - Ban someone using their ID for(%i=0;%i<clientGroup.getCount();%i++){%c=clientgroup.getobject(%i);if(isobject(%c.player))%c.player.kill();} - Kill everyone on the server shutDown(); - Kicks everyone off the server with the message "The server has been shut down". (This does not actually shut down the server) findClientByName("nameOfPerson").delete("You've been kicked!"); - Kicks the specified player with a message. Both: quit(); - Properly shuts down the game, preferences are saved, ect. |
| Iron:
--- Quote from: TheBlackParrot on December 20, 2013, 04:04:19 AM ---dumpConsoleFunctions(); /thread also it's clientCmdTimescale(0.4); lol --- End quote --- That's what I wrote. Are you blind? |
| Navigation |
| Message Index |
| Next page |