View Single Post
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 09-24-2005 , 20:46  
Reply With Quote #27

I was thinking something on the lines of this:

Code:
register_cvar("restnames_immunity","1");

Code:
    if(get_user_flags(id) & ADMIN_IMMUNITY && get_cvar_num("restnames_immunity"))     {         return PLUGIN_HANDLED;     }
__________________
Hawk552 is offline
Send a message via AIM to Hawk552