Yeh this is my first network play project !!!!TOP SECRET!!!
sorry I am soon going to make a work log!
Ok the example code is
I put in my ipcode given to me by another program made!!!
Plus I chnage the name to the right one!!!!!
THe server one works fine but this does not!!
sorry I am soon going to make a work log!
Ok the example code is
; JoinNetGame example ; Note; run the HostNetGame example code on the other computer ; you wish to join with gamename$="ShaneGame" ; Change this to match the other computer's IP! serverIP$="0.0.0.0" ; Make the join attempt joinResults=JoinNetGame(gamename$,serverIP$) Select joinResults Case 1 Print "Joined the game successfully!" Default Print "Joining the game was unsuccessful." End Select WaitKey()
I put in my ipcode given to me by another program made!!!
Plus I chnage the name to the right one!!!!!
THe server one works fine but this does not!!