SA-MP Forums Archive
All Animations don't work. - 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: All Animations don't work. (/showthread.php?tid=189014)



sa-mp wiki wrong? - EthanR - 09.11.2010

None of the 141 animations on my server work.

Код:
ApplyAnimation(playerid,"DODGE","Crush_Jump",4.0,0,1,1,1,0);
Above line is an example of my code. It shows animations for yourself but not for others so i used the search function here and saw something about forcesync which made me go to the samp-wiki.

The wiki showed me this:
Код:
(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync)
so i added the forcesync and my code looked like this.
Код:
ApplyAnimation(playerid,"DODGE","Crush_Jump",4.0,0,1,1,1,0,1);

Now I'm getting 48284242 warnings for "Mismatch of arguments". Does anyone know how the hell i can get this done? I'm seriously starting to go insane here.


Re: All Animations don't work. - Berky - 19.12.2010

Don't get insane, why are you making those shit?