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.
Pages: 1
cercul1 wrote: I tried just using multiple conn.Sends on different lines but in the... just look if (msg.ToLower().StartsWith("!join")) { conn.Send("say", "/pm " + players[m.GetInt(0)] + " Use !join followed by one of the follow zones (!join A)"); conn.Send("say", "/pm " + players[m.GetInt(0)] + " A, B, C, D"); conn.Send("say", "/pm " + players[m.GetInt(0)] + " Use /help if you don't know where they are on the map"); } It only sends the first message. Halp D: plz D:
Easy just do Threading
Ex:
conn.Send("say", "/pm " + players[m.GetInt(0)] + " Use !join followed by one of the follow zones (!join A)");
Thread.Sleep(1000);
conn.Send("say", "/pm " + players[m.GetInt(0)] + " A, B, C, D");
Thread.Sleep(1000);
conn.Send("say", "/pm " + players[m.GetInt(0)] + " Use /help if you don't know where they are on the map");
Thread.Sleep(1000);
You can put a number 500 and above for the Thread. Depends for the speed of each message you want.
Tell if this work out for you
I just want to know because my way is not working out.
This is what I'm doing:
#region killed
if (m.Type == "kill")
{
int userid = m.GetInt(0);//Use userid to see if they died
say("You died!");
}
#endregion
I'm not really trying here, but I still need help because this is my only way to do it for me.
Thanks for the help. Third time's the charm
Capasha Google is not working too!!!!
Check it out
it says:
404. That’s an error.
The requested URL /search?q=cache:cwoHxpZkK10J:http://capasha.com/eeinformation.php%2Bcapasha+eeinformation&oe=utf-8&gws_rd=cr&hl=sv&&ct=clnk was not found on this server. That’s all we know.
Close Enough, Thanks!
Is there something that I use to replace capasha?
Who's the owner for capasha anyway?
Today I wanted to make a fast Digbot for gaby945 and I needed movement from capasha, but then it say this:
web hosting services
THIS DOMAIN IS INACTIVE - Account is not active, if you are the owner of this website, please contact us from members area
GREAT WEB HOSTING
Professional solutions and dedicated support - top website hosting that really rocks. See why!
Great web projects start with a great domain name. Register yours now, for free.
Great news - free domain comes with every account!
your-domain-name
GET FREE DOMAIN
What? Is this happening for everyone or just for me?
If you want to see go to http://capasha.com/cgi-sys/suspendedpage.cgi
Please Replay
Yes I'm Sure
OK, I want the coding for making those arenas.
I when I mean those arenas that Bombot, and #getrekt has when they fight each other.
I want to make a little bot that has an arena that collects user data, like how much people are there in a set of area or how much people is on one team your on or something.
And tell me where you would put the coding. Would you put it in #region movement or #region placingBlocks? If you know just let me know.
PLEASE I'M STUCK
Thanks for the help!!!
I'm dumb
OK I want to have at least 10 seconds between two different blocks being placed in the same place.
I already tried:
con.Send(bldatam, 0, x, y, blockid, TimeSpan.FromSeconds(10));
OR
con.Send(bldatam, 0, x, y, blockid);
Thread.Sleep(200);
Sorry, I'm a beginning in Programming s I don't really know anything.
If you know reply please.
what do you put to see other people wins? Is it if (string.Compare(command, "wins" + username) == 0) because I already tried that and it doesn't work. I just want to know!
Key Battle [On/Off] Information
* The point of Key Battle is to be the last one standing from keysmith or open a door with a key
* Keysmith- choosing a key to make people fall and you only have 15 seconds
* The Waiting Room- You get there when after you choose a key. You can only be there for 15 seconds too
* When you win a round you get a crown and a coin
* When you get more coins you can get key upgrades or get smiley accessories
* To see wins say !wins
Credits
---------
Key Battle is based on Key Game made by Izereal http://everybodyedits.com/games/PWUnl7nyzDa0I Key Game [Test On]
Art made by Was24pro & Naa2001
Coding and Hosted by Naa2001
http://everybodyedits.com/games/PWriccFBuBbEI Key Battle [ON/OFF]
I'm having a problem with the INI.cs in the wins video the problem is when you copy and paste it's saying The type or namespace name 'Dllmport' and 'DllmportAttribute' could not be found and now the wins command won't work...
Does anyone know how to make a commands the quicker way, because every time I do it Jabatheblob1 way it always doesn't work
Pages: 1
[ Started around 1732752671.6068 - Generated in 0.104 seconds, 10 queries executed - Memory usage: 1.35 MiB (Peak: 1.49 MiB) ]