Quote:
Originally Posted by OneMoreLevel
I mean RCON as in they have full power over the server, like can adjust plugins and stuff, so I assume:
PHP Code:
get_user_flags( id ) & ADMIN_RCON
|
There are two forms of rcon admin. There's the one that you can access by using the
amx_rcon command, with the rights given by the AMXX users.ini file. There's also the rcon admin where you type "
rcon_password <server's rcon password>" into your console, which does not require AMXX to use. My first example was for AMXX's rcon admin, the second was for HLDS rcon admin.
__________________