Hello all :D I've been recently been working on my server, and Im trying to get a custom vgui.lua. I've been working on it for at least 2 weeks Now. I was wondering if anyone could show me how to make text in the panels (f4menu tabs). I've attempted to do this before with a simple draw.SimpleText. But it's not how i want. All the test just jumbles up. If anyone could help me that would be soo amazing
Lul.
[lua]local Txt = vgui.Create("DLabel", mahPanel)
Txt:SetText("")
Txt:SizeToContents()[/lua]
@Edit: That is, if I read correctly.
You want text on the panels, so DLabel.
Sorry, you need to Log In to post a reply to this thread.