Blockland Forums > Help
I can't ban. It doesn't work.
Pages: (1/1)
Pacnet2012²:
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.
Mold:
Maybe aome fail-on has packaged the servercmds?
You can use banBL_ID(%id, %time, %reason); I do believe
pecon98:
Have you tried not using the GUI? From the client console do
--- Code: ---commandtoserver('ban', 0, -1, 1, "Test");
--- End code ---
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.
Pacnet2012²:
I found the issue. Locking.
Pages: (1/1)