07.01.2010, 17:06
did you declare an array like this?
and accessed it like... ?
if so, maybe the "Int:" in the upper line causes the problem?
Код:
new Int: PlayerSlotAmmoNew[MAX_PLAYERS][13];
Код:
PlayerSlotAmmoNew[playerid][CurrentWeaponSlot]=CurrentWeaponAmmo;