How to set a normal chat as local ooc?

Hello! I have a question about how to set a normal chat to a local chat. Of course, no /. Thanks! :slight_smile:

Wrong section, this is for FiveM feature requests, not support.

https://forum.cfx.re/c/development/scripts

Thats the correct section.

Also, there’s an amazing feature hidden underneath the :mag:. Try using that

At least he’s asking a very friendly question um #MERPTV

This
TriggerClientEvent('chatMessage', -1, "OOC | " .. author, { 255, 255, 255 }, message)
instead of
TriggerClientEvent('chatMessage', -1, author, { 255, 255, 255 }, message)
in sv_chat.lua

@Barbie
Did I do something wrong or does it actually not work?

That’s… Strange.