Blockland Forums > Help
Dedicated server console
Jonnycake:
can you use it to make commands, like see whose in your server?
Greek2me:
To see who is in your server, type this in this console:
--- Code: ---listClients();
--- End code ---
Use this command to send a message to everybody:
--- Code: ---talk("Hello everybody! This is a message.");
--- End code ---
Those are just a few, there's tons of commands you can use. Any other ones you're wondering about?
Jonnycake:
Ah, well, which ones would be useful?
Jonnycake:
can you ban/kick form the console? or add admin or change save?
pecon98:
--- Quote from: Jonnycake on November 17, 2012, 01:10:53 AM ---can you ban/kick form the console? or add admin or change save?
--- End quote ---
Kick: findclientbyname("<name>").delete("Reasons");
Ban: BanBLID(<ID>, 0, <time>, "<reason>"); - At least I think those are the arguments...