Added custommenuitems.cfg to standard cfg files.

menufront.sma executes this file on plugin loa, adding the specified menu items to amxmodmenu.
This commit is contained in:
Johnny Bergström
2004-10-09 10:13:16 +00:00
parent f4b1c9f78a
commit 3a8e103faf
2 changed files with 18 additions and 0 deletions

View File

@ -211,4 +211,9 @@ public plugin_init() {
g_coloredMenus = colored_menus()
AddDefaultMenus()
// Add custom menu items
new configs[128]
get_configsdir(configs, 127)
server_cmd("exec %s/custommenuitems.cfg", configs)
}