Quote:
Originally Posted by Reklez
i see the problem
pawn Код:
ClearAnimations(id); ApplyAnimation(id,"CRACK","crckdeth2",4.1,1,1,1,1,1,1); TogglePlayerControllable(id,0);
so if you taze the player it will play the animation but the TogglePlayerControllable blocks it.
never try this?
pawn Код:
ClearAnimations(id); TogglePlayerControllable(id,0); ApplyAnimation(id,"CRACK","crckdeth2",4.1,1,1,1,1,1,1);
|
its still same the animation wont execute