SA-MP Forums Archive
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: Animation (/showthread.php?tid=554039)



Animation - Starve - 01.01.2015

Hi !
Does some animation of repairing exist? For example during standing.


Re: Animation - UploaD - 02.01.2015

Try with this

pawn Код:
ApplyAnimation(playerid,"CAR","Fixn_Car_Loop",4.1,0,1,1,0,1,1);

ApplyAnimation(playerid,"CAR","Fixn_Car_Out",4.1,0,1,1,0,1,1);
Check https://sampwiki.blast.hk/wiki/Animations


Re: Animation - ATGOggy - 02.01.2015

Quote:
Originally Posted by UploaD
Посмотреть сообщение
Try with this

pawn Код:
ApplyAnimation(playerid,"CAR","Fixn_Car_Loop",4.1,0,1,1,0,1,1);

ApplyAnimation(playerid,"CAR","Fixn_Car_Out",4.1,0,1,1,0,1,1);
Check https://sampwiki.blast.hk/wiki/Animations
Try this.