24.09.2012, 16:08
I've 2 problems. When I want to apply an animation to a player with a command, it does nothing, but when I use the command for a second time, then it works. Is this a bug?
Command:
And my second problem is: ClearAnimations(playerid); isn't stopping my animation, it just keeps doing the animation.
Sorry for my bad english.
Command:
Код:
CMD:taze(playerid, params[]) { ApplyAnimation(playerid,"CRACK","crckdeth2",4.1,1,1,1,1,1,1); return 1; }
Sorry for my bad english.