dllinit(0,true,true)
global.tcp = tcpconnect('5.70.178.76',2620,1)
if global.tcp > 0
{
room_goto_next()
}
else
{
show_message("Unable to connect to the server!")
game_end()
}
...and here is my connection for the Server:
dllinit(0,true,false) servertcp = tcplisten(2620,10,1)
When I run my server, and then run 2 clients, it works perfectly. But when I put a client on a seperate computer, it won't be able to connect!
Yes, the person is on my Hamachi network, I have checked. We have tried different methods (Changing network from public to home) but it doesn't work! Can someone please tell me what I am doing wrong?
Also I like Chicken!











