ID:138706
 
Code:
world
mob = /mob/player
icon_size = "32x32"

world
New()
..()
ConvDiaNum()
ConvMesNum()
//BanLoad()
//BancosLoad()



mob/player
client
New()
..()
winset(src,"main","is-maximized=true")
command_text = "OOC "


Problem description:

Some people haves disconnect from the server before he enter in the game... After download the resources, they disconnect from the server.
To this people, the first screen doesn't appears, but in the server says: "Luasn has disconnected from the server".
Example: 3 friends logged in the server, but other 4 people doesn't
Luan12 wrote:
Code:
> world
> mob = /mob/player
> icon_size = "32x32"
>
> world
> New()
> ..()
> ConvDiaNum()
> ConvMesNum()
> //BanLoad()
> //BancosLoad()
>
>
>
> mob/player
> client
> New()
> ..()
> winset(src,"main","is-maximized=true")
> command_text = "OOC "
>

Problem description:

Some people haves disconnect from the server before he enter in the game... After download the resources, they disconnect from the server.
To this people, the first screen doesn't appears, but in the server says: "Luasn has disconnected from the server".
Example: 3 friends logged in the server, but other 4 people doesn't


Seems like a problem with dreamseeker. Have they tried updating BYOND?
In response to Avainer1
Yes, they tried