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-09-02 22:41:07

brine123
Member
Joined: 2015-08-18
Posts: 15

To Jabatheblob1 about snake tutorial on c#

On ur tutorials on youtube, i wanted to make a snake on a bot im making and i did what you did but it doesnt work. Plz help //forums.everybodyedits.com/img/smilies/neutral

Offline

#2 2015-09-02 22:49:43

STD
Formerly BenWanted
From: Binary by 0 and 1
Joined: 2015-08-19
Posts: 1,113

Re: To Jabatheblob1 about snake tutorial on c#

Maybe you should PM him this instead of making a whole thread.

inb4lock


random-pictures-316.jpg

Offline

#3 2015-09-02 22:51:42

Anch
Member
Joined: 2015-02-16
Posts: 5,447

Re: To Jabatheblob1 about snake tutorial on c#

Benwanted wrote:

Maybe you should PM him this instead of making a whole thread.

inb4lock

Just because the topic is meant for Itsmeandersonlol doesn't mean other people can't help.

Offline

#4 2015-09-03 00:04:39

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: To Jabatheblob1 about snake tutorial on c#

Post your code inside [ code ] tags here, and I can help you.

Offline

#5 2015-09-03 00:37:28

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: To Jabatheblob1 about snake tutorial on c#

anch159 wrote:

Just because the topic is meant for Itsmeandersonlol doesn't mean other people can't help.

Uh
How do you confuse Jabatheblob1 with Itsmeandersonlol?


zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

Wooted by: (2)

#6 2015-09-03 00:47:10

brine123
Member
Joined: 2015-08-18
Posts: 15

Re: To Jabatheblob1 about snake tutorial on c#

This is the code for snake on the bot that doesnt work

                    if (bid == 14)
                    {
                        con.Send(bldatam, 0, x, y, 12);
                        Thread.Sleep(20);
                    }
                    else if (bid == 12)
                    {
                        con.Send(bldatam, 0, x, y, 0);
                        Thread.Sleep(20);

Offline

#7 2015-09-03 10:07:03

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,645

Re: To Jabatheblob1 about snake tutorial on c#

brine123 wrote:

This is the code for snake on the bot that doesnt work

                    if (bid == 14)
                    {
                        con.Send(bldatam, 0, x, y, 12);
                        Thread.Sleep(20);
                    }
                    else if (bid == 12)
                    {
                        con.Send(bldatam, 0, x, y, 0);
                        Thread.Sleep(20);

That part is perfectly fine. Does your bot connects or doesn't even compile?


Everybody edits, but some edit more than others

Offline

#8 2015-09-03 20:26:51

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: To Jabatheblob1 about snake tutorial on c#

I can't see anything wrong in your code either.

Offline

#9 2015-09-04 09:02:58

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Re: To Jabatheblob1 about snake tutorial on c#

make sure it's in case 'b'


If you would like me to make a bot for you, go here.

Offline

Jabatheblob11441353778538279

Board footer

Powered by FluxBB

[ Started around 1716041332.4535 - Generated in 0.052 seconds, 10 queries executed - Memory usage: 1.49 MiB (Peak: 1.62 MiB) ]