[HELP]Need Help with Menus
#1

I have created a Menu like this:
pawn Code:
Shop = CreateMenu("Shop",1,200.0,100.0,150.0);
    AddMenuItem(Shop,1,"Vehicles");
    AddMenuItem(Shop,1,"Weapons");
    AddMenuItem(Shop,1,"Cookies");
But I can't see the items on screen. This is what I see in-game:



Please help me!
Reply
#2

Here is an example:
PHP Code:
CluckinBell CreateMenu("Cluckin' Bell"2125150300);
    
AddMenuItem(CluckinBell0"Chicken Nuggets");
    
AddMenuItem(CluckinBell1"$3");
    
AddMenuItem(CluckinBell0"Chicken Wing");
    
AddMenuItem(CluckinBell1"$6");
    
AddMenuItem(CluckinBell0"Crisp Chicken");
    
AddMenuItem(CluckinBell1"$9"); 
Reply
#3

Thanks, I managed to fix it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)