SA-MP Forums Archive
Leg Break Anim as the LSRP server - 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: Leg Break Anim as the LSRP server (/showthread.php?tid=664785)



Leg Break Anim as the LSRP server - Duartstrocci - 11.03.2019

Good night to all,
does anyone know what anim is used on the LS: RP server
when a player takes a shot in the leg?

Video animation: https://www.youtube.com/watch?v=orXS8xfKtyM&t=4s (00:16 )

Thank you.


Re: Leg Break Anim as the LSRP server - MyUndiesSmell - 11.03.2019

Here you go. This is from my LSRP training replica script.

Code:
This is the animation for trying to run - ApplyAnimation(playerid, "PED", "FALL_collapse", 4.1, 0, 1, 1, 0, 800, 0);
This is the animation for trying to jump - ApplyAnimation(playerid, "GYMNASIUM", "gym_jog_falloff", 4.1, 0, 1, 1, 0, 1750, 0);
Enjoy.


Re: Leg Break Anim as the LSRP server - Duartstrocci - 11.03.2019

Quote:
Originally Posted by MyUndiesSmell
View Post
Here you go. This is from my LSRP training replica script.

Code:
This is the animation for trying to run - ApplyAnimation(playerid, "PED", "FALL_collapse", 4.1, 0, 1, 1, 0, 800, 0);
This is the animation for trying to jump - ApplyAnimation(playerid, "GYMNASIUM", "gym_jog_falloff", 4.1, 0, 1, 1, 0, 1750, 0);
Enjoy.
Many Thanks bro!! All good for u!