Quote:
Originally Posted by hugo95=)
In the folder, there is a file called Server Configuration
IP=add your IP
Port=add your port
[Save]
after open the client source=>
Script => scr_client_init_variables
global.client_ip = "add your IP" ; //IP address to connect to86.209.112.192"orbitlegacy1.no-ip.org"
global.client_port = add your port ; //Port to use
[Save]
after open the server source
Script => scr_server_init_variables
global.client_port = add your port ; //Port to use
[Save]
__________________________________________________
when you finish, open the server first, and after the client 
|
i open the ports in the router , change ip to 172.0.0.1 , and i I followed the entire tutorial without error
and i receivied conection lost
and i change to localhost and receivied too the conection lost