Jump to content
MakeWebGames

~Destiny-Gaming~

Members
  • Posts

    63
  • Joined

  • Last visited

    Never

Everything posted by ~Destiny-Gaming~

  1. Re: [mccode v2] Preferences I Like This modification Man Well done its good :-)
  2. Re: [FREE] [V2] 2 Game Styles/Themes Great theme's for Mccodes Well done there really cool, Keep it up
  3. Re: Preferences edit Ahhhh cool feature man , thanks for posting look's cool and stops Idiots from using same name :-D
  4. Re: [V1] Register (V1) Hmm I Wouldn't use it..... BUT great effort man , thanks for posting im sure someone is using it :-)
  5. Re: Simple Trades [V2] Great Mod Richard!
  6. Re: Tutorial: v1 - v2 Conversion All he does is use OTHER PEOPLE HACKS! To Hack Game's he should stop I Disagree with joker he's just a kid!
  7. Re: upgraded lucky boxes Cool mod maybe have one when they click open a box opens ( image of box open )
  8. Re: [Free V2] Lottery Nice mod man keep it up
  9. Re: House Rentals [V2] Richard Another great mod I Want to talk to you about something you have my MSN Although You May have to add my new MSN Dont quite know
  10. Re: Multiple Houses [V2] Yeah that renting mod is cool i was gonna make it haven't got around to it yet tho......
  11. Re: Updated Display Pic System [V2] What can i say another great mod by....... RICHARD! Well Done Man You Are Good At Making Mod's Keep It Up All Of CE Loves You LOL!
  12. Will redo in next few days!
  13. Re: v3 game engine V3 Will Not Be The Securest Ever And Can't Be EVERYTHING Can Be HACKED!
  14. Re: Swim Mod For V2 [Free] Oh well Most people would like this in a DONATOR ONLY SO I Added it :-D
  15. Re: Swim Mod For V2 [Free] LOL Z-E-R-O I Got Bored That was main reason for adding a donator only to it :-D
  16. Re: Swim Mod For V2 [Free] Thought I Would Make It Donator Only Option Don't Know Why......... swim.php Place In It.........   <?php session_start(); require "globals.php"; if(!$ir['donatordays']) { die("Sorry You have to be a donator to do this!"); } if(!$_GET['spend']) { print "<h2>The Swimming Pool</h2> here you can swim to gain strength and agility Its available for the Men and lady's <table border='1' width='100%' bordercolor='#FFFFFF'><th>Meters to swim</th><th>Gain</th><th>loss</th><th>Price</th><th><center>Do</th></tr><tr> <td><center>100 meters</td><td><center>100 strength & 50 Agility</td><td><center>10% energy</td><td><center>$2,000,000</td><td><center>[url='swim.php?spend=100']Do 100[/url]</td></tr><tr> <td><center>200 meters</td><td><center>150 strength & 150 Agility</td><td><center>50% energy</td><td><center>$3,500,000</td><td><center>[url='swim.php?spend=200']Do 200[/url]</td></tr><tr> <td><center>500 meters</td><td><center>200 strength & 200 Agility</td><td><center>100% energy</td><td><center>$5,000,000</td><td><center>[url='swim.php?spend=500']Do 500[/url]</td></tr></table>"; } else { if($_GET['spend'] == '100') { if($ir['money'] <2000000) { print "You either don't have the money or energy or Agility!"; } else { $db->query("UPDATE userstats SET strength=strength+100,agility=agility+50 WHERE userid=$userid",$c); $db->query("UPDATE users SET money=money-2000000 WHERE userid=$userid",$c); print "<center>You Swim 100 Meters And Feel Stronger You Get +100 Strength And +50 Agility [url='index.php']>Home[/url]</center>"; } } else { if($_GET['spend'] == '200') { if($ir['money'] <3500000) { print "You either don't have the money or energy or Agility!"; } else { $db->query("UPDATE userstats SET strength=strength+150,agility=agility+150 WHERE userid=$userid",$c); $db->query("UPDATE users SET money=money-3500000 WHERE userid=$userid",$c); print "<center>You Swim 200 Meters And Feel Stronger You Get +150 Strength And +150 Agility <a /> href='index.php'>>Home</a></center>"; } } else { if($_GET['spend'] == '500') { if($ir['money'] <5000000) { print "You either don't have the money needed!"; } else { $db->query("UPDATE userstats SET strength=strength+200,agility=agility+200 WHERE userid=$userid",$c); $db->query("UPDATE users SET money=money-5000000 WHERE userid=$userid",$c); print "<center>You Swim 500 Meters And Feel Stronger You Get +200 Strength And +200 Agility <a /> href='index.php'>>Home</a></center>"; } } } } } $h->endpage(); ?>
  17. Re: New Crime Page [V2] Hmmmmmm Richard Im Assuming This Would Work By Just Replacing Criminal.php If It Is The Same. Instead Of Making Crimes.php......
  18. Re: Simple SQL Injection protection LOL This Would Have Helped!
  19. Re: Updated RentA Spy (v2) This Mod Is A Nice Mod So Thanks For Posting And Sharing Unlike Some People,Thanks Man
  20. Re: Christmas Gift [V2] ( Abit Late :P ) This Christmas MOD Is Good For What It Is But There Are Better Mod's Like This
  21. Re: Christmas Gift [V2] ( Abit Late :P ) I Can't See How You Fu**ed Up This Mod STUPID SENSELESS CODING!
  22. Re: [v2]Reset Specific User[v2] Hahaha You All Make Me Laugh Blabbering On About Age LOL And Then The Funniest Post Make A Topic About Nyna LOL I Needed A Laugh! ( IM NOT SLAGGING ANYONE OFF! )
  23. Re: [mccode] donator day market for v2 This Mod Makes You Lose Money ! EXAMPLE!= Some One buys your biggest DP Pack then they have all them days then they sell some and people don't donate because they can use game money to get days See
  24. Re: Hosting for Mccodes Visit These A Few That Are Good. www.bena.ws = Great CHEAP Hosting! www.fasterhostz.com = Great Hosting www.lunarpages.com = Professional Web Hosting For Only 6.95/Month + Free Domain For Life! There Is Many More But Try Them!
  25. Re: who likes mccodes? Yes I Like Mccodes BUT! The V2 Version Isn't That Good I Do Like V1 Better Easier Simple Better Mods Nice Layout Well Overall Its Better LOL!
×
×
  • Create New...