Raised This Month: $ Target: $400
 0% 

problem with get_user_flags


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
kimilover
Junior Member
Join Date: Oct 2010
Old 07-11-2013 , 11:16   Re: problem with get_user_flags
Reply With Quote #6

try this
PHP Code:
 if(iFlags ADMIN_IMMUNITY
        
admin 
    
else if((iFlags ADMIN_LEVEL_G) && (iFlags ADMIN_LEVEL_H)) 
        
admin 
    
else if(iFlags ADMIN_LEVEL_G
        
admin 
    
else if((iFlags ADMIN_LEVEL_A) && (iFlags ADMIN_LEVEL_H))
        
admin 4
    
else if(iFlags ADMIN_LEVEL_A)
        
admin 5
    
else if((iFlags ADMIN_VOTE) && (iFlags ADMIN_LEVEL_H))
        
admin 6
    
else if(iFlags ADMIN_VOTE)
        
admin 7    
    
else if((iFlags ADMIN_KICK) && (iFlags ADMIN_LEVEL_H))
        
admin 8    
    
else if(iFlags ADMIN_KICK)
        
admin 9
    
else if((iFlags ADMIN_RESERVATION) && (iFlags ADMIN_LEVEL_H))
        
admin 10 
kimilover 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 06:30.


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