Jump to content
MakeWebGames

YoungGold

Members
  • Posts

    937
  • Joined

  • Last visited

Everything posted by YoungGold

  1. Re: [v1] Banner Selector does this select a banner or is it like every time you click you get a new banner and its on a loop
  2. Re: HOUSE TAX!!!! lol it would be so damn annoying especially if you get lots of things sold or lots of attacks that day every day you login you would have like 2+ events i know i doesnt sound like much but if you went on holiday you would ahve tones or events and otnes of mails to deal with. and dj r ill cehck it out but not promising nout as im very busy.
  3. Re: HOUSE TAX!!!! why do you want it to send an event for its pointless.
  4. Re: Counting (nr game) 1483.................yay was the first 100th page poster :D woot go me.. :mrgreen:
  5. Re: Guess the next poster nope sorry me :-D and school why u in school for im in uk and have like 2 months off ....yay chase779 next
  6. Re: Creating Patterns nice thanx for posting it even though i alredy know how to do it :-D lol
  7. Re: HOUSE TAX!!!! ait tested it kraig but i want to give you +1 for posting it as Dj rankin was rude in saying
  8. Re: Help cron job error yeh those or you changed cpanel pass.. but then all your crons wont work and you would need to reset them
  9. Re: Medical - Reduce Hospital Time well in mine i have: } else if($r['itmtypename'] == 'Medical') { $f=mysql_query("SELECT * FROM medical WHERE item_id={$r['itmid']}",$c); $fr=mysql_fetch_array($f); mysql_query("UPDATE inventory SET inv_qty=inv_qty-1 WHERE inv_id={$_GET['ID']}",$c); mysql_query("DELETE FROM inventory WHERE inv_qty=0",$c); mysql_query("UPDATE users SET hp=hp+{$fr['health']} WHERE userid=$userid"); mysql_query("UPDATE users SET hp=maxhp WHERE hp > maxhp"); mysql_query("UPDATE users SET hospital=hospital-{$fr['hosp_time']} where userid=$userid"); mysql_query("UPDATE users SET hospital=0 WHERE hospital < 0"); Replace with: } else if($r['itmtypename'] == 'Medical') { $f=mysql_query("SELECT * FROM medical WHERE item_id={$r['itmid']}",$c); $fr=mysql_fetch_array($f); mysql_query("UPDATE inventory SET inv_qty=inv_qty-1 WHERE inv_id={$_GET['ID']}",$c); mysql_query("DELETE FROM inventory WHERE inv_qty=0",$c); mysql_query("UPDATE users SET hp=hp+{$fr['health']} WHERE userid=$userid"); mysql_query("UPDATE users SET hp=maxhp WHERE hp > maxhp"); mysql_query("UPDATE users SET hospital=hospital-1000 where userid=$userid"); mysql_query("UPDATE users SET hospital=0 WHERE hospital < 0");
  10. Re: Sig making 101 nice tutorial and nice pic this hould help people alot fi ther new to photoshop
  11. Re: Counting (nr game) 1479
  12. Re: Guess the next poster im feeling jenorouse today wheyy virini next
  13. Re: SPECIAL ATTACK recongnition
  14. Re: throw an object at the top poster ***lets the missile hit him and dies- only so he can come back alive even more stronger*** **throws a normall eye at (red)eye so he can see everything normally without looking like a terminator***
  15. Re: Guess the next poster yes how did you know lol scarlet next
  16. Re: Counting (nr game) 1474
  17. Re: SPECIAL ATTACK Brainy
  18. Re: [mccode] Choose Gender umm correct me if im wrong but i think v1.0.0 is (lite) and v1.1 is mccodes v1 i think and choose gender doesnt come with v1 lite
  19. Re: Counting (nr game) 1472
  20. Re: Guess the next poster ahahah punk you did it to me illl do it to you lol *sneaks in* nope :-D scarlet next :-P
  21. Re: SPECIAL ATTACK bubbly
  22. Re: throw an object at the top poster that penny bleedy hurt man   :evil:***throws a brick at redeye ahahhahhahahahaha***** :evil:
  23. Re: Need A Lil Bit Of Help On hackpc.php Mod     This Guy Needs To Stop Coding And Start Learning No Joke i agree
  24. Re: Need A Lil Bit Of Help On hackpc.php Mod whats the url when it says that
  25. Re: Need A Lil Bit Of Help On hackpc.php Mod omg you just have it normall like www.yourgamename.com/hackpc.php and then when the user selects its target it will automatically come up with ?u=1 at the end of it.
×
×
  • Create New...