How can i remove this message from cfx chat?

image_2024-06-18_142444632

when i just type something in chat this comes up that everyone can see

does anyone what lines of code I need to remove to stop it?

Édit your chat script

i know, im just asking if anyone knows the exact lines of code though

You don’t have to edit the chat resource for this, just put this in a server script:

AddEventHandler("chatMessage", function()
    CancelEvent()
end)
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.