SA-MP Forums Archive
stop anim - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: stop anim (/showthread.php?tid=372362)



stop anim - Scott Zulkifli - 26.08.2012

how to stop anim with pressed space?


Re: stop anim - JaKe Elite - 26.08.2012

put this OnPlayerKeyStateChange

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