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 Re: Compost Bin » test topic please ignore » 2019-02-14 20:14:26

Different55 wrote:

Once I re-admin myself I'm banning all of you

are you threatening to ban now? I doubt that you are a real different55.

#2 Re: Compost Bin » test topic please ignore » 2019-02-14 20:08:45

why do you allow yourself to break the rules? This topic does not apply to the "Worlds" section. You get the first warning //forums.everybodyedits.com/img/smilies/neutral

#3 Re: Game Business » Happy Valentine's Day! » 2019-02-14 19:37:51

Most of all, I was happy to see kissing smiley for 5 gems in the shop //forums.everybodyedits.com/img/smilies/big_smile

#4 Bots and Programming » Console connection code » 2019-02-14 19:32:51

Anemone123
Replies: 1
var client = PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", "Email", "Password", null);
            var connection = client.Multiplayer.JoinRoom("WorldID", null);

            connection.OnDisconnect += (s, m) => Console.WriteLine(m);
            connection.OnMessage += (s, m) => {
                if (m.Type == "init") {
                    connection.Send("say", "hello");
                    connection.Send("init2");
                }

                Console.WriteLine(m);
            };

            connection.Send("init");

            Thread.Sleep(-1);

I like it, as it is very light and does not require much time. It's very easy to use because all you need to do is write your data in a specific section.

#6 Re: Worlds » AfterSapiens » 2019-02-14 17:35:17

you built it very quickly when approaching I always saw a big progress

Board footer

Powered by FluxBB

[ Started around 1714155612.3766 - Generated in 0.043 seconds, 11 queries executed - Memory usage: 1.25 MiB (Peak: 1.33 MiB) ]