1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2026-05-13 17:03:10 +08:00

chat: fix 'joined' message

This commit is contained in:
moscovium
2017-07-15 22:33:05 +02:00
Unverified
parent 602753f59e
commit 07ba1df6ca
+1 -1
View File
@@ -34,7 +34,7 @@ AddEventHandler('__cfx_internal:commandFallback', function(command)
end)
-- player join messages
AddEventHandler('playerActivated', function()
AddEventHandler('playerConnecting', function()
TriggerClientEvent('chatMessage', -1, '', { 255, 255, 255 }, '^2* ' .. GetPlayerName(source) .. ' joined.')
end)