26.02.2017, 13:35
MAX_BODY_PARTS is 7 because there are only 7 body parts in SA-MP and how I use it is
Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart) { Injuries[playerid][weaponid][bodypart - 3]++; return 1; }