Raised This Month: $ Target: $400
 0% 

At least a flag


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 07-25-2013 , 09:41   Re: At least a flag
Reply With Quote #2

Instead of only returning true if the player has EXACT flags as GroupFlagsValue[], using & would return true if the player has any of the flags or combo of flags found in GroupFlagsValue[] (a,b,i,ai,ab,bi)

If you're not familiar with bit-wise operators, read this: https://forums.alliedmods.net/showthread.php?t=139916

PHP Code:
//Instead of 

if(get_user_flags(iPlayer) == GroupFlagsValue[p_of_pw]) 

//try

if(get_user_flags(iPlayer) & GroupFlagsValue[p_of_pw]) 
__________________

Last edited by Bugsy; 07-25-2013 at 10:01.
Bugsy 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:29.


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