Posts: 95
Threads: 25
Joined: Feb 2017
Reputation:
0
I saw some tutorials in samp wiki but it was the old 0.3z OnPlayerTakeDamage();
I need something to match the same script..like i want to make bodypart hit info.
Posts: 240
Threads: 5
Joined: Nov 2017
OnPlayerTakeDamage still exists
Posts: 95
Threads: 25
Joined: Feb 2017
Reputation:
0
Any code, the problem is in the "bodypart" thing. When i remove it its fixed..but i need to work with it.
btw im working in 0.3.8 a_samp, isn't the problem there?..
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
return 1;
}