Global Anim Clear - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Global Anim Clear (
/showthread.php?tid=176097)
Global Anim Clear -
[UG]Scripter - 12.09.2010
Hey All,
Basically, I have a beanbag shotgun scrip I made, I need to know if there's a function to clear ALL player animations for everyone. The code I use to set the animations etc for the player is:
pawn Код:
for(new i = 0; i < GetMaxPlayers(); i++)
Any help is appreciated.
Re: Global Anim Clear -
Retardedwolf - 12.09.2010
ClearAnimations(i);