18.06.2013, 19:01
Hey, I wanted so that if the player presses the space bar it would stop the animation but the thing is when I press the space bar it also slows down my player, how can I create something that checks if I'm currently using an animation?
This is the code
This is the code
pawn Код:
if(newkeys & KEY_SPRINT) return ClearAnimations(playerid);

