stop anim
#1

is there a method to stop the animation without any other animation

pawn Код:
if(HOLDING(KEY_SPRINT))
    {
        //SetTimerEx("CantRun",2000,0,"i",playerid);
        if(Team[playerid] == ZOMBIE)
        {
            ApplyAnimation(playerid,"Muscular","MuscleSprint",4.1,1,1,1,1,1,1);
            if(HOLDING(KEY_SPRINT) && PRESSED(KEY_JUMP) || PRESSED(KEY_JUMP) && PRESSED(KEY_SPRINT))
            {
                   STOPANIM ?????
            }
        }
Reply


Messages In This Thread
stop anim - by bboytimix - 17.09.2016, 21:10
Re: stop anim - by ISmokezU - 17.09.2016, 21:16
Re: stop anim - by bboytimix - 17.09.2016, 21:50

Forum Jump:


Users browsing this thread: 1 Guest(s)