dpEmotes 1.7 (390+ emotes) Walkingstyles, Keybinding, Dances, Expressions and Shared Emotes

Hello, I am having an issue after installing this script, it works fine, but the menu opens when I press “b” on the controller and was wondering how to remove this.

I can’t find help for this but, I created a model intended to be a food item prop used in animation and i can’t figure out what i need to do to add it to dp emotes so it can be used. a step by step for adding new props would be great or a link to a tutorial, also have bought assets for same purpose and don’t know how to make use of them.

so how to from there have

/e pizzaslice "pizza slice apears in player hand with pizza slice being the new model?

I have already answered your question.

First watch the video to get the prop to appear

then, add the prop file to a stream folder in dpemotes

Then, add the code.

Hi everyone, i search to play an emote from mine script (client side) something like an export function to play animation from dpemote. Someone know how to made that please ? Thanks !

I have edited the code so I have an extra category in the Animation list but now all the Emotes that aren’t categorized will be playing the one below them.

So for example:

  • Cop
  • Cop 2
  • Lean

When I press the Cop one the Cop2 animation will be played. How can I fix this so it will play the selected one?

It’s as simple as this.
[1] = {
id = ‘self’,
title = ‘emotes’,
icon = ‘kissy’,
items = {
{
id = ‘em1’,
title = ‘Sit’,
icon = ‘chair’,
type = ‘command’,
event = ‘e sit’,
shouldClose = true

        }
    }
},

Hello! Need help with image of menu… how to remove name “dp Emotes” from custum image. Thanks

Check config.lua :slightly_smiling_face:

Currently maintaining this on my own fork on my forum post, I have many plans for the menu and have already made a lot of improvements!

Hey, really cool script, but I have quick question how do I code that when someone uses for example /e coffee, that they can walk with it and that the emote does not stop when walking? Thanks in advance for any advice

Hello, the coffee scenario doesn’t support walking but if you make a prop emote with coffee you can enable walking and move around with it :grin:

ok, but in other servers things like /e box or /e argue work when you walk but for me it does not

Can you use the default esx menu? Because we have a design for it :frowning:

You could try my version here, it’s currently the most actively updated fork with many improvements [Free] DpEmotes 3.6.2 - Enhanced emote menu with over 1,160 emotes and many features!

@anon70864786 Is there a reason you’ve taken down your GitHub repository?

@Scullyy Looks like your thread is locked too. Is a DMCA troll going around or what?

Edit:
@anon70864786 Never mind, just found the repository through your GitHub profile. How come it’s not listed as a fork of kibook’s repo anymore? I wasn’t aware you could even do that on GitHub. Is there some way I can re-link my fork to your repository again?

2 Likes

Ah, I just got confused when I couldn’t find your repo after the update notifier broke. I’d assumed since both of your forks had apparently vanished that a third-party was starting drama and possibly submitting false DMCA notices or something to incite both of you to take your uploads down.

Also I believe a lot of people still come to this thread when looking for your fork, myself included, so when I couldn’t find any news or information here I didn’t really know what to do at first other than tag both of you in a post.

I’m not really too concerned about the commit message I asked about on GitHub. I just got a little curious when I saw the second line that seemed somewhat hostile. Glad you guys sorted out your beef though.

I’ll bookmark the threads that Scullyy linked since I wasn’t aware there was a dedicated thread for your fork, hence why I posted here. I’ll try to remember to post there in the future and sorry if I derailed this thread a bit. Thanks to Scullyy for posting the links, presumably others will find them useful as well.

2 Likes

Is there a way to add a new custom prop? they dont seem to show up…

You need to add a line of code to the fxmanifest.

If you would like an updated version of DpEmotes, search the forums for RPEmotes, and if you look at the fxmanifest.lua, you’ll see what I mean with the lines of code.