Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IP Config for MS4?
#6
find
Code:
' Winsock globals
Public Const GAME_IP As String =

delete it

replace all
Code:
GAME_IP
with
Code:
ServerIP

make a new textbox on frmmainmenu called txtIP

find
Code:
Private Sub lblLogin_Click()

before
Code:
frmLogin.Visible = True
put
Code:
ServerIp = txtIP.text
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)