Rp Chat /me command see all people

Hello, i have problem everybody see /me command on server do you know where the issue?
This is in main.lua

— TriggerEvent(‘es:addCommand’, ‘me’, function(source, args, user)
— local name = getIdentity(source)
— TriggerClientEvent(“sendProximityMessageMe”, -1, source, name.firstname, table.concat(args, " "))
– end)
TriggerEvent(‘es:addCommand’, ‘me’, function(source, args, user)
local name = getIdentity(source)
table.remove(args, 2)
TriggerClientEvent(‘esx-qalle-chat:me’, -1, source, name.firstname, table.concat(args, " "))
end)

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