AddMenuItem
Core (amxmisc.inc)
Description
AddMenuItem - Add a menu item to Menus Front-End plugin.
Syntax
AddMenuItem ( const MENU_TEXT[], const MENU_CMD[], const MENU_ACCESS[], const MENU_PLUGIN[] )
Type
Stock
Notes
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