When your leg get shot
#2

Try this:
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
    if(issuerid != INVALID_PLAYER_ID && weaponid == 34 && (bodypart == 8 || bodypart == 7))
    {
        //Apply animation here
    }
    return 1;
}
Reply


Messages In This Thread
When your leg get shot - by Trynda - 05.05.2014, 03:27
Re: When your leg get shot - by awsomedude - 05.05.2014, 03:40
Re: When your leg get shot - by Trynda - 05.05.2014, 07:54

Forum Jump:


Users browsing this thread: 1 Guest(s)