22-07-2008, 01:02 AM
Alright. I'm using EchoStorms engine but the server keeps saying its down when I run the program. The server is up and Idk where to put the IP and Port
I think theres something to do with this:
I think theres something to do with this:
Code:
Sub TcpInit()
SEP_CHAR = Chr$(0)
END_CHAR = Chr$(237)
PlayerBuffer = vbNullString
Dim FileName As String
FileName = App.Path & "\config.ini"
frmMirage.Socket.RemoteHost = ReadINI("IPCONFIG", "IP", FileName)
frmMirage.Socket.RemotePort = Val(ReadINI("IPCONFIG", "PORT", FileName))
End Sub