SA-MP Forums Archive
Animation question - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Animation question (/showthread.php?tid=265559)



Animation question - The Woody - 01.07.2011

When making animations such as /piss and /handsup
what is the best way to do it? SetPlayerSpecialAction or ApplyAnimation?


Re: Animation question - JaTochNietDan - 01.07.2011

SetPlayerSpecialAction is specifically used for special animations in the game, like pissing and putting your hands up, it will also allow you to cancel those actions by pressing a button by default.


Re: Animation question - The Woody - 01.07.2011

Yea, but im just having some trouble with SetPlayerSpecialAction since 80% of the time only the player that does the animation can see it and 19% of the time nobody can see it not even the player, so is it something im doing wrong? and does the ClearAnimations works with SetPlayerSpecialAction?