Little help please. When I run my server, everything happens fine it returns the server_name, server_ip, session_name on the screen so I know the server started correctly, yet when I run my client I added this:
if (!session_connect("test","192.168.1.201"))
{
error("no server found");
}
and I it always tells me that indeed no server is found.
Any ideas?