19.08.2011, 12:11
I made this animation:
ApplyAnimation(playerid,"GANGS","prtial_gngtlkA",4 .1,0,1,1,1,1);
It works, but at the end the hands are stuck to the body.
I tried removing the "freeze" but it makes you unmoveable during the animation.
Also made ClearAnimations but clearanimations makes you stand up.
ApplyAnimation(playerid,"GANGS","prtial_gngtlkA",4 .1,0,1,1,1,1);
It works, but at the end the hands are stuck to the body.
I tried removing the "freeze" but it makes you unmoveable during the animation.
Also made ClearAnimations but clearanimations makes you stand up.



UseAnim[MAX_PLAYERS]; then when player using animation set variable to true and SetTimerEx. After this in public of SetTimerEx set variable to false and ClearAnimations(playerid); or something you wan't.