ππ½ Hey guys, I've always wanted to easily test the animations in Fivem and I never really found the script that fits for what I want. Then I found Mathu-Imn's script. So I decided to change it as I need and keep it public for everyone. Cheers! π»
- π Search button to specify what you're looking for.
- π³ STANDALONE. β It means this works on any framework. (QB, ESX, Whatever)
- 𧀠Change command permissions to Admin ONLY.
- πΎ Copy the dictionary and animation/clip to the Clipboard.
- π Prints dictionary and clip on console.
- π Up to date animations list.
To use the resource, download it, put the mrm-animations
folder in your main resources folder.
Add ensure mrm-animations
to your server.cfg.
Then, once you're in game, use the command /animations
to toggle the menu.
-- false = everyone can use the animation menu
Config.AdminOnly = false
-- print the dictionary and animation to the console
Config.PrintToConsole = false
-- copy the dictionary and animation/clip to the Clipboard
Config.CopyToClipboard = true
By changing
Config.AdminOnly
totrue
will make the/animations
command only accessible for server admins.
Thanks @Mathu-Imn for the original animation menu. π
Thanks @DurtyFree for the animations list. π¦
Thanks @SaSiNO97 for the CopyToClipboard
inspiration. π·