Add Admin
Requirement:
➤ Log in to the game server control panel or alternatively connect to the server via SFTP.
Open the file:
bash
/cstrike/addons/amxmodx/configs/users.iniExample for a Steam-ID admin:
bash
"STEAM_0:1:12345678" "deinpasswort" "abcdefghijklmnopqrstu" "ce"| Admin configuration line | Explanation |
|---|---|
| STEAM_0:1:12345678 | Steam ID |
| yourpassword | Password |
| abcdefghijklmnopqrstu | Permission flags |
| ce | Access type |
Afterwards:
Restart the server.
