Ulysses

General => Developers Corner => Topic started by: SexyWalrus on February 08, 2015, 09:27:44 PM

Title: Make a chat command go to a website?
Post by: SexyWalrus on February 08, 2015, 09:27:44 PM
How do i make it so if someone types !forums or something along that line thy get directed to a website?
Title: Re: Make a chat command go to a website?
Post by: MrPresident on February 08, 2015, 10:07:03 PM
Assuming you know how to make commands already:

Here is how you would open a webpage in the Steam overlay browser:

ply:SendLua( [[ gui.OpenURL(" http://www.google.com (http://www.google.com) ") ]] )



http://wiki.garrysmod.com/page/gui/OpenURL (http://wiki.garrysmod.com/page/gui/OpenURL)