Hello, i'm trying to figure out a way that opens a web page in the player's computer.
i tried
have you got any suggestions?
thank you
i tried
PHP Code:
System.Diagnostics.Process.Start("http://www.google.com");
thank you