SA-MP Forums Archive
Anyone know this 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: Anyone know this animation? (/showthread.php?tid=424615)



Anyone know this animation? - Don_Cage - 23.03.2013

The animation I'm looking for is the one that comes when the player is exhousted from running, when he stops he bends forward a bit.. How can i find that animation? If anyone of you know then please tell me


Re: Anyone know this animation? - PaulDinam - 23.03.2013

Enjoy.

pawn Код:
"PED","IDLE_tired

"
FAT","Idle_Tired"



Re: Anyone know this animation? - Don_Cage - 23.03.2013

Thanks! But what about the number after? Or does they mean something else? If so could you please tell me what they mean?


Re: Anyone know this animation? - PaulDinam - 23.03.2013

ApplyAnimation(playerid,"PED","IDLE_tired",3.0,1,0 ,0,0,0);
ApplyAnimation(playerid,"FAT","Idle_Tired",3.0,1,0 ,0,0,0);

Read:

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


Re: Anyone know this animation? - Don_Cage - 23.03.2013

Ah. Then i understand, Thanks!