View Single Post
Re: Restart after reconnect
Old
  (#5)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default 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.
  
Reply With Quote