Check out my Discord:
https://discord.com/invite/u6WaF27nHc


use AddonProps For Custom Animations
https://www.gta5-mods.com/tools/addonprops





FOR MENYOO:
use AddonProps For Custom Animations
https://www.gta5-mods.com/tools/addonprops

CODE: 
<Anim dict="2manfcku@animation" name="2manfcku_clip" />
<Anim dict="hatsdown@animation" name="hatsdown_clip" />
<Anim dict="offthat@animation" name="offthat_clip" />
<Anim dict="standon@animation" name="standon_clip" />
<Anim dict="westbaby@animation" name="westbaby_clip" />
<Anim dict="2man2head@animation" name="2man2head_clip" />

FOR DP EMOTES:
TUTORIAL:
https://forum.cfx.re/t/how-to-menyoo-to-dpemotes-conversion-streaming-custom-add-on-props/4775018



CODE:
   ["2head"] = {"2man2head@animation", "2man2head_clip", "~p~ 2 Man 2 Head", AnimationOptions =
   {
    EmoteLoop = true,
    EmoteMoving = false,
   }},
   ["2fucku"] = {"2manfcku@animation", "2manfcku_clip", "~p~ 2 Man Fuck u", AnimationOptions =
   {
       EmoteLoop = true,
       EmoteMoving = false,
   }},
   ["hd"] = {"hatsdown@animation", "hatsdown_clip", "~r~ Hats Down", AnimationOptions =
   {
    EmoteLoop = true,
    EmoteMoving = false,
   }},
   ["od"] = {"offthat@animation", "offthat_clip", "~p~ Off that", AnimationOptions =
   {
    EmoteLoop = true,
    EmoteMoving = false,
   }},
   ["so"] = {"standon@animation", "standon_clip", "~g~ Top Car", AnimationOptions =
   {
    EmoteLoop = true,
    EmoteMoving = false,
   }},
   ["westbaby"] = {"westbaby@animation", "westbaby_clip", "~o~ WestSide", AnimationOptions =
   {
    EmoteLoop = true,
    EmoteMoving = false,
   }},