[0.3b RC2] Animation problems.
#1

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?
Reply
#2

Confirmed. Pretty much sucks..
Reply
#3

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.
Reply
#4

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?
Reply
#5

Can someone answer to this?
Reply
#6

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;
}

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)