Hide Con Command
how to i hide a con command from the amx_help command?
|
Re: Hide Con Command
Pause adminhelp.amxx
or change "amx_help" "" to "amx_help" "l" ; adminhelp.amxx in cmdaccess.ini in config dir. |
Re: Hide Con Command
He wants to hide a particular command, not all of them.
|
Re: Hide Con Command
yeah i guess i should of worded it better...
i want to hide a command from showing up in the amx_help list. im making a plugin and in the plugin it it registering a concmd and my head admins and high admins all have the same flag im registering it to. i only want the head admins to know about it...i know i could just change the flags but for my reasons(clan reasons) i only want to hide the commands. EDIT: would puting the plugin before the adminhelp.amxx ; help command for admin console commands work? |
Re: Hide Con Command
The only posible that i know is disable adminhelp.amxx.
But someone can know another opcion. EDIT: Or you can put LEVEL_H or A,B,C,D,E,F,G and only put that flag for the admin that can use that plugin. |
Re: Hide Con Command
there might be a easier way, but I would do this
PHP Code:
|
Re: Hide Con Command
Why would you use contain[i]() when checking for command?
If you are doing that way, you should use equal[i]() |
Re: Hide Con Command
so ever find a way to do this?
|
Re: Hide Con Command
you could do:
Code:
|
Re: Hide Con Command
PHP Code:
|
| All times are GMT -4. The time now is 05:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.