05.10.2010, 04:10
I was asked by players to include more animations in my script, so I made a filterscript for them to preview them, using the new 0.3b animation commands ( I made a version of this for 0.3a, I have a pastebin of the 3a version below )
The filterscript uses sscanf2, link below, but is easily converted to whatever system you use.
https://sampforum.blast.hk/showthread.php?tid=120356
also zcmd, but again, easy to convert to another command system.
https://sampforum.blast.hk/showthread.php?tid=91354
This filterscript allows you to search the animation database using partial library and animation names. You can also find a full list of animation libraries and names here.
https://sampwiki.blast.hk/wiki/Animations
0.3b version Pastebin
http://pawn.pastebin.com/wKLvw5XS
0.3a version Pastebin
http://pawn.pastebin.com/WwnUj8Y5
You may have to edit the indentations if you copy from pastebin, because I am lazy.
The filterscript uses sscanf2, link below, but is easily converted to whatever system you use.
https://sampforum.blast.hk/showthread.php?tid=120356
also zcmd, but again, easy to convert to another command system.
https://sampforum.blast.hk/showthread.php?tid=91354
This filterscript allows you to search the animation database using partial library and animation names. You can also find a full list of animation libraries and names here.
https://sampwiki.blast.hk/wiki/Animations
0.3b version Pastebin
http://pawn.pastebin.com/wKLvw5XS
0.3a version Pastebin
http://pawn.pastebin.com/WwnUj8Y5
You may have to edit the indentations if you copy from pastebin, because I am lazy.