Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2015-03-25 11:06:52

goeyfun
Member
From: Mighty Japan
Joined: 2015-02-18
Posts: 667

Connect to a world without it being online

how? to connect a world that is not on the lobby list?


Ug3JzgO.png

Offline

#2 2015-03-25 11:16:22

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: Connect to a world without it being online

private void CreateJoinRoom(Connection con, Client c, string worldId, bool visible)
        {
            con = c.Multiplayer.CreateJoinRoom(worldId, "Everybodyedits188", visible, null, null);
            con.Send("init");
            con.OnMessage += con_OnMessage;
        }

Offline

DarkDragon49001427278582487281

Board footer

Powered by FluxBB

[ Started around 1714810949.8702 - Generated in 0.100 seconds, 10 queries executed - Memory usage: 1.36 MiB (Peak: 1.45 MiB) ]