
ronhouston2
Members-
Posts
76 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by ronhouston2
-
Re: [Mccodes V2]Emergency Surgery I made that Mod befor but i listed if Free
-
Re: [mccode] Choose Gender You Can make new Genders be sideds Male or Female :-D but needs to be fixed in prefrence.
-
mccode-v2 Crimes (Players Can Go To Hospital)
ronhouston2 replied to jamboy1's topic in Free Modifications
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 -
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
-
Re: [mccodes v2]Movie Theatre(basic) Thank You that Code worked
-
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
-
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
-
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
-
[mccode] Making a marquee on all pages
ronhouston2 replied to nathanmarck's topic in Free Modifications
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 -
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
-
Re: [mccode] Profile Signatures Same here
-
Re: [mccode] Updated v1.0 Nunclear Bomb I was able to convert this mod into V2 verry nicely
-
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
-
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
-
Re: [FREE]Music system Yes you do
-
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
-
Re: Energy Orb [$5] i could make the itam and page my self this would be a waste of a mod to buy.
-
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
-
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(); ?>
-
mccode-v1 Steal Crystals when you Mug someone...
ronhouston2 replied to tranz_fusion's topic in Free Modifications
Re: [mccode] Steal Crystals when you Mug someone... I think Itams should be stolen after be muged as well -
Re: Advanced Break In [$20] is there a way to make this mod in V2 I dont know if it is
-
Re: Burn House for V2 that would be cool
-
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
-
Re: Burn House for V2 well theres always a +side for burning someones home down while there in Jail
-
Re: Hospital Escape for V2 this mod dose help with Crime Exp as well :D :D