SA-MP Forums Archive
[0.3b RC2] Animation problems. - 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: [0.3b RC2] Animation problems. (/showthread.php?tid=170220)



[0.3b RC2] Animation problems. - SaW_[VrTx] - 22.08.2010

Hi all.
I have some weird problem in LA-RP script. When player applies some animation, nothing happens, but player next to him sees that animation.. Let's say, i type /handsup, player next to me sees that i put hands in the air, but i don't see that i have applied that animation and i can still walk.
How to fix that?


Re: [0.3b RC2] Animation problems. - XtremePlanet - 22.08.2010

Confirmed. Pretty much sucks..


Re: [0.3b RC2] Animation problems. - Kalcor - 22.08.2010

It's most likely because the wrong ApplyAnimation parameters were used or animation library isn't preloaded. Paste the ApplyAnimation lines that don't work.


Re: [0.3b RC2] Animation problems. - SaW_[VrTx] - 22.08.2010

I'm using this FS.

http://forum.sa-mp.com/showthread.ph...ghlight=vanims
http://pastebin.com/f25166b3f

edit: Is wiki updated after 0.3b release?


Re: [0.3b RC2] Animation problems. - homijs - 24.08.2010

Can someone answer to this?


Re: [0.3b RC2] Animation problems. - RSX - 24.08.2010

Just try adding new parameter of force sync. Why didn't you ask me directly -.-?
Example:
Quote:

else if (strcmp(cmdtext, "/talk", true)==0)
{
if (GetPlayerState(playerid)== 1)
{
ApplyAnimation(playerid,"PED","IDLE_CHAT",1.800001 , 1, 1, 1, 1, 13000, 1);
}
return 1;
}