Skip to content

Instantly share code, notes, and snippets.

@LennyPenny
Created October 12, 2014 19:21
Show Gist options
  • Save LennyPenny/7bb6fc1393b7668637f5 to your computer and use it in GitHub Desktop.
Save LennyPenny/7bb6fc1393b7668637f5 to your computer and use it in GitHub Desktop.
if frm then frm:Remove() end
frm = vgui.Create("DFrame")
frm:SetSize(ScrW()*.75, ScrH()*.75)
local shtml = vgui.Create("DHTML", frm)
shtml:Dock(FILL)
shtml:SetAllowLua(true)
shtml:OpenURL("http://utility-melody-731.appspot.com/")
@willox
Copy link

willox commented Oct 12, 2014

shtml.ConsoleMessage = print

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment