27.01.2012, 10:40
Isn't one of the animation params to stop the play moving? Could try setting the param (freeze, lockx, locky) option to true.
Code:
ApplyAnimation(playerid, animlib, animname, 4.0, 0, 0, 0, 0, time, true);
Code:
ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync = 0);

