17.09.2016, 21:10
is there a method to stop the animation without any other animation![Huh?](images/smilies/confused.gif)
![Huh?](images/smilies/confused.gif)
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 ?????
}
}