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
#2

https://sampwiki.blast.hk/wiki/ClearAnimations
Reply
#3

Quote:
Originally Posted by ISmokezU
Посмотреть сообщение
this freeze the player for a sec
its dissallow me to jump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)