[FilterScript] Debug Animations - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Debug Animations (
/showthread.php?tid=182937)
Debug Animations -
BloodyEric - 13.10.2010
Hello,
this is a very simple filterscript which shows the current animation a player does. It shows all animations, even those which are not applied with ApplyAnimation. *only works on 0.3b*
Each player can turn it on or off with
/debuganimson or
/debuganimsoff
Output is via SendClientMessage, Library and the name of the animation are shown.
Maybe someone can use it.
Pastebin
Re: Debug Animations -
MyLife - 13.10.2010
Nice
but look like this
https://sampwiki.blast.hk/wiki/GetPlayerAnimationIndex
Re: Debug Animations -
BloodyEric - 13.10.2010
This is basically the code, but I modified it a bit. Players can disable/enable it and there is a check, so the same animation won't be showed 25x per second like OnPlayerUpdate does otherwise.
Re: Debug Animations -
Lookin - 13.10.2010
sounds good