Animation problem - 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: Animation problem (
/showthread.php?tid=209268)
Animation problem -
joeri55 - 10.01.2011
Dear users,
I've been maintaining a problem in my talk animation. When the animation is playing the players can't move, like walking. I'm really annoyed by it right now and I have no clue how to remove the freezing thing.
This is my talking anim;
ApplyAnimation(playerid,"PED","IDLE_chat",4.1,1,0, 0,0,0,1);
It's working fine but you can't move around. Does anyone knows how to fix this?
Re: Animation problem -
Mr.Stranger - 10.01.2011
like this
pawn Код:
ApplyAnimation(playerid, "PED", "IDLE_chat", 4.1, 0, 0, 0, 0, 1);