Raised This Month: $ Target: $400
 0% 

define two flags?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-21-2010 , 05:37   Re: define two flags?
Reply With Quote #2

PHP Code:
const FLAG_ADMIN_HOOK ADMIN_LEVEL_A ADMIN_LEVEL_B

register_clcmd
("+hook""ClCmd_HookOn"FLAG_ADMIN_HOOK)

public 
ClCmd_HookOn(idlvl)
{
    if( !
is_user_alive(id) || get_user_flags(id) & FLAG_ADMIN_HOOK != FLAG_ADMIN_HOOK )
    {
        return 
PLUGIN_HANDLED
    
}
    return 
PLUGIN_HANDLED

__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:28.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode