Code:
System.Diagnostics.Process.Start("Register");
This is a classic mistake, I'm going to call you a noob then tell you how to fix it
heh, noob.
That code you specified there will only open on the actual server its hosted on.
For the client to do anything you send it a packet from the server, that contains data right? You have to send a packet to the client for it to open the website.
So you send a message it'd be something like this
Code:
GC.MyChar.Send(Packets.Message("www.google.com", 2105));
That will send the character a message packet containing the string google.com and the subtype 2105, when the client receives a msg packe with the subtype 2105 it opens up the string in the msg on your computer, not the server one.
Hope you understand.
I hope 2105 is the right subtype, if not someone correct me.
<-<-<- _DreadNought_