28.07.2013, 21:01
MY choseing Menu style is this
i want to change to like that
a box come and press 1 to chose Rapist
Press 2 to chose Drug Dealer
press 3 to chose Weapon Dealer
press 4 to chose Hitman
press 5 to chose Car Jacker
press 6 to chose Kidnapper
press 7 to chose Thief
press 8 to chose Terrorist
i wnat to code how to make that
Quote:
SkillMenu = CreateMenu("~b~Skill ~w~Selection",1,15,150,200); SetMenuColumnHeader(SkillMenu , 0, "~w~Please select your skill"); AddMenuItem(SkillMenu,0,"Rapist"); AddMenuItem(SkillMenu,0,"Drug Dealer"); AddMenuItem(SkillMenu,0,"Weapon Dealer"); AddMenuItem(SkillMenu,0,"Hitman"); AddMenuItem(SkillMenu,0,"Car Jacker"); AddMenuItem(SkillMenu,0,"Kidnapper"); AddMenuItem(SkillMenu,0,"Thief"); AddMenuItem(SkillMenu,0,"Terrorist"); |
a box come and press 1 to chose Rapist
Press 2 to chose Drug Dealer
press 3 to chose Weapon Dealer
press 4 to chose Hitman
press 5 to chose Car Jacker
press 6 to chose Kidnapper
press 7 to chose Thief
press 8 to chose Terrorist
i wnat to code how to make that