fix colored chat messages print in console

This commit is contained in:
IceHax
2018-09-26 18:06:30 +02:00
committed by GitHub
parent 25f9952c67
commit 471b19d37c

View File

@@ -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)