Raised This Month: $ Target: $400
 0% 

(HELP) Multy menus,.....


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Qlim4X
Member
Join Date: Jun 2007
Old 06-18-2007 , 21:45   (HELP) Multy menus,.....
Reply With Quote #1

i have two custom menus

1)pro_menu
2)pro_moremenu

and i have add in the first when press 9 to go to teh second menu and i cant
it shows this message Unknown command: pro_moremenu

what can i do??? the init code for each one is

first
Code:
public plugin_init()
{
 register_plugin("ProGather Menu Main","1.0","Qlim4X")

 register_menucmd(register_menuid("ProGather Menu Main By Qlim4X"),1023,"actionMenu")
 register_clcmd("pro_menu","showMenu",ADMIN_KICK,"gather menu main")

 new modName[32]
 get_modname(modName,31)
 
}
second
Code:
public plugin_init()
{
 register_plugin("ProGather Menu More","1.0","Qlim4X")

 register_menucmd(register_menuid("ProGather Menu More By Qlim4X"),1023,"actionMenu")
 register_clcmd("pro_moremenu","showMenu",ADMIN_KICK,"gather menu more")

 new modName[32]
 get_modname(modName,31)
 
}

Last edited by Qlim4X; 06-19-2007 at 19:06.
Qlim4X is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode