26.02.2014, 21:45
Try replacing i with x (since "i" is already defined somewhere else) like:
pawn Код:
for (new x = 0, x < MAX_WEAPONS, x++)
if (Weapons[x][WeaponId] == id) return Weapons[x][param];