Jump to content


lordaiman

Member Since 03 Jun 2012
Offline Last Active Jun 13 2012 08:38 AM

Topics I've Started

Problem with 39 dll

03 June 2012 - 10:58 AM

global.tcp=tcpconnect("123.136.106.202",2535, 1);
if global.tcp>0
{

room_goto_next()
}
else
{
show_message("Unable to connect to the server!")
game_end()
}

at game client game, i already put my ip address but when i give the client to my friend, it show message that "Unable to connect to the server!". i already on the server. Anybody can help me because i now is confuse. SOrry for bad English and this is my first post.

Got problem with 39.dll

03 June 2012 - 10:56 AM

global.tcp=tcpconnect("123.136.106.202",2535,1);
if global.tcp>0
{
    
    room_goto_next()
}
else
{
    show_message("Unable to connect to the server!")
    game_end()
}

at game client game, i already put my ip address but when i give the client to my friend, it show message that "Unable to connect to the server!". i already on the server. Anybody can help me because i now is confuse. SOrry for bad English.