Can't see 4th line in a menu.
#1

This is the line that cannot be seen :
pawn Код:
GunM = CreateMenu("Weapons", 7, 50.0, 180.0, 200.0, 200.0);
    AddMenuItem(GunM, 0, "Colt 45 - $2600");
    AddMenuItem(GunM, 0, "Desert Eagle - $4500");
    AddMenuItem(GunM, 0, "Shotgun - $5000");
    AddMenuItem(GunM, 0, "Rifle - $11000 ");
    AddMenuItem(GunM, 0, "Mac10 - $3200");
    AddMenuItem(GunM, 0, "Tec9 - $3200");
    AddMenuItem(GunM, 0, "Kevlar Vest - $3500");
This is the unseen line :
pawn Код:
AddMenuItem(GunM, 0, "Rifle - $11000 ");
Reply
#2

Hm.. Strange.
pawn Код:
AddMenuItem(GunM, 0, "Rifle - $11000");
MAybe try?
Reply
#3

Works, thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)