Jump to content
MakeWebGames

ronhouston2

Members
  • Posts

    76
  • Joined

  • Last visited

    Never

Everything posted by ronhouston2

  1. Re: [Mccodes V2]Emergency Surgery I made that Mod befor but i listed if Free
  2. Re: [mccode] Choose Gender You Can make new Genders be sideds Male or Female :-D but needs to be fixed in prefrence.
  3. Re: [mccode v2] Crimes (Players Can Go To Hospital) I will Probly Make a New area insted of Crime do Missions and Have the players go into the Hospital insted of Jail
  4. Re: [mccode v2] Advanced Robbery I like the Mod but like you Said theres Errors on it so i will wate till it gets fixed up
  5. Re: [mccodes v2]Movie Theatre(basic) Thank You that Code worked
  6. Re: [mccodes v2]Movie Theatre(basic) the mod works every but when someone gose to watch the movie QUERY ERROR: Unknown column 'hapiness' in 'field list' Query was UPDATE users SET hapiness=hapiness+20 WHERE userid=1 that shows up in theater.php
  7. Re: Free Carnival im woundering if theres a way to code it were players are rideing on rides and some times they get hurt on them or get sick and have some out comes as well thanks
  8. Re: [V2] SafeHouse the code for the attack is not working My Members on my Game are still able to attack useres in the Safe house
  9. Re: Making a marquee on all pages echo "<marquee>{$set['game_name']} Latest News: $content</marquee> <hr>";   this is an example of what you need thanks
  10. Re: [TGM] User Blogs [TGM] how can i buy this if i can pay you on Pay Pal? its saying user can not recive $$$$$$$ thanks
  11. Re: [mccode] Profile Signatures Same here
  12. Re: [mccode] Updated v1.0 Nunclear Bomb I was able to convert this mod into V2 verry nicely
  13. Re: Updated Personal Details [V2] :-D :-D :-D All i did was add my users i had on the game alrady and it works for them now + 100 for this mod
  14. Re: No Attack I Just tryed this mod it dont work it wont stop a member attacking a staff member and when a member is a levle to or higher it wont let you attack please fix this mod thanks
  15. Re: [FREE]Music system Yes you do
  16. Re: [FREE]Music system i like this radio mod cause i owne some radio stations my self Great mod +100 its better then haveing Media Player on your site
  17. Re: Energy Orb [$5] i could make the itam and page my self this would be a waste of a mod to buy.
  18. Re: Advanced Break In [$20] I made a Simple one i dont know if theres a way to add that the victim Losses Crystals as well
  19. Re: Burn House for V2 Up Dated not only the Victim Gets out of Jail but they also lose all there will :D :D :D :D     <?php include "globals.php"; if($ir['energy'] < 10) { die("Sorry, it costs 10 energy to Arson a Home. You only have {$ir['energy']} energy. Come back later."); } if($ir['jail']) { die("You cannot Burn a House while in jail."); } if($ir['hospital']) { die("You cannot Burn a House while in hospital."); } if($_GET['ID'] == $userid) { die("Only the Crazy Burn there homes down."); } $_GET['ID']=abs((int) $_GET['ID']); $r=$db->fetch_row($db->query("SELECT * FROM users WHERE userid={$_GET['ID']}")); if(!$r['userid']) { die("Invalid user"); } $mult=$r['level']*$r['level']; $chance=min(($ir['crimexp']/$mult)*50+1, 95); if(rand(1,100) < $chance) { $gain=$r['level']*5; print "You successfully Burned {$r['username']} 's Home Down > [url='index.php']Run Home[/url]"; $db->query("UPDATE users SET crimexp=crimexp+{$gain} WHERE userid=$userid"); $db->query("UPDATE users SET will=0 WHERE userid={$r['userid']}"); $db->query("UPDATE users SET jail=0 WHERE userid={$r['userid']}"); event_add($r['userid'], "[url='viewuser.php?u={$ir[']{$ir['username']}[/url] Burned your House Down lost all your will, and was let out of Jail if in Jail. Click [url='burnhouse.php?ID={$userid}']here[/url] to Arson there Home. ", $c); } else { print "While trying Arson the House you were seen buy a Cop who seen you light the House up and take you to Jail Unlucky! > [url='jail.php']Go to Jail[/url]"; $time=min($mult, 100); $db->query("UPDATE users SET jail=$time, jail_reason='Caught trying to Burn Down the Home of {$r['username']}' WHERE userid=$userid"); event_add($r['userid'], "[url='viewuser.php?u={$ir[']{$ir['username']}[/url] was caught trying to Burn your house down.", $c); } $h->endpage(); ?>
  20. Re: [mccode] Steal Crystals when you Mug someone... I think Itams should be stolen after be muged as well
  21. Re: Advanced Break In [$20] is there a way to make this mod in V2 I dont know if it is
  22. Re: Burn House for V2 that would be cool
  23. Re: Burn House for V2 :D :D well if you wanna add to the code to were there home really dose Disaper go for it but i like it
  24. Re: Burn House for V2 well theres always a +side for burning someones home down while there in Jail
  25. Re: Hospital Escape for V2 this mod dose help with Crime Exp as well :D :D
×
×
  • Create New...