Animation problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Animation problem (
/showthread.php?tid=589458)
Animation problem -
CoachCarter - 19.09.2015
How can I make this animation not walk and just reload ?
ApplyAnimation(playerid, "SILENCED", "Silence_reload", 4.1, 0, 0, 0, 0, 0);
Re: Animation problem -
CoachCarter - 19.09.2015
It's a reload anim how can I make the player stop
Re: Animation problem -
xVIP3Rx - 19.09.2015
the parameters are
Quote:
ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync)
time: Timer in milliseconds. For a never-ending loop it should be 0.
|
Try to change the time parameter (the one before the last) to something, 2000 for example and see what happens