Problem with commands [ESX]

Hello, I have very big problem and the problem is that. My admin commands like /noclip, /tpm ,/goto and etc. Doesn’t work here is a pic with the problem when i type them they are just sending in the chat like a message can someone Help me with the problem i will be so thankfull!!
Here’s a screenshot of the problem - image

In the chat callback, you’ll write as showed on cl_chat.lua (fiveM base resources):

if text:sub(1, 1) == '/' then
   ExecuteCommand(text:sub(2))
end

wait wait what i didnt understand how i fix it :smiley: sorry but im not good at english

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