11.12.2015, 10:58
Show your OnPlayerWeaponShot callback.
Edit: Are you trying to use bodypart with OnPlayerWeaponShot callback? If yes, that's not possible since the parameter of this callback is OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
Use OnPlayerGiveDamage or OnPlayerTakeDamage instead.
Edit: Are you trying to use bodypart with OnPlayerWeaponShot callback? If yes, that's not possible since the parameter of this callback is OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
Use OnPlayerGiveDamage or OnPlayerTakeDamage instead.