SA-MP Forums Archive
HELP ApplyAnimation - 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: HELP ApplyAnimation (/showthread.php?tid=481263)



HELP ApplyAnimation - Gilbonzo - 14.12.2013

I am trying to make that whenever player says on chat something he is going to play a talking animation, but I can't find the problem when he freezes only after while he unfreezes...

Код:
new lengthtime = strlen(text);
new time = lengthtime*200;
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,time);
Please help me. I want that players are able to move while talking and also not freezing the animation.


Re: HELP ApplyAnimation - Gilbonzo - 14.12.2013

That freezes me and its looping all the way...