ClearAnimation Doesnt work.
#1

Hey, does anybody know why when i use ClearAnimation animation continunes working?

pawn Код:
if(listitem == 17)
    {
    SetPlayerSpecialAction(playerid,0);
    ClearAnimations(playerid);
    }
This code stops special actions, but it doesnt stop animations
I use this way to start animation:
pawn Код:
if(listitem == 11)
    {
    ApplyAnimation(playerid,"EXAMPLE","example",4.1,1,1,1,1,1,1);
   
    }
Reply
#2

Try using TogglePlayerControllable(playerid, 1); along with ClearAnimations.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)