stock
AddMenuItem
Syntax
stock AddMenuItem(const MENU_TEXT[], const MENU_CMD[], const MENU_ACCESS, const MENU_PLUGIN[])
Description
Add a menu item to Menus Front-End plugin ("amxmodmenu"):
MENU_TEXT: Text that will be shown for this item in menu
MENU_CMD: Command that should be executed to start menu
MENU_ACCESS: Access required for menu
MENU_PLUGIN: The exact case-insensitive name of plugin holding the menu command