SA-MP Forums Archive
Arms crossed 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: Arms crossed animation? (/showthread.php?tid=435850)



Arms crossed animation? - [DOG]irinel1996 - 08.05.2013

Hello, this isn't a real scripting problem, actually I need your help because I'm searching an animation and I can't find it. I know it exists because I saw it many times in different servers, I'm talking about the arms crossed animation. Thank you all.
Regards.


Re: Arms crossed animation? - Hoss - 08.05.2013

Those ones
pawn Код:
ApplyAnimation(playerid, "COP_AMBIENT", "Coplook_loop", 4.0, 0, 1, 1, 1, -1);
ApplyAnimation(playerid, "DEALER", "DEALER_IDLE", 4.0, 0, 1, 1, 1, -1);
or that one
pawn Код:
ApplyAnimation(playerid, "DEALER", "DEALER_IDLE_01", 4.0, 0, 1, 1, 1, -1);
I hope one of them is that one you are searching
Good luck


Re: Arms crossed animation? - Dopefull - 08.05.2013

Copy the animation from this FS, the commands are /crossarms /crossarms2 /crossarms3
https://sampforum.blast.hk/showthread.php?tid=296107

Good luck I hope it helped


Respuesta: Arms crossed animation? - [DOG]irinel1996 - 08.05.2013

Thank you both, +rep for you.
SOLVED.


Re: Arms crossed animation? - Dopefull - 08.05.2013

No problem, glad that I could help


Re: Arms crossed animation? - MP2 - 09.05.2013

There's also this:

pawn Код:
ApplyAnimation(playerid, "OTB", "wtchrace_in", 4.1,0,0,0,1,0);