Re: Restart after reconnect -
09-04-2011
AMX X first takes to the menu items from default AMX X plugin, then it adds custom items from other custom plugins. Try this way - put amxx_podbotmenu.amxx in plugins.ini just after default menufront.amxx.
I mean like this:
; Menus
menufront.amxx ; front-end for admin menus
amxx_podbotmenu.amxx; podbot mm control menu
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin
Let me know if that helped.
|