Bug in menu.
#1


pawn Код:
GunM = CreateMenu("Weapons", 1, 50.0, 180.0, 200.0, 200.0);
AddMenuItem(GunM, 0, "Colt 45 - $1700");
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 code....
Reply
#2

Can you select the hidden items?
Reply
#3

Yes.
Reply
#4

Bump.
Reply
#5

You could try this. Yes I'm aware of the CreateMenu column restrictions however after reviewing some other scripts I've found that parameter in use to count rows instead. It's odd but it must not cause any problems so it's worth a shot.

pawn Код:
GunM = CreateMenu("Weapons", 7, 50.0, 180.0, 200.0, 200.0);
AddMenuItem(GunM, 0, "Colt 45 - $1700");
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");
All I could come up with personally is the strings being too long, which obviously isn't the case.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)