3.8.1
Code:
register_concmd("amx_quit","admin_quit",ADMIN_KICK,"<nick, #userid, authid or @team>")
4.0
Code:
register_concmd("amx_quit","admin_quit",ADMIN_LEVEL_E,"<nick, #userid, authid or @team>")
Code:
#define ADMIN_LEVEL_E (1<<16) /* flag "q" */
It is now a custom level, so its more flexible with a server owner who is letting people purchase admin. They are setup in groups so you have more leeway on giving commands, its not misconstrued, or a bunch in one section. You can always double check
Here
__________________