How to make set_user_flags for everybody?
Here is the link: http://www.amxmodx.org/funcwiki.php?go=func&id=256.
But I still don't understand how to make this fork for everybody in my server. P.S. I want to give players admin_chat flag. |
Re: How to make set_user_flags for everybody?
Code:
// Default access for all non admin players (see users.ini for access details) |
Re: How to make set_user_flags for everybody?
Haha. Well perhaps I didn't explain everything. I am trying to make a plugin that gives player ADMIN_CHAT flag on some of the days. eg.:
PHP Code:
|
Re: How to make set_user_flags for everybody?
The event 'round start' don't pass any index.
|
Re: How to make set_user_flags for everybody?
PHP Code:
|
Re: How to make set_user_flags for everybody?
Thanks it works. If I want to add flags I have to add them in client_authorized, putinserver and infochanged. Right?
|
| All times are GMT -4. The time now is 08:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.