No, here's what you do.
Take the access flags you want to use it.
Ex. ADMIN_KICK and ADMIN_SLAP (Cant remember exact names off the top of my head)
do this:
Code:
server_print("The access level is %i",ADMIN_KICK&ADMIN_SLAP)
Use that in the cvar
__________________