So I'm working on a admin panel for an addon I'm making. What's the best way of going about making forms with vgui? Anybody know of any pretty good examples out there? I've been looking around but I haven't really been able to find much.
Yes, is there any nice way to do it? Or do you have to do it by hand.. I found [URL="http://wiki.garrysmod.com/page/Category:DForm"]this[/URL] but it only works for cvars..
- snip -
[QUOTE=MrRalgoman;52671731]Yes, is there any nice way to do it? Or do you have to do it by hand.. I found [URL="http://wiki.garrysmod.com/page/Category:DForm"]this[/URL] but it only works for cvars..[/QUOTE]
you can't really think "forms like html" in gmod. what you would do is "hook" the "click" function of a button in lua and use the [url]http://wiki.garrysmod.com/page/Category:net[/url] to send data to the server.
Sorry, you need to Log In to post a reply to this thread.