09.05.2013, 08:58
First of all, make sure your animations have been preloaded. A way to do this can be found by FakeCop228 (first one I found when searching):
http://forum.sa-mp.com/showthread.ph...54#post2438154
Then this way, you won't have to apply the animation twice in order for it to run. Also, I cannot see any lines that are enabling your player to move again... in your 'StopEating' Timer, you need to add a line that allows the player to move again. So to unfreeze the player again, you just need the line:
http://forum.sa-mp.com/showthread.ph...54#post2438154
Then this way, you won't have to apply the animation twice in order for it to run. Also, I cannot see any lines that are enabling your player to move again... in your 'StopEating' Timer, you need to add a line that allows the player to move again. So to unfreeze the player again, you just need the line:
pawn Код:
TogglePlayerControllable(playerid, 1);