MrM-Scripts / mrm-animations

FiveM Developer script to check every GTA animation. πŸ₯€πŸ±β€πŸ’»

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer script to check every GTA animation. πŸ₯€πŸ±β€πŸ’»

πŸ‘‹πŸ½ 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! 🍻

Features πŸ’Ό :

  • πŸ” 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.

Installation 🐌 :

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.


Config.lua:

-- 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 to true will make the /animations command only accessible for server admins.


Credits πŸ‰:

Thanks @Mathu-Imn for the original animation menu. πŸ’–

Thanks @DurtyFree for the animations list. πŸ’¦

Thanks @SaSiNO97 for the CopyToClipboard inspiration. 🍷

About

FiveM Developer script to check every GTA animation. πŸ₯€πŸ±β€πŸ’»

License:MIT License


Languages

Language:Lua 99.5%Language:HTML 0.5%