[Release] Emotes Script

yeah everything was done correctly ill show you screenshots and wha i typed in

1 Like

What is the name of emote to give middle finger?

I don’t think it’s an emote.

that’s emote is called “bird”
also the /emote dose nothing for me any help

thats cuz its /emotes to get the list and /emote bird to perform the function

I would like to do animation for player to grab umbrella

1 Like

/emotes does nothing for me as well has anyone fixed this?

Me too, it doesn’t work man

Is it possible to add more emotes like this one? anim@amb@nightclub@dancers@black_madonna_entourage@

Video of what the animation look like:

Animations list:
https://alexguirre.github.io/animations-list/

Works amazing! Thanks.

Hey, weird error I’ve never had before


Using this script works perfectly, apart from the fact that when typing /emote and /emotes it comes up with “SYSTEM: /emote is not a valid command” before proceeding to show the emotes list or play the emote


It’s like they’re not registered with the server somehow, any ideas?

That’s another script posting that message, not the emotes script.

This script is for ESX server or vRP server?

And what is the button to open the menu?

This is a standalone script, no vRP or ESX/ES. There is no menu, just commands. /emotes to list the emotes and /emote [name] to start an emote.

This is because you have ESX installed. To remove this error, add this code to the bottom resources/emotes/sv.cfg

TriggerEvent('es:addCommand', 'emote', function(source, args, user) end)
TriggerEvent('es:addCommand', 'emotes', function(source, args, user) end)

To explain what I am doing, it is essentially adding a blank/placeholder ESX command so it will not trigger the error.

Make sure you load emotes after esx.

UPDATE April 4, 2019

This script has been updated to cope with FiveM’s development since I first released it. This changes:

  • Moved commands to client and removed server file
  • Moved from chatMessage event to chat:addMessage event
  • Added customizable templates for script (for easier localization)
  • Added chat suggestions for commands
  • Removed the notifications for chat only messages
  • Removed an unwanted message about putting away firearm first

I do not want emote to cancel when I move the character, how do I do it?
sorry my english I’m using google translator

My server loads the resource fine but on connecting it says it couldn’t load it?”

“Couldn’t load resource emotes :(”

hey i added a bunch of emotes like 18 and none of them show up in game when i do /emotes any way to fix this or is their a cap and also the script prints out twice in chat when i do /emotes any fix or help much appreciated

[‘cheer’] = “WORLD_HUMAN_CHEERING”,
[‘drink’] = “WORLD_HUMAN_DRINKING”,
[‘film’] = “WORLD_HUMAN_MOBILE_FILM_SHOCKING”,
[‘plant’] = “WORLD_HUMAN_GARDENER_PLANT”,
[‘guard’] = “WORLD_HUMAN_GUARD_STAND”,
[‘hammer’] = “WORLD_HUMAN_HAMMERING”,
[‘hangout’] = “WORLD_HUMAN_HANG_OUT_STREET”,
[‘hiker’] = “WORLD_HUMAN_HIKER_STANDING”,
[‘statue’] = “WORLD_HUMAN_HUMAN_STATUE”,
[‘jog’] = “WORLD_HUMAN_JOG_STANDING”,
[‘sitchair’] = “PROP_HUMAN_SEAT_CHAIR_MP_PLAYER”,
[‘hoe’] = “WORLD_HUMAN_PROSTITUTE_HIGH_CLASS”,
[‘hoe2’] = “WORLD_HUMAN_PROSTITUTE_LOW_CLASS”,
[‘pushups’] = “WORLD_HUMAN_PUSH_UPS”,
[‘situps’] = “WORLD_HUMAN_SIT_UPS”,
[‘diggit’] = “WORLD_HUMAN_STRIP_WATCH_STAND”,
[‘crowdcontrol’] = “CODE_HUMAN_POLICE_CROWD_CONTROL”,
[‘investigate’] = “CODE_HUMAN_POLICE_INVESTIGATE”,

if i restart the script in game i get this error

How did you get it to work?