Author Topic: Whats the ban command for the console?  (Read 795 times)

I know it's /ban 0 ID -1 "Reason"

But when you type the reason it cannot have any space. If I type "Being stupid" it will show up as "Being" only. I have to put "Being_Stupid".

What's the actual command?

commandToServer('ban', "",  ID, -1, "multi word reason");

commandToServer('ban', "",  ID, -1, "multi word reason");
nope

commandToServer('ban',"id",the bl_id,the ban time in minutes,"multi word reason");

nope

commandToServer('ban',"id",the bl_id,the ban time in minutes,"multi word reason");
What you posted, "id", is completely useless.

banBLID("Id","Minutes","Reason");

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?

Code: [Select]
commandToServer('ban',"put whatever you want this param is ignored","bl_id","ban time","multi word reason");
Client_sided

Code: [Select]
banBLID("bl_id","ban time","multiple word reason");
server-sided

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.

Do I have to type it in the console when I'm in-game?
I want to ban from the dedicated console...

Use the server-sided one.
Should work with you in the server or not.

Use the server-sided one.
Should work with you in the server or not.
I did and it doesn't do anything.

I go in the game to check the banlist and no one is there...