You have 3 "set xp "vstr xp1"" What you need to do is make them differen't. If you want more than one menu you have to have different titles for them. Menu 1 should be
set xp "vstr xp1"
the 2nd one could be
set it "vstr it1"
and the 3rd could be
set as "vstr as1"
Now the first menu would all have:
set xp1 "vstr xp3;set xp vstr xp2"
and the 2nd would have:
set it1 "vstr it3;set it vstr it2"
and the 3rd one would have:
set as1 "vstr as3;set as vstr as2"
All you have to do is follow my tutorial from where you got those codes, just replace the "xp" with what you want. Also, a tip to save room: get rid of the spaces between the ";" so it would be:
"bind dpad_up clientkick 1;bind dpad_right clientkick 2;bind dpad_down clientkick 3;say kick menu1;say ^2up=1 ^3right=2 ^4down=3"
instead of:
bind dpad_up clientkick 1 ; bind dpad_right clientkick 2 ; bind dpad_down clientkick 3 ; say kick menu1 ; say ^2up=1 ^3right=2 ^4down=3
---------- Post added at 07:25 PM ---------- Previous post was at 07:25 PM ----------
Also, I would like a little credit. I can tell you used my menu tut or premade menu because of the vstr xp

---------- Post added at 07:26 PM ---------- Previous post was at 07:25 PM ----------
Originally posted by latilos
i think italkalot1922 made them Idk ?
I made the kick menu he is using.