Bug in menu.
#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


Messages In This Thread
Bug in menu. - by The__ - 06.06.2012, 15:14
Re: Bug in menu. - by MadeMan - 06.06.2012, 15:21
Re: Bug in menu. - by The__ - 06.06.2012, 17:31
Re: Bug in menu. - by The__ - 07.06.2012, 04:30
Re: Bug in menu. - by zDevon - 07.06.2012, 04:47

Forum Jump:


Users browsing this thread: 2 Guest(s)