how much damage is one fist hit
#1

Hello, I was just wondering how much damage a fist hit takes from you. And what animations is it when you are getting hit?
Reply
#2

Why don't you go test it?

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
    printf("playerid: %d, issuerid: %d, amount: %.2f, weaponid: %d", playerid, issuerid, amount, weaponid);
    return 1;
}
Same for the animation. Get the animations of the player under OnPlayerUpdate
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)