player list buf dizx

This commit is contained in:
teverse 2019-07-05 20:02:46 +01:00
parent f64c31b445
commit 481835154e
1 changed files with 1 additions and 0 deletions
core/client

View File

@ -24,6 +24,7 @@ local function addPlayer(client)
local playerGui = engine.construct("guiTextBox", container, {
name = client.name,
size = guiCoord(1, -10, 0, 16),
fontSize = 16,
text = client.name,
readOnly=true,
backgroundColour=colour(0.1,0.1,0.1),