[HELP] Reload Animation - 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: [HELP] Reload Animation (
/showthread.php?tid=587566)
[HELP] Reload Animation -
BornHuman - 31.08.2015
I want to make a reload animation that uses the standard colt reload where the player is still able to move around, yet they reload their pistol. However, most animations I've found just freeze the player until the animation is done and no amount of tweaking I've done has seemed to fix it.
Halp.
ApplyAnimation(playerid, "colt45", "colt45_reload", 4.1, 0, 0, 0, 0, 0, 1);
Re: [HELP] Reload Animation -
jlalt - 31.08.2015
try:
PHP код:
ApplyAnimation(playerid, "colt45", "colt45_reload", 4.0, 1, 1, 1, 1, 1, 1);
for stop it:
PHP код:
ClearAnimations(playerid);
or just prees right click :c