Animation has stopped - 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: Animation has stopped (
/showthread.php?tid=612481)
Animation has stopped -
fuckingcruse - 18.07.2016
How to know if a player has stopped his animation? That's all info i need atm. thank you
Re: Animation has stopped -
GangstaSunny - 18.07.2016
PHP код:
if(GetPlayerAnimationIndex(playerid) == 0)
{
//no animation, do stuff here
}