
General Doom
Members-
Posts
185 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by General Doom
-
Re: Phone calls/Texts No, we don't even know how they got the numbers.
-
Re: Phone calls/Texts We tried blocking the numbers, but they got through them by ringing the house phone/using an annonymous number. Police said there was nothing they could do, but i'll have a look and see if theres anything we can push for.
-
Re: Phone calls/Texts I have been letting it go, for 6 months now. 6 months is a long time to go without responding in any way.
-
Hey all. A few close friends of mine have been getting death threats VIA phone calls and texts, weve been to the police and they can't do anything, so I was wondering if there was a way I could play there game? Is it possible to send texts/calls using a script? I know you can do it with e-mails using the sendmail func so is there a way to do it for mobile phones? Or any other way I can get even with these scum? I've been racking my brain but to no avail, any help/advice would be greatly appreciated :-).
-
Re: Crime Formular Well, break it down: WILL = 10 LEVEL = 5 (random numbers) ((10*0.8)/2.5+(5/4) = 10*0.8 = 8 5/4 = 1.25 8/2.5 = 3.2 3.2 + 1.25 = 4.35 So, increase the *0.8 to make it easier, theres several ways to make this script more friendly: I.E LEVEL-WILL. Simple
-
Re: FaceBook vs. MySpace Real Life ftw? :P
-
Re: Randomizing users Yeah I did the same. Went through some of my gameslooking for anything I could use it in. :P
-
Re: Debit/Credit Card Mod $15 Maybe add a crime where you have a chance of stealing somone's card and all the money on it?
-
Re: [$20] 50 / 50 Chance Game Jeez, calm down. I credited the guy for some good coding, theres too much hate around these forums, and the moment somone sais sumat nice, they should be shot in your eyes!
-
Re: [$20] 50 / 50 Chance Game Looks like a good mod. Good work Isomerizer +1
-
Re: 4 year old smoker Exactly, im 14 and have smoked for several years. Im the fittest person in my school, and can easily run for a few miles before I stop. Im in better shape than most of the people in my school that DON'T smoke!
-
Re: Which Programming Language are You? Seems im also PERL.
-
Re: How much is your site worth PayPal.com Your site is valued at: $701,919,564 Traffic Statistics Alexa Traffic Ranking: 427 Google PageRank: 8 Average of 97,750,000 backlinks from major search engines. Paypal.co.uk Your site is valued at: $2,542,145 Traffic Statistics Alexa Traffic Ranking: 427 Google PageRank: 5 Average of 166 backlinks from major search engines.
-
Re: cityes v2 coder1, take the hint already, nobody wants you here, we don't want people who constantly beg for help, and can't even be botherd to try. Go bug somone else.
-
Re: Guess the next poster Unlucky. Dementor!
-
Re: If you could be me for a day Id use seany's coding skills to quickly write a guide on PHP, and everything else he knows, and write down all his knowledge of religion, post the noted to myself, and become a good coder, and pass R.E in school with an A* :-D yay! lol
-
Re: Guess the next poster Nope, unlucky. Next Tears.
-
Re: [$25] Farm Mod Then learn how to edit code to fit your game? Could easily modify this to growing weed etc. Watering instead of feeding, use your imaginiation.
-
Re: When is it ok to lie? I would class that as denial more than a lie, depending on circumstances. Such as: You are late to pay your credit card bills, and you know they are going to start repo'ing things, but you tell your wife your going to pay it soon. This is a lie to protect her, but also a form of denial.
-
Re: Online Cricket Management Game Ah my bad, I looked at the name :-) Lesson learnt, thanks guys!
-
Re: Online Cricket Management Game Ah o.k. And no i don't like I said, im still learning. But I Just went to php.net and it said there than And is a valid operator, and the code worked perfectly when I ran it.
-
Re: Online Cricket Management Game No problem. But just a question. You are trying to make a cricket game from scratch, but you can't code simple things like these? I means, I havn't been coding long, and have done nothing even remotly big. So how do you plan on creating some of the more complex files?
-
Re: Online Cricket Management Game Got it! <?php $batter = rand(1,100); if ($batter <= 50) { echo"whatever1"; } if ($batter >= 51 And $batter <= 79) { echo"whatever2"; } if ($batter >= 80) { echo"whatever3"; } ?>
-
Re: Online Cricket Management Game Sorry, but that can't be right, my head might not be screwed on right here, but, doesn't that mean, if somone scored 40, theyd get the message from both if statements? <?php $batter = rand(1,100); if ($batter <= 50) { echo"whatever1"; } if ($batter >= 51) { echo"whatever2"; } if ($batter >= 80) { echo"whatever3"; } ?> Hmm, I don't know how to make it so that, if it's greater than 51 but less than 79, anybody help me with this?
-
Re: Hi Cool, welcome to CE. Hope you enjoy your time here :-)