Author Topic: How to ban a user Id  (Read 432 times)

Hello people of help.


Well the tittle says it, i need to know how to ban a user id without them ever being in my server.

Preferably in game but out of game will work to.

Thanks

Hello people of help.


Well the tittle says it, i need to know how to ban a user id without them ever being in my server.

Preferably in game but out of game will work to.

Thanks

type:
/ban (name) (id) (time) (reason)

that or:
/ban (id) (name) (time) (reason)

Sorry for long wait.

Ontopic:Thanks

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

type:
/ban (name) (id) (time) (reason)

that or:
/ban (id) (name) (time) (reason)
wrongo
/ban 0 [ID] [time] [1wordreason]
ie: /ban 0 6887 -1 Quack.
would ban me forever :D

that or go to the clear brick list, click a name/ID, and select ban

Preferably in game
/ban 0 ID TIME REASON
-or-
in console: commandToServer('ban',0,ID,Time,"Reason kthx");
but out of game will work to.
banBLID(ID,Time,"Reason");