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



Animation Sync? - Shadow™ - 20.09.2010

Hey guys,

I've not experienced this before so honestly I don't know what the problem is. Anyhow, what it is is that I've made two players do the same animation on the same command but I can't see my own animation, but he can. And he can't see his own, but I can see his.

Generally, I'm thinking that this something to do with the sync?

~ Mike.


Re: Animation Sync? - Lewwy - 20.09.2010

There has been another parameter added to the ApplyAnimation native since 0.3

https://sampwiki.blast.hk/wiki/ApplyAnimation


Re: Animation Sync? - Shadow™ - 20.09.2010

Here's what I've got:

pawn Код:
ApplyAnimation(playerid,"GANGS","hndshkfa_swt",4.0,0,0,0,0,0);



Re: Animation Sync? - Lewwy - 20.09.2010

pawn Код:
ApplyAnimation(playerid, "GANGS", "hndshkfa_swt", 4.0, 0, 0, 0, 0, 0, 1);



Re: Animation Sync? - Shadow™ - 20.09.2010

Yeah, works perfectly.

Thanks for that wasn't aware of the parameter that was added.