Animation browser tool for SA:MP - browse through all the game's animations.
To use the browser, simply clone this repo, ensure, build and run the package:
sampctl package run --forceBuild --forceEnsure
And connect to localhost:7777
.
If you want to load the tool as a filterscript, sampctl is yet to provide an easy way to work with filterscripts so the workaround is simply to build the package as normal:
sampctl package build
Then copy the .amx to your server and add to the filterscripts
section in samp.json
/samp.yaml
- or load during runtime via rcon loadfs animbrowse
.