I can't seem to find anything on them for GMod 13, only older versions. I hope they haven't been removed.
I would like to know, how would I find how to make one, or at least a place to download pre made ones and how to install them? Gogle doesn't give much info...
Lack of coherent/up to date resources is probably the reason you won't find many
It's still way nicier to create own VGUI elements.
[QUOTE=Netheous;46177174]It's still way nicier to create own VGUI elements.[/QUOTE]
As in what? Examples?
There's a good example on the wiki.
[url]http://wiki.garrysmod.com/page/Panel_Customization[/url]
[lua]local roman = vgui.Create("DFrame")
roman.Paint = function()
draw.RoundedBox(blablabla)
end
[/lua]
Sorry, you need to Log In to post a reply to this thread.