Originally posted by tygouvion123
hey guys i was wondering if there are any other menu bases other than novas menu base,that base is to small so can anyone get me a cfg menu base
xByNovaa has an okay menu base...exept it has only 5 sub menus, and some missing codes that you need to add by yourself. :troll:
But i agree with Silent Assasin, best menu base is your own menu base that you have done by yourself.
Example here is mini-menu i just quickly did for you(Just learn the basics,and then make it bigger)
set cg_chathudposition "300 300"
set cg_chatheight "3"
bind dpad_up vstr menu1
set menu1 "say ^1Menu1;say ^5Menu2;say ^5Menu3;bind dpad_down vstr menu2;bind dpad_up menu3;bind button_a (code);bind..."
set menu2 "say ^5Menu1;say ^1Menu2;say ^5Menu3;bind dpad_down vstr menu3;bind dpad_up menu1;bind button_a (code);bind..."
set menu3 "say ^5Menu1;say ^5Menu2;say ^1Menu3;bind dpad_down vstr menu1;bind dpad_up menu2;bind button_a (code);bind..."
Simply just make more menu's if you want (8 max in one page, cg_chatheight 8 )
And add all the names,binds,functions and vstr codes if you wanna make sub menus...it's really easy.