Issues with amx_addmenuitem
1 Attachment(s)
I am trying to access my botmenu via the amxmodxmenu frontend.
Code:
// Adding to "amxmodmenu":Code:
amx_addmenuitem "Bot Control" "botmenu" "u" "botcontrol"For both full admin and member admin Code:
Full admin:any ideas on what i am doing wrong? EDIT: So The examples are wrong it needs the .amxx as the plugin name....... Corrected below Code:
amx_addmenuitem "Bot Control" "botmenu" "u" "botcontrol.amxx" |
Re: Issues with amx_addmenuitem
Quote:
|
Re: Re: Issues with amx_addmenuitem
Quote:
|
Re: Issues with amx_addmenuitem
Plugin Name works just fine, menufront uses it to internally build the default choices. Your problem is that you are not using the correct value. You should be using "Bot Control Menu" as that is the name of your plugin, not "botcontrol"
|
| All times are GMT -4. The time now is 13:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.