No matter what I try my Players tab has stopped working. I don’t know what is wrong but it’s strecthing far out and I want to bring it back in. Problem is, it doesn’t work, I tried about server. It use to work, now it doesn’t. Help please, also I got a picture.
[lua] Players = vgui.Create(“DListView”)
Players:SetPos(5,5)
Players:SetSize(5,5)
Players:SetMultiSelect(false)
Players:AddColumn(“Name”) – Add column
Players:AddColumn(“SteamID”)
for k,v in pairs(player.GetAll()) do
Players:AddLine(v:Nick(),v:SteamID())
end [/lua]
[lua] DermaSheet:AddSheet( “Players”, Players, “gui/silkicons/user”, false, false, “View Players” ) [/lua]
[lua] [/lua]
[lua] [/lua]
[lua] [/lua]