Quote:
Originally Posted by asherkin
Entirely incorrect, SourceMod uses the engine ban system.
---
The format of that file is a series of banid commands.
In server.cfg you should have
Code:
exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip
in exactly that order. Remove the commands from autoexec.cfg.
|
Ah ok, thanks. I finally got a ban to stick using the sm_addban command. I'll try the other commands after I update my server.cfg file. Cheers.