1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-02-09 06:33:29 +08:00

fix names with color codes coloring the whole console.

This commit is contained in:
IceHax 2018-09-26 17:53:21 +02:00 committed by GitHub
parent 03362d2c6d
commit 25f9952c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ end)
AddEventHandler('playerConnecting', function(name, setReason)
local cv = GetConvarInt('sv_maxclients', 32)
print('Connecting: ' .. name)
print('Connecting: ' .. name .. '^7')
if playerCount >= cv then
print('Full. :(')