Raised This Month: $ Target: $400
 0% 

add on all flags


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jimaway
Heeeere's Jimmy!
Join Date: Jan 2009
Location: Estonia
Old 03-26-2017 , 10:30   Re: add on all flags
Reply With Quote #1

Code:
for( new id = 1 ; id <= get_maxplayers(); id++ ) {     countp[ id ] = false     if(get_user_flags( id ) & ADMIN_IMMUNITY && countp[ id ] == false )     {         Owners++;         countp[ id ] = true;         continue;     }         if(get_user_flags( id ) & ADMIN_RESERVATION && countp[ id ] == false )     {         Managers++;         countp[ id ] = true;         continue;     }     if(get_user_flags( id ) & ADMIN_LEVEL_C && countp[ id ] == false )     {         SuperAdmins++;         countp[ id ] = true;         continue;     }     if(get_user_flags( id ) & ADMIN_BAN && countp[ id ] == false )     {         Admins++;         countp[ id ] = true;         continue;     }     if(get_user_flags( id ) & ADMIN_KICK && countp[ id ] == false )         Moderators++; countp[ id ] = true; }

Last edited by jimaway; 03-26-2017 at 10:30.
jimaway is offline
razb95
Junior Member
Join Date: Dec 2016
Old 03-26-2017 , 11:22   Re: add on all flags
Reply With Quote #2

No not here this public its count how much admins have look in the menu when its write the admins names.
razb95 is offline
razb95
Junior Member
Join Date: Dec 2016
Old 03-26-2017 , 12:11   Re: add on all flags
Reply With Quote #3

^^^
razb95 is offline
Reply



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 17:50.


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