11-09-2006, 10:07 PM
For future reference, you can either change GAME_IP in modConstants, or you can change it to read as such:
Notice the quotations, I assume this what you tried to do, and it's what causes the error:
Code:
frmMirage.Socket.RemoteIP = "Your.Ip.Here"Notice the quotations, I assume this what you tried to do, and it's what causes the error:
Code:
frmMirage.Socket.RemoteIP = Your.Ip.Here