19.01.2012, 19:43
It'd be easier on everyone's behalf if you specified which line is line 809. The only thing that comes to mind is that playerclass[playerid] is either less than 0 or greater than 9.
EDIT: After further review I've come to notice this:
Change it to:
Also, I suggest you remove "string" from the combination entirely. Just use
EDIT: After further review I've come to notice this:
pawn Код:
weaponnames[playerclass[playerid]][wnt]
pawn Код:
weaponnames[playerclass[playerid]][WeaponNames]
pawn Код:
TextDrawSetString(OPRQwnp[playerid], weaponnames[playerclass[playerid]][WeaponNames]);