02.07.2012, 05:54
Hey, does anybody know why when i use ClearAnimation animation continunes working?
This code stops special actions, but it doesnt stop animations
I use this way to start animation:
pawn Код:
if(listitem == 17)
{
SetPlayerSpecialAction(playerid,0);
ClearAnimations(playerid);
}
I use this way to start animation:
pawn Код:
if(listitem == 11)
{
ApplyAnimation(playerid,"EXAMPLE","example",4.1,1,1,1,1,1,1);
}