Many novice network players in CS1.6, when creating their own server, face the problem of assigning administrator rights to themselves and other players. With some knowledge, this problem can be easily solved.
Necessary
hlds.exe or AMX Mod
Instructions
Step 1
First, start the server with hlds.exe. Then enter the password in the "RCON Password" field to gain access to the console. For the same purpose, you can go the other way: enter in the server console (by going to the appropriate tab): rcon_password "mypw". To avoid repeating one of the above procedures all the time, enter the line rcon_password "mypw" in the server.cfg file opened in a text editor.
Step 2
After setting a password for the console, start CS1.6. After that, write the same line in the console of the game itself: rcon_password "mypw". To avoid repeating this command all the time, enter the line rcon_password "mypw" in the userconfig.cfg file opened in a text editor. If this file is not in the game folder, create it. After logging into the server, proceed to the server settings, accessible only to the administrator, which you will be. Do not forget that with this method only one administrator can exist on the server.
Step 3
Another method of assigning administrator rights is to use the AMX Mod X server plugin. After installing it, open the users.ini file in the mod folder. This object with various explanations and administrative commands can be downloaded by following the link https://www.mgame.su/files/other_files/users.rar. In order to assign administrator rights to players, you need to edit some lines in the users.ini file. You can go in several ways, or rather three.
Step 4
If you have a steam version of the game, enter this command "STEAM_0: 0: 000000" " "aabcdefghijklmnopqrstu" "ce" (where in the first "quotes" insert your Steam account ID). The second method is suitable for owners of nosteam versions. Enter the string "192.168.1.2" " "abcdefghijklmnopqrstu" "de", where in the first "quotes" insert your IP address. You can also use the third method, which allows you to enter the administrator menu using your username and password. To do this, enter the command "login" "password" "abcdefghijklmnopqrstu" "a".