Hey there, I was wondering why if I set a password for admin accounts I cannot log in using a password? it keeps telling me no matter what I do:
Code:
Disconnect: Your name is reserved by SourceMod; set your password to use it..
What I tried:
Admins simple ini
"mynamehere" "99:abcdefghijklmn" "test"
With that set, I looked up in the core.cfg what the password var is, default seems to be _password.
So I use in the client console setinfo _password "test" and still im getting kicked.
What am I doing wrong? what must I do for passwords to work properly?
EDIT
I think I found different way to change the passinfovar, and it seems to be working now, what I did maybe also help other people with the same problem:
In the server console try this "sm config PassInfoVar _adminpass" and then use setinfo "_adminpass" "passwordhere" on the client.