SA-MP Forums Archive
new animation settings? - 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: new animation settings? (/showthread.php?tid=308282)



new animation settings? - HondaCBR - 02.01.2012

I noticed there are more settings in this samp with animations: (playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync)

I tried a lot of combinations but I cant make it do what I want it to do.

pawn Код:
ApplyAnimation(playerid, "KNIFE","KILL_Knife_Ped_Die",1,1,1,1,0,30000,1);
This is dying animation, I want the guy to die and stay down there, for some reason it keeps dying, the animation start again straight away when the previous one finished.


Re: new animation settings? - coole210 - 03.01.2012

https://sampwiki.blast.hk/wiki/ApplyAnimation

You're animation loop is set to 1.

P.S. rep


Re: new animation settings? - HondaCBR - 03.01.2012

Mate I got the animation from that website, as I said I tried a lot of combinations, Setting it to 0 etc. Doesnt make a difference.