• Question about Garrys Mod buttons
    0 replies, posted
How to Make a Buttons which are will open link. For example: Place button like this: [QUOTE]local DermaButton = vgui.Create( "DButton" ) DermaButton:SetParent( DermaPanel ) -- Set parent to our "DermaPanel" DermaButton:SetText( "Kill yourself" ) DermaButton:SetPos( 25, 50 ) DermaButton:SetSize( 150, 50 ) DermaButton.DoClick = function () RunConsoleCommand( "kill" ) -- What happens when you press the button end[/QUOTE] But for internet link, i want use it to open server content page
Sorry, you need to Log In to post a reply to this thread.