18.10.2013, 22:11
Hello, I was just wondering how much damage a fist hit takes from you. And what animations is it when you are getting hit?
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
printf("playerid: %d, issuerid: %d, amount: %.2f, weaponid: %d", playerid, issuerid, amount, weaponid);
return 1;
}