07.06.2012, 04:47
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.
All I could come up with personally is the strings being too long, which obviously isn't the case.
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");