Add a new non-admin flag to amxx core
How can I add for example flag "v" (ADMIN_VIP) to the amxx core without being an admin flag (something like the ADMIN_USER "z" flag) I mean if I'm using is_user_admin(id) to return false ?!
|
Re: Add a new non-admin flag to amxx core
PHP Code:
|
Re: Add a new non-admin flag to amxx core
If a player has flags "z" and any other flags then is_user_admin() returns false. So, if you give them "z" and "t" then they will not be considered an admin by is_user_admin().
|
| All times are GMT -4. The time now is 04:15. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.