Blockland Forums > Help
Whats the ban command for the console?
Blockzillahead:
Thanks guys.
Also I'm wondering. Why are there 2 ID's in the ban command? The first being ClientID or something and the second being the actual ID.
Is the first ID like the name of the person?
Mold:
--- Code: ---commandToServer('ban',"put whatever you want this param is ignored","bl_id","ban time","multi word reason");
--- End code ---
Client_sided
--- Code: ---banBLID("bl_id","ban time","multiple word reason");
--- End code ---
server-sided
Blockzillahead:
Both commands don't work.
I type it in the dedicated server cmd and when I enter the server to see the list they don't show up.
Blockzillahead:
Do I have to type it in the console when I'm in-game?
I want to ban from the dedicated console...
K3k0m@n:
Use the server-sided one.
Should work with you in the server or not.