SA-MP Forums Archive
Animations - 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: Animations (/showthread.php?tid=449706)



Animations - arjanforgames - 09.07.2013

pawn Код:
ApplyAnimation(playerid,"CHAINSAW","CSAW_1",4.1,1,1,1,1,1,1);
No application is getting applied.




pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CARRY);
Same for this one.


Re: Animations - Alternative112 - 09.07.2013

You need to ApplyAnimation twice with two lines of code. SA-MP bug. Try the same with SPECIAL_ACTION_CARRY although I'm not sure if it has the same problem.