Author Topic: How to ban people without them being there?  (Read 513 times)

The command? The /ban command is pretty broken. When you try to enter a reason between the quotes only 1 word appears unless there are no spaces in it.

The command console I cannot find anywhere.
Is there an add-on?

Client sided:
commandToServer('ban',"","bl_id","ban time","reason");

Server sided:
banBLID("bl_id","time","reason");

Client sided:
commandToServer('ban',"","bl_id","ban time","reason");

Server sided:
banBLID("bl_id","time","reason");
Thanks