AddMenuItem_call
stock AddMenuItem_call(const MENU_TEXT[], const MENU_CMD[], const MENU_ACCESS, const MENU_PLUGIN[], const bool:ADD_TO_CLIENT_MENU)
| Parameter |
Description |
| MENU_TEXT | Item text that will be displayed in the menu |
| MENU_CMD | Command that will be executed on the client |
| MENU_ACCESS | Admin access required for menu command |
| MENU_PLUGIN | Case-insensitive name or filename of plugin
providing the menu command |
| ADD_TO_CLIENT_MENU | If true adds command to client menu, false adds
to admin menu |
Helper function used by AddMenuItem() and AddClientMenuItem()
This function has no return value.