admin custom levels
how do i set the custom levels for my admins. i have 1 command from amx_super that only i want to use and i want to know how i can make it so they can not use that command but i can. I think it has something to do with the custom levels so please let me know. Thanks
|
Re: admin custom levels
What command is it?
|
Re: admin custom levels
its amx_heal in the plugin called amx_super
the command is amx_heal "name" <ammount of life> |
Re: admin custom levels
The flag for that is M, so make sure you're the only one with flag M.
|
Re: admin custom levels
how did u know its M? i want to know for the future...
|
Re: admin custom levels
I found the line in which the amx_heal access level is set:
Code:
register_concmd("amx_heal","admin_heal",ADMIN_LEVEL_A,"<nick, #userid, authid or @team> <HP to give>") |
Re: admin custom levels
alright thanks
|
| All times are GMT -4. The time now is 01:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.