Anim name - 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: Anim name (
/showthread.php?tid=300335)
Anim name -
FireCat - 29.11.2011
Can someone tell me the anim of the player waving his hand, for example saying "Hiii"
Re: Anim name -
MP2 - 29.11.2011
ApplyAnimation(playerid, "KISSING", "gfwave2", 4.1, 0, 0, 0, 1, 1);
ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.1, 0, 1, 1, 0, 0);
Top is female, bottom is male (not meant to sound sexual lool).
Re: Anim name -
FireCat - 29.11.2011
Can you tell me the anim of him eating? (then one when you eat like at a pizza parlor)
Re: Anim name -
nmader - 29.11.2011
pawn Код:
ApplyAnimation(playerid, "eatsit", "FF_Sit_Eat1", 4.1, 0, 0, 0, 0, 1, 1);
Should work, untested, go ahead and give it a try.
Re: Anim name -
grand.Theft.Otto - 29.11.2011
ApplyAnimation(playerid, "FOOD", "EAT_Burger", 3.0, 0, 0, 0, 0, 0);
Re: Anim name -
MP2 - 29.11.2011
The SA:MP wiki is a great resource:
https://sampwiki.blast.hk/wiki/Animations