From 4a823a0894ddfda96d1108914eafe89caabf975c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Sun, 16 Jan 2005 22:24:36 +0000 Subject: [PATCH] Updated for amx_menu... --- configs/custommenuitems.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configs/custommenuitems.cfg b/configs/custommenuitems.cfg index c1a2cf7b..cb6f2aaa 100755 --- a/configs/custommenuitems.cfg +++ b/configs/custommenuitems.cfg @@ -1,8 +1,12 @@ -// File location: $moddir/addons/amxmodx/configs/custommenuitems.cfg // Here you can add menu items from any plugin to Menus Front-End plugin, aka "amxmodmenu". +// You can also add menu items to the normal non-admin client menu "amx_menu". // +// Adding to "amxmodmenu": // Usage: "amx_addmenuitem " // +// Adding to "amx_menu": +// Usage: "amx_addclientmenuitem " +// // : This is the text displayed in the menu itself for this item. // : This is the client command used to access the menu. // : Specify what access flags admins must have to use this menu item. (Check users.ini for access flags.) @@ -11,4 +15,5 @@ // Example: (be sure to use quotes around parameters with spaces!) // // amx_addmenuitem "Weapon Arena" "weaponarena_menu" "hu" "Weapon Arena" +// amx_addclientmenuitem "Warcraft 3" "war3menu" "" "Warcraft 3 XP"