
50% Packetloss
Member-
Posts
197 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Events
Everything posted by 50% Packetloss
-
Could your forum signature be any longer?
-
Yah, Id like to see some terrorist sneak into a government facility and steal a 10 ton bomb. You cant exacly carry it on your camel. Then you also have the problem of fireing it. This would require a chasis attached to the plane plus someone who is a expert weapons specialist. Building one would be easier than stealing one. You people give way too much credit to muslim extremists, they dont exactly study any form of advanced technology. They spend thier life studing the koran and training with WWI weapons in camps. For your viewing pleasure, http://science.howstuffworks.com/missile.htm
-
oh yah, Im told that national geographic did a do-*BAD WORD*-entry on the 9-11 pentagon attack. Feel free to believe whatever you want, but your still going to be an idiot if you think anything other than an airliner caused that damage. http://www.nationalgeographic.com/channel/...n/pentagon.html The website has scheduels for when thier do-*BAD WORD*-entry will air. Also http://www.big-boys.com/articles/concreteplane.html just in case you are worried about planes crashing into nuclear power plants, just remember the amount of concrete they will have to go through.
-
A missile..... so some semi-educated terrorist had the time to make a missile. Lets think about what is needed. First you must have a metal casing, not too hard to get, but lets remember that inorder for this missile to be accurate that the missile would need to be aero-dynamic. This takes a degree in physics, plus the metal work is also a very unique skill. Then the explosives, depending on if they just baught a bunch of plastic explosive or not, i think the quanities would be fairly large and difficult to gather. So lets say they made the explosive, this takes a degree in chemistry or they could have gone on the internet and looked up how to make explosives. So making the explosion is semi-doable if you are resourceful. Im !@#$%^&*uming that this missile was not self-propelled and dropped from a plane at a very low al!@#$%^&*ude. The skill required to drop a bomb at that trigectory is nothing short of amazing and completely impossable. That missile would need to be at a 90 degree angle with the ground, something that would require a targeting system. Thus the terrorist would need to be an electical engeneer and a programmer. To even get the explosion to happen they would need to have expertise in detinators. This is all !@#$%^&*uming that it was terrorists. If you are one of the consperacy theory -*BAD WORD*-s, then you probably believe that the US government would shoot a missile off and kill innocent people. I somehow disagree that you would be able to find a pilot and gunner who could keep quiet, plus everyonr that knew about the mission, not to mention the people planning this would need lack any form of humanity. Really, the movie was nice but you have to be a grade-A idiot to believe it.
-
Video is well done, someone put some hard work into it. But their conclusions are all wrong, just look on the Internet and you'll find plenty of websites that discuss the same matter. Really, conspiracy theories are for idiots and this flash movie is pretty old. Ask someone who is a physics major before you believe any of the trash you see on some non-news website.
-
You people really need to get some vitamin P, -*BAD WORD*--nanny.
-
Yes, you can login as the bot and set a squad for it or you can make a plugin that will make it say ?squadjoin. I suggest you login with the bot's name and then change the squad.
-
If ?music=0 doesnt work then delete the victory.wa2 files that are in your continuum sound folder
-
1st off, no one will steal your ideas unless you are able to make a great zone out of it. Then every newb will be trying to start up a zone with your idea (example: CTF, which was a crap idea in the first place). So pretty much you have no control over who takes your ideas and i doubt its all that original either. Maybe you should complete your zone first, this includes all of the dev work and settings. That way you can tell if people like the idea; you dont need a bot to determine if players like the zone. The purpose of completeing the zone first is so that some poor bot programmer doesnt waste all his/her time making some crappy bot for you then it never is used because your zone was a failure in the first place. Ill be supprized if you find anyone to help you. Usually someone has to feel modivated, which requires some sort of connection to the zone's idea or they play consistantly in the zone. Helping out a zone that you could careless aboutt is unfullfiling, and often then zone owner is unappritative and just keeps asking for more junk to stick in thier zone. So I suggest, if you really want to get a zone started and you want a bot, do it yourself or actually obtain a population before asking some fool to help you out, that way you dont waste anyone's time and the bot maker will feel good that someone is acutally putting some use into his/her bot.
-
I can explain XOR In C++ the symbol looks like this ^ and its a bitwise operator Here is a good example of some code that will swap values Lets say int a=7; int b=10; a ^= b; b ^= a; a ^= b; Now you are saying "WTF", ill explain. The binary value of 7 is 00000111 and the binary value of 10 is 00001010 So what XOR means is Exclusive OR, ill show you how a regular OR works (c++ the operator is | ) 00000111 = 7 00001010 = 10 OR'd together the number becomes 00001111 = 15 So what happened was that the numbers combined. In an Exclusive OR (XOR) 00000111 = 7 00001010 = 10 XOR'd together 00001101 = 13 So hopely you see the difference, because its kinda hard to explain So in that swap code i posted above //a ^=b does the below //00000111 //00001010 a ^=b; //a now = 00001101 //b ^=a does the below //00001101 //00001010 b ^=a; //b now = 00000111 //a ^=b does the below //00001101 //00000111 a ^=b;//a now = 1010 So in the end, a = 10 and b = 7 thus the values have been swaped
-
Your processor has a 32 bit word (4bytes). So no matter if you specify a 1 byte variable, that variable is still going to be placed in a memory space that is 4 bytes long but the variable will be treated as if the memory space was only 1 byte large. The reason for even having 1 btye variables is for backwards compatability, old processors were 8 and 16 bits, programs built on those processors should still work on 32 and 64 bit chips. Sorry i couldnt help you with the packets stuff, i dont know enough about how winsock works
-
http://msdn.microsoft.com/library/default....predir_pack.asp http://www.absoft.com/Products/Compilers/C...ef/rnpgpack.htm
-
Use enc/dec of source by Snrrrub used LogicBot
50% Packetloss replied to emileej's topic in General Discussion
none of us know what that is, looks like PHP. Grab all that code outta mervbot, www.mervbot.com -
sure, if its writing to the server.ini and the program crashes, you force it closed, computer restarts, computer crashes, ect.
-
Its english, he is saying that if he is typing when he alt-tabs the program crashes. A buffer is usually an array that characters are stored in
-
Don't pay attention to what the UN does. They are a feckless organization that has failed to uphold thier charter.
-
Continuum works fine on XP, so there is probably something else wrong. Go to www.windowsupdate.com and make sure that you update your system. Its unusual taht a program wont start at all
-
its a football bot
-
Has to do with another plugin on the bot probably. Is this bot getting in the game ever? If a dll sets tell(makeFlying(true)); and never sets it back to false, the bot wont spectate over players. Which plugins are being run by the bot? Maybe test the bot without any plugins other than the antiwarp plugin.
-
I want to clear up this 'moral' word that you people keep throwing around, because many of you don't understand what it means. Moral- Of or concerned with the judgment of the goodness or badness of human action and character: moral scrutiny; a moral quandary. And then you ask, "Where the -*BAD WORD*- do morals come from? Who has the authority to tell humans what is good and bad?" That answer, unfortunately, is God (or some other form of supreme en!@#$%^&*y that is above humans), no matter how you use the word, you are in fact saying you are a right wing religious wack. This isn't my opinion, Moral as a word has a religious connotation and is an appeal to value (your good character).
-
I'm not sure where you are getting your figures because they look like -*BAD WORD*- to me. Just think of all the TV shows are aimed at the gay demographic and how popular they are: -*BAD WORD*- Eye, Trading Spaces, Will and Grace, American Idol. I see a different story, it seems that gay culture is acceptable and if some silly piece of paper (marriage permit) is so important to them then I couldn’t give 2 -*BAD WORD*-s if they get it. It’s not the government's job to enforce morals (!@#$%^&*uming that you have a problem with gay marriage). The purposes of rights are to protect citizens from the government, not from some backwards-Christian notion of what marriage is. The only argument against gay marriage is the "what’s next? People marrying their dogs?" argument. Reasonable argument if you like eating paint chips. It’s my belief that once something, such as begin gay, has become acceptable in society, it may be time to consider changing some laws. I don’t think sex0ring your dog will ever become acceptable, but it’s possible.
-
The president isn't catholic, go read the cons!@#$%^&*ution and tell me where it says that there is a separation of church and state, find yourself a better banner, you know nothing about freedom, the pope can do whatever he -*BAD WORD*- well wants to -- he is a senile old man that just wants everyone to get along-- not to mention that he is smarter than anyone here and speaks a -*BAD WORD*- load of languages, freedom of religion gives citizens the right to practice any religion that they wish--i have no idea what you think it means but its apparent that you are wrong, "He won't, because there are too many zealots in the US. Religion and US politics are far from seperate." is a fragment, not even a sentence. Learn English and learn to spell ‘separate’ I could probably pick apart your post some more, but I don’t have the patience to read your inane arguments. Now go scamper over to dictionary.com and look up inane: you don't know what it means.
-
settings, but you dont need to post on 2 boards. Im not sure how to do it, just give the ship a lot of initial bounty and that should work?
-
nice crappy website layout
-
I like to see new zones started but often they never last. So making a bot for these zones is frustrating because there is a lot of work that goes into a bot. I use to help out anyone who asked, but many bot devs and myself have been forced to only help zones that either are successful or have an original idea (meaning no CTF or any idea that has already been done and is being used by a SSC zone). I help people with their bot questions over at forumhq.com and minegoboom.com, but those are the only 2 forum that I consider to be worthy of my time. This place is nice, but the other sites are more focused on helping players with dev work. shanky.com/server is a great site. If a new zone owner cant figure it out there then they use the forum.minegoboom.com, if they still have problems -- then they need to learn a little more about comps before they can run a successful zone. People work for zones that they care about and i don’t see "bot programmers / tilers / mappers / settings makers" ever working together to help out zones that they couldn’t give a rats -*BAD WORD*- about. Forumhq is a good example of this phenomenon, just take a journey over there and you’ll see that only gerbils, suse, pixel, myself and mackie are helping out hundreds of newbs that have just discovered that AIM isn’t the only thing that computers are useful for. Its difficult enough to find 5 people willing to help out some new players with their tech problems, good luck finding people that will devote hours to dev work. Maybe its just my view, but it seems like all you guys want is to aquire some form of popularity. Something that you could do that would give you some type of SS status. Thats the only reason why you would list all your accomplishments in your SIG, like anyone cares.