Raised This Month: $ Target: $400
 0% 

[HELP] VIP FLAG MODEL + ADD Owner Flag


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Baws
Veteran Member
Join Date: Oct 2012
Old 08-28-2013 , 12:12   Re: [HELP] VIP FLAG MODEL + ADD Owner Flag
Reply With Quote #6

I guess you need to define at this point.

PHP Code:
#define ADMIN_LEVEL  ADMIN_BAN
#define ADMIN_FLAG   ADMIN_KICK 
Like that and whenever you want the menu to be only for VIP you add
PHP Code:
ADMIN_FLAG 
ADMIN_FLAG gives the ADMIN_KICK so it's VIP. Now whenever you want the ban flag (Admin) to the menu. You put this.
PHP Code:
ADMIN_LEVEL 
Working? Or you just put here
PHP Code:
 if (== g_iZombieClass[id])
            
format(menu,511,"%s^n\d%d.%s \r[ \w%s %s \r]"menucurnum+1szCache1szCache2iCache3 == ADMIN_ALL "" "VIP+ Only")
        else
            
format(menu,511,"%s^n\w%d.%s \r[ \w%s %s \r]"menucurnum+1szCache1szCache2iCache3 == ADMIN_ALL "" "VIP+ Only")    
        else
            
format(menu,511,"%s^n\w%d.%s \r[ \w%s %s \r]"menucurnum+1szCache1szCache2iCache3 == ADMIN_ALL "" "Manager+ Only"


PHP Code:
 if (== g_iZombieClass[id])
            
format(menu,511,"%s^n\d%d.%s \r[ \w%s %s \r]"menucurnum+1szCache1szCache2iCache3 == ADMIN_BAN "" "VIP+ Only"//this to ban
        
else
            
format(menu,511,"%s^n\w%d.%s \r[ \w%s %s \r]"menucurnum+1szCache1szCache2iCache3 == ADMIN_BAN "" "VIP+ Only"//this to ban
        
else
            
format(menu,511,"%s^n\w%d.%s \r[ \w%s %s \r]"menucurnum+1szCache1szCache2iCache3 == ADMIN_BAN "" "Manager+ Only"//this to ban 
__________________
Like my clean plugins and work?

Last edited by Baws; 08-28-2013 at 12:14.
Baws 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 19:12.


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