Where to put this?
#7

You are right, It can be solved with a boolean variable.
pawn Код:
public OnPlayerUpdate(playerid)
{
    if(booleanvaribale){
        if(health <= 29) {
            ApplyAnimationEx(playerid, "CRACK", "crckdeth2", 4.0, 0, 1, 1, 1, 1);
            booleanvariable = false;
        }
    }
}
Reply


Messages In This Thread
Where to put this? - by Da' J' - 17.09.2011, 21:27
Re: Where to put this? - by [HiC]TheKiller - 17.09.2011, 21:39
Re: Where to put this? - by [MG]Dimi - 17.09.2011, 21:47
Re: Where to put this? - by Xyrex - 17.09.2011, 21:51
Re: Where to put this? - by [MG]Dimi - 17.09.2011, 21:53
Re: Where to put this? - by Da' J' - 17.09.2011, 21:56
Re: Where to put this? - by Xyrex - 17.09.2011, 22:01
Re: Where to put this? - by JiHost - 17.09.2011, 22:12
Re: Where to put this? - by =WoR=Varth - 17.09.2011, 22:48
Re: Where to put this? - by =WoR=Bruno - 17.09.2011, 22:50

Forum Jump:


Users browsing this thread: 1 Guest(s)