[Solved] How To block all admins commands if player have ADMIN_LEVEL_E
How can I block all admins commands if player have ADMIN_LEVEL_E ???
|
Re: How To block all admins commands if player have ADMIN_LEVEL_E
Quote:
Code:
|
Re: How To block all admins commands if player have ADMIN_LEVEL_E
Quote:
|
Re: How To block all admins commands if player have ADMIN_LEVEL_E
Check for user commands that start with "amx_" ( or make a list of all admin commands available on your server ) if you have all admins commands like that and then return HANDLED. And make sure to put your plugin first in the list, above all native amxx plugins.
|
Re: How To block all admins commands if player have ADMIN_LEVEL_E
i think it would be easier to make a list of game commands, since you wont need to update that list every time you add a plugin :D
|
Re: How To block all admins commands if player have ADMIN_LEVEL_E
OK
So I want to block command amx_addadmins if admin have access ADMIN_LEVEL_E so how can I do that? |
Re: How To block all admins commands if player have ADMIN_LEVEL_E
Why not change flag access for amx_addadmins in cmdaccess.ini ? Is not more simple ?
|
Re: How To block all admins commands if player have ADMIN_LEVEL_E
I want to disable for some seconds and not only one command...
|
Re: How To block all admins commands if player have ADMIN_LEVEL_E
Can anyone just gimme small script How can I block command.....
Any Idea? I want to block like this: PHP Code:
|
Re: How To block all admins commands if player have ADMIN_LEVEL_E
Quote:
Quote:
|
| All times are GMT -4. The time now is 08:12. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.