SA-MP Forums Archive
Chat Animation Bug - 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)
+--- Thread: Chat Animation Bug (/showthread.php?tid=609470)



Chat Animation Bug - Alpay0098 - 12.06.2016

Hi community,
This animations is kinda bug idk
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,0,0, 0,1,1);
It freezes players' arms after applying that animations.
And it seems it didn't fix even with ClearAnimations(playerid)


Re: Chat Animation Bug - itsCody - 13.06.2016

You had the freeze part enabled, try
ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.0, 0, 0, 0, 0, 1);