Posts: 349
Threads: 38
Joined: Jul 2015
Reputation:
0
Update your a_samp.inc file.
Download the latest server package and replace old include with the new one.
I'd recommend to update all includes as well, not only a_samp.inc also if your server is still running with old version i.e 0.3z or bellow, you will need to update your entire server to the latest version.
Posts: 349
Threads: 38
Joined: Jul 2015
Reputation:
0
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.