Hmm.. I checked uncle sam for this:
Code:
new accessLevel[10]
get_cvar_string("admin_flag", accessLevel, 9)
if ( get_user_flags(id)&read_flags(accessLevel) ) {
I guess ur not stupid, so u also have to register the cvar:
Code:
register_cvar("admin_flag", "a or whatever flag you want")
Im not sure if it will all work, since it has been a while that I was online last time..
__________________