Low Health 20% > Injured.
#3

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
    new Float:hp;
    GetPlayerHealth(playerid,hp);
   
    if(hp <= 20) ApplyAnimation(playerid,"CRACK","crckdeth2",4.1,0,1,1,1,1,1);
    return 1;
}
Reply


Messages In This Thread
Low Health 20% > Injured. - by Uberanwar - 10.10.2013, 00:42
Re: Low Health 20% > Injured. - by xVIP3Rx - 10.10.2013, 00:46
Re: Low Health 20% > Injured. - by EiresJason - 10.10.2013, 00:51
Re: Low Health 20% > Injured. - by Uberanwar - 10.10.2013, 00:53
Re: Low Health 20% > Injured. - by EiresJason - 10.10.2013, 00:56
Re: Low Health 20% > Injured. - by xVIP3Rx - 10.10.2013, 00:56
Re: Low Health 20% > Injured. - by Sublime - 10.10.2013, 00:57
Re: Low Health 20% > Injured. - by EiresJason - 10.10.2013, 01:04
Re: Low Health 20% > Injured. - by Uberanwar - 10.10.2013, 01:07
Re: Low Health 20% > Injured. - by Pottus - 10.10.2013, 01:21

Forum Jump:


Users browsing this thread: 9 Guest(s)