Author Topic: I can't ban. It doesn't work.  (Read 530 times)

On my server, if I try to ban someone, nothing happens.
Same thing for kick. It does nothing. I use the admin menu but nothing happens.

I can really only kick like this :

findclientbyname("guys name").delete("Spamming");


Should I trace the console, try banning, then posting console.log?

It's a dedicated server.

Maybe aome fail-on has packaged the servercmds?


You can use banBL_ID(%id, %time, %reason); I do believe

Have you tried not using the GUI? From the client console do
Code: [Select]
commandtoserver('ban', 0, -1, 1, "Test");If that works, then it means something messed up your admin GUI. If it doesn't work then the server thinks you are not an admin or the server commands were overwritten by a poorly made add-on.

I found the issue. Locking.