SA-MP Forums Archive
Injury and death 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: Injury and death animation? (/showthread.php?tid=581185)



Injury and death animation? - AlterEGO - 11.07.2015

Hi. I am scripting a new injury system for my server,
But, i have few minor issues, Which is.
I can't find two animations names that I want to be part of my system.
I was wondering if anyone could help me with that.
So, check this video out. It shows both animations. A. the broken leg animation. B. The death animation.

For the first animation go to 0:34 on ID 250, The death animation.

https://www.youtube.com/watch?v=oUBwArCln1w

For the second animation go to this video 0:13 The broken leg animation

https://www.youtube.com/watch?v=orXS8xfKtyM

BTW, I do not own any of these videos. I just wanted to show you the animations.
Thanks in advance to all who helps. I will REP anyone that helps.


Re : Injury and death animation? - KillerDVX - 11.07.2015

For the first animation try this :

PHP код:
ApplyAnimation(playerid"PED""KO_shot_stom"4.1111111); 
For the second one, not pretty sure, but try this :

PHP код:
ApplyAnimation(playerid"PED""FALL_fall"4.1111111); 
But, what if you check : https://sampwiki.blast.hk/wiki/Animations

And tape "Fall", test all falling animations ?

KillerDVX,



Re: Re : Injury and death animation? - AlterEGO - 11.07.2015

Quote:
Originally Posted by KillerDVX
Посмотреть сообщение
For the first animation try this :

PHP код:
ApplyAnimation(playerid"PED""KO_shot_stom"4.1111111); 
For the second one, not pretty sure, but try this :

PHP код:
ApplyAnimation(playerid"PED""FALL_fall"4.1111111); 
But, what if you check : https://sampwiki.blast.hk/wiki/Animations

And tape "Fall", test all falling animations ?

KillerDVX,
Thank you, I will look into the second one tho. Meanwhile anyone that knows that kind of animation, Please contact me or just reply here. And as promised you earned yourself REP from me.