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.
I don't get any errors when I run the program but how do I check for errors then?
I don't know what you mean by adding ondisconnect.
Sorry for too many questions.
Offline
i can make some more, if anyone wants to pm me or something so i can get caught up on all the tedious updates, then i can make a lot of tutorials. I need to refresh some stuff for later this year any ways. I'd be willing to post them to youtube again, and remake some old ones so that they are updated as well, i can start as soon as i get the new update info. Someone just pm me or message me on tv
If you would like me to make a bot for you, go here.
Offline
I don't get any errors when I run the program but how do I check for errors then?
I don't know what you mean by adding ondisconnect.
Sorry for too many questions.
Something like this, http://pastebin.com/P4NDCYXc
i can make some more, if anyone wants to pm me or something so i can get caught up on all the tedious updates, then i can make a lot of tutorials. I need to refresh some stuff for later this year any ways. I'd be willing to post them to youtube again, and remake some old ones so that they are updated as well, i can start as soon as i get the new update info. Someone just pm me or message me on tv
This time, don't use copyrighted music.
Offline
Something like this, http://pastebin.com/P4NDCYXc
you can do conn.OnDisconnect += (then press tab twice) and it auto fills for you.
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
capasha wrote:Something like this, http://pastebin.com/P4NDCYXc
you can do conn.OnDisconnect += (then press tab twice) and it auto fills for you.
I know. But I prefer delegate more.
Offline
Xfrogman43 wrote:capasha wrote:Something like this, http://pastebin.com/P4NDCYXc
you can do conn.OnDisconnect += (then press tab twice) and it auto fills for you.
I know. But I prefer delegate more.
You sure?
Offline
I feel like making one that covers the basics of how to use VS, what we have for our community of sorts, and the basic structure. After that, everything they want to do, they need to learn, but will probably mooch anyway. At least once you cover the basics, it simply becomes 'how well do you know c#?'
Offline
capasha wrote:Xfrogman43 wrote:capasha wrote:Something like this, http://pastebin.com/P4NDCYXc
you can do conn.OnDisconnect += (then press tab twice) and it auto fills for you.
I know. But I prefer delegate more.
You sure?
http://i.imgur.com/OsNc7lj.png
There is 12 delegates because the code is showed with syntax highlighting and one without.
Still confused what you are trying to tell me.
Can you make a tutorial for making a ban list ? thanks :d
If you know how to read and write to a file, and also using lists you could do this self.
You only need to check if a username is in the list from "add" and kick him.
Offline
I don't know if I did it right but here's the edited code: /kqQgWWe2
It still doesn't work. I also came across this: playerio.com/forum/viewtopic.php?f=4&t=35903
Maybe hummerz5 is right and it is not the code but my internet connection.
I may be able to try with another internet connection soon.
Offline
I don't know if I did it right but here's the edited code: /kqQgWWe2
Where it says,
void conn_OnDisconnect(object sender, string message)
{
throw new NotImplementedException();
}
change it to:
void conn_OnDisconnect(object sender, string message)
{
MessageBox.Show(message);
}
then tell me what happens, if anything.
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
I did and nothing happens.
Offline
Maybe it is your connection then. Let us know when you get new connection if it's any better.
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Still no error checkings on login and connect. The reason you don't know why the code doesn't work.
If you don't want to use delegate, use this. http://pastebin.com/51tEHZds
Offline
Sorry, I thought you meant I should add only the ondisconnect part. Is not that I don't want to use it. I'll try both codes now.
Edit: The first code you posted with delegates worked. I can see the bot! The second one didn't. I'll now edit the first code so that it works with the Tutorials window.
Edit 2: I edited the code and it didn't work but then I thought it was the connect_Button not working and that was it. *facepalm* I must have missed a step in the tutorial or something. The code provided by Xfrogman43 and the one from the tutorial work too. Well, thanks all for your help.
Edit 3: I want to do tutorial 2 but is it functional? In the last page I read you use "b" instead of bldatam, is that the only thing that changes?
Offline
Why did the videos doesn't work ?
Offline
Why did the videos doesn't work ?
some viedos are blocked in USA
OR jabatheblob1 is re-making the tutorials and deleted all of the old vids.
Thanks to: Ernesdo (Current Avatar), Zoey2070 (Signature)
Very inactive, maybe in the future, idk.
Offline
I cant find his channel :c
Offline
I cant find his channel :c
he have maybe setting the channel options
I've stopped making videos cause no one is on ee anymore.
If you would like me to make a bot for you, go here.
Offline
Jabatheblob1 wrote:I've stopped making videos cause no one is on ee anymore.
dozens
If you would like me to make a bot for you, go here.
Offline
Jabatheblob1 wrote:N1KF wrote:Jabatheblob1 wrote:I've stopped making videos cause no one is on ee anymore.
dozens
"Dozens" isn't equal to "no one"?
There use to be thousands of people playing this game. It's just old. I don't find it productive.
If you would like me to make a bot for you, go here.
Offline
[ Started around 1732549747.0181 - Generated in 0.102 seconds, 12 queries executed - Memory usage: 1.78 MiB (Peak: 2.03 MiB) ]