Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about EchoStorms Source
#1
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:

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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)