Author Topic: Ban Command  (Read 567 times)

I feel incredibly stupid for asking this because I should totally know it, but what is the -
1. chat command to ban someone?
2. console command to ban someone?

I used to know them, but I forgot... Hooray for short-term memory.

/ban 0 [ID] [time] [1wordreason]
not sure about the console one

Code: [Select]
/ban BL_ID 9000 -1 SpammingThat'd ban the ID 9,000 forever for the reason "Spamming".

commandtoserver('ban',0,ID,Time,"Multiple Word Reason");

Dedicated server: banBLID(ID,Time,"Reason");

Thanks everyone, and can you do multiple word reasons?

Thanks everyone, and can you do multiple word reasons?
commandtoserver('ban',0,ID,Time,"Multiple Word Reason");

Thanks everyone, and can you do multiple word reasons?

If you would like to do multiple word reasons for chat commands you will have to improvise spacing. Ex. "Ban_reason_here."

If you would like to do multiple word reasons for chat commands you will have to improvise spacing. Ex. "Ban_reason_here."
or as i do, all one word
commandtoserver('ban',0,ID,Time,"Multiple Word Reason");

Dedicated server: banBLID(ID,Time,"Reason");
thought it was something like that...

I needed to know this too lol

-derpsnip-

...I'm not blind, I swear.

Also locked, thanks for everyone's help.