• How to open a link with Steam Browser?
    3 replies, posted
For example, If you press a button in-game, like a normal DButton, you open up a link in Steam Browser. Is that possible?
gui.OpenURL
[lua] Button.DoClick = function() gui.OpenURL("google.com") end [/lua]
Thanks guys.
Sorry, you need to Log In to post a reply to this thread.