Hi this guide is for all admin of a server, when you log on it auto detect that your the admin so you don't have to go in your console and set your password everytime you log on.
Server side
First open this file users.ini that is found in addons/amxx/configs/, and add this:
1- Player with max admin access that is detected with your nick name ( I don't suggest it ):
Code:
"game name" " pass" "abcdefghijklmnopqrstuz" "a"
2- Player with max admin access and detected by wonid :
Code:
" wonid or Steam_id" " pass" "abcdefghijklmnopqrstuz" "c"
3- Player with max admin access and detection by ip:
Code:
"ip" "pass" "abcdefghijklmnopqrstuz" "d"
Client side
Open the file autoexec.cfg found in../cstrike and add this:
Code:
setinfo "_pw" " pass"
THE PASS IS YOUR RCON PASS
Hope this help you if you have any question just ask me I'll help you out !