how to stop SetPlayerSpecialAction?
#1

Hi Friends.How To Stop SetPlayerSpecialAction
?
Reply
#2

pawn Код:
SetPlayerSpecialAction(playerid, 0);
Reply
#3

If you want to stop the animation by pressing space use this under OnPlayerKeyStateChange

Код:
if(newkeys & KEY_SPRINT)
{
   ClearAnimations(playerid);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)