JeffreyBytes / AT-Anims

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AT_ANIMS MENU!

1. Requirements

2. Installation

  • Add ensure at_anims in your server.cfg
  • You can change the script language in Config.json
  • Press U to open menu
  • If you want to add new animations, you need to put this 🔽 in Config.json AnimationsList: Example animation image
    {
      "Name": "Animation Name", // Name that will appear in the Menu
      "Dic": "", // Look Example
      "Anim": "", // Look Example
      "Type": "animation" // If it is an animation
    }
  • If you want to add new sceneries, you need to put this:
    {
      "Name": "Animation Name", // Name that will appear in the Menu
      "Anim": "", // Example: WORLD_HUMAN_SMOKE_INTERACTION
      "Type": "scenario" // If it is an scenery
    }
  • If you want to add new emote, you need to put this 🔽 in Config.json EmotesList:
    {
      "Name": "Emote Name",
      "Emote": -339257980 // Emote hash
    }

3. Support

4. Credits

About

License:GNU General Public License v3.0


Languages

Language:C# 98.3%Language:Lua 1.7%