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