How to make an anim not stop?
#3

No.. I want this anim to don't stop:

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


Messages In This Thread
How to make an anim not stop? - by ricardo178 - 25.05.2012, 14:24
Re: How to make an anim not stop? - by ViniBorn - 25.05.2012, 14:38
Re: How to make an anim not stop? - by ricardo178 - 25.05.2012, 15:10
Re: How to make an anim not stop? - by ViniBorn - 25.05.2012, 15:34
Re: How to make an anim not stop? - by FalconX - 25.05.2012, 15:43
Re: How to make an anim not stop? - by ricardo178 - 25.05.2012, 15:44
Re: How to make an anim not stop? - by Baboon - 25.05.2012, 15:49
Re: How to make an anim not stop? - by Catalyst- - 25.05.2012, 15:59
Re: How to make an anim not stop? - by ricardo178 - 25.05.2012, 16:06
Re: How to make an anim not stop? - by Catalyst- - 25.05.2012, 16:11

Forum Jump:


Users browsing this thread: 1 Guest(s)