Animation Update - 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 Update (
/showthread.php?tid=175244)
Animation Update -
Anthonyx3' - 08.09.2010
Hey guys, i went thru few pages on this board and didnt find it, could someone tell me whats the updats from a to b? i know its an extra digit, can someone explain xD
Re: Animation Update -
Venturas - 09.09.2010
0.3a animation commands and filterscripts do not work in 0.3b. They can be seen by other players, just not by yourself. There is a way to fix them I believe.
Re: Animation Update -
Calgon - 09.09.2010
Quote:
Originally Posted by Venturas
0.3a animation commands and filterscripts do not work in 0.3b. They can be seen by other players, just not by yourself. There is a way to fix them I believe.
|
Stop posting the complete opposite to the truth. For the first 2 parts of your response, you were correct, and there's a fix for it:
pawn Код:
//forcesync Set to 1 to force playerid to sync animation with other players in all instances (optional).
Add it to the end of ApplyAnimation().
Ensure that you re-compile any old filterscripts with the new includes and add the parameter.
Re: Animation Update -
Venturas - 09.09.2010
That helped a lot, thanks.