Created
October 12, 2014 19:21
-
-
Save LennyPenny/7bb6fc1393b7668637f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
commented
Oct 12, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment