mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
fix colored chat messages print in console
This commit is contained in:
@@ -18,7 +18,7 @@ AddEventHandler('_chat:messageEntered', function(author, color, message)
|
||||
TriggerClientEvent('chatMessage', -1, author, { 255, 255, 255 }, message)
|
||||
end
|
||||
|
||||
print(author .. ': ' .. message)
|
||||
print(author .. '^7: ' .. message .. '^7')
|
||||
end)
|
||||
|
||||
AddEventHandler('__cfx_internal:commandFallback', function(command)
|
||||
|
||||
Reference in New Issue
Block a user