animbrowse
Animation browser tool for SA:MP - browse through all the game's animations.
sampctl package run --forceBuild --forceEnsure
And connect to
.
sampctl package build
Then copy the .amx to your server and add to the
section in
/
- or load during runtime via
Animation browser tool for SA:MP - browse through all the game's animations.
Usage
To use the browser, simply clone this repo, ensure, build and run the package:sampctl package run --forceBuild --forceEnsure
And connect to
- Código:
localhost:7777
.
As a Filterscript
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
- Código:
filterscripts
section in
- Código:
samp.json
/
- Código:
samp.yaml
- or load during runtime via
- Código:
rcon loadfs animbrowse
Credits: Unknown