SA-MP Forums Archive
Name Of This Anim - 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: Name Of This Anim (/showthread.php?tid=504081)



Name Of This Anim - M3HR4N - 01.04.2014

Hello,
I need to know name of this animation :


if anyone know tell me animlib and animname of this.
Regards.


Re: Name Of This Anim - M3HR4N - 02.04.2014

bump ...


Re: Name Of This Anim - ShaneOvSina - 02.04.2014

......


Re: Name Of This Anim - CarsonDev - 02.04.2014

Try this:
Код:
ApplyAnimation(playerid,"SWEET", "Sweet_injuredloop", 4.0, 1, 0, 0, 0, 0);



Re: Name Of This Anim - ShaneOvSina - 02.04.2014

ApplyAnimation(playerid, "SWEET", "Sweet_injuredloop", 4.0, 1, 0, 0, 0, 0);


Re: Name Of This Anim - CarsonDev - 02.04.2014

Quote:
Originally Posted by ShaneOvSina
Посмотреть сообщение
ApplyAnimation(playerid, "SWEET", "Sweet_injuredloop", 4.0, 1, 0, 0, 0, 0);
That's literally exactly what I just posted.


Re: Name Of This Anim - ShaneOvSina - 02.04.2014

I had to look through a script to find it. I obviously didn't see your post..


Re: Name Of This Anim - M3HR4N - 02.04.2014

+Repped You CarsonDev
Thanks A LOT