Isn’t the chat HTML based, or am I stupid? I would think if it was, it could be possible
bahus9
24
Is it possible to make like custom emojis like “:pepeHype:”?
I mean, you can add your own emoji to your Discord Server, and can you use it somehow in FiveM Chat too?
like, I don’t know… upload image with that emoji to the in-game chat?
Hello. Use esx_rpchat.
How do I want to ask how can Emoji be secured in command?
I have the OOC option:
RegisterCommand(‘ooc’, function(source, args, rawCommand)
local playerName = GetPlayerName(source)
local msg = rawCommand:sub(4)
local name = GetCharacterName2(source)
fal = name
TriggerClientEvent(‘chat:addMessage’, -1, {
template = ’ (Global - OOC) {0}: {1}’,
args = { fal, msg }
})
end, false)
And I don’t know how to prove it there. Thank you for help!

anyone know why i cant get it to work ?