
jamboy1
Members-
Posts
183 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by jamboy1
-
Re: Mccodes V2. Music Player. $40 YAY!!! btw my speakers are working ;)
-
Re: [v2]Ctemple HAHAHAHAHA. I'd do it for free.
-
Re: Mccodes V2. Music Player. $40 I've read not to get something from someone who can't write a sentance correctly. That means you should be paying me! i have used your music and it didn't work. This mod is a fail.
-
Re: Mccodes V2. Music Player. $40 I read through every post here and wow! The correct way to write this sentance would be "I logged into your site to take a look at the mod which looks cool and i got errors." There, their, they're There - "Hey look over there!" They're - "They're going shopping today" Their - "I'm using their kitchen knife" So to re-write your sentance it would go "There is no error, that just means you inputted something wrong." Notice the correct spelling of "wrong" By the way; $40 are you f**king kidding me? This is NOT a good mod, errors and none of the songs even work!
-
Re: Shops ROFL he's probably gonna try use it now ROFLROFLROFL XD
-
Re: Stop people from using IE on website That is STUPID XD -1 for a stupid mod
-
Re: [mccode v2] User Comments <html> <head><title>Hi</title></head> <body>Hello</body> </html> Tis good ya?
-
Re: Powered by codes made by Dabomstew First of all, i would recomend you look at login.php. Second of all, i would recomend you read the script to understand what your doing Third of all i would recomend you look at the free mod section and look at Fourth of all: It's not copyright so you can do whatever the hell you want.
-
Re: V2 index.php It's the bank mod and index page put together? It looks wrong from what i skimmed through, but maybe it should be the jail, hospital and index page in one page so they can't go home.
-
Re: Businesses Mod [Mccode V2] I thought i was bad, you need to learn what your doing before trying to own a game. Asking for help will not help you, it'll just give you a happy feeling that someone did it for you, and then "oops, same problem again"
-
Re: [MCCODES V2] Fix Overstreteched Stat Bars Just make an if statement. Umm... Sorry but i already did it :P just ready again :) but thanks anyway
-
Re: [MCCODES V2] Fix Overstreteched Stat Bars This is nice +1 but do you think you could do something else like this... soo lets say a user has 10/10 brave their brave bar will be 100% maxed out, but if they have 20/10 brave then their brave bar will be double size, is there a way of reducing it so it is the same size as 10/10? Thanks for reading, +1 again ;) Edit: I figured it out, here goes :D find: $hpopp=100-$hpperc; Then under it add... if ($brperc > 100) { $brperc = 100; } Thats with brave, just repeat that with the other and change the "br" to the other begining letters of each bar and you should be fine :D
-
Title: Riotte City Link: http://riotte-city.net Description: Riotte City is a game made over 100 days ago. It is about a city of everyday life but with more crime. The cops aren't too good so you could maybe get away with alot ;) You can: Do crimes Train in the gym Get Married Own more than one house Upload up to 6 user images. Play the stock market Go to the casino Do missions Cost free bank Peaceful/Agressive gangs Go to the Casino Search Post in the forums And ask the help bot questions.
-
Re: Airplanes [V2] No... I believe Killah is right, it's were And you was trying to sell this to me for $10? PFFT! I don't think so. Was is used for something like: It was yesterday XD What country are you from?
-
Re: [mccode] Religions Mod I don't know why you thought about making this because it won't do anything good for the game, it'll most likely start people swearing at each other about how the other religion is completely wrong.
-
Re: [MCCodes V2] Jail/Hosp Count Depends, do you like being 60 seconds out? it won't piss the users off so much, i don't have the count on there anyway :P
-
Re: Referals Logs It's funny how many people "make" pirates of someone else's mods H4L101?
-
Re: [Any Mccodes] Mailbox UPDATE! Oh Em Gee You've made my day, thank you i will be using this :D
-
Re: [Other] No Banner Tis kewl :P + 1
-
Re: [mccode v2] Scare People For radio_active and BlueDevil23 thanks for the advice And 88nismo... Sorry it's a little bit buggy i forgot about the event and well, it is my 1st proper mod XD i'll work on the event add and other bugs later if no one else has... i'm abit busy right now :P
-
This mod is designed to scare people... not much else i can say really, but it's fun. first, make a file called scare.php <?php include "globals.php"; print "<h2>Scare</h2>"; if ($ir['hospital']) { print "You cannot scare people while in hospital"; $h->endpage(); exit; } if ($ir['jail']) { print "You cannot scare people while in jail"; $h->endpage(); exit; } if ($ir['scare']) { print "You cannot scare people while you are scared"; $h->endpage(); exit; } if ($ir['energy'] < 20) { print "You cannot scare people until you have 20 energy."; $h->endpage(); exit; } if ($_GET['scare'] == yes) { $_GET['ID'] = abs((int) $_GET['ID']); $q=$db->query("SELECT * FROM users WHERE userid={$_GET['ID']}"); $r=$db->fetch_row($q); if ($ir['userid'] == $r['userid']) { print "You cannot scare yourself"; $h->endpage(); exit; } $db->query("UPDATE users SET energy=energy-20 where userid=$userid",$c); $chance = rand(1,4); if ($chance == 1) { $hosp = rand(15,25); $db->query("UPDATE users SET hospital=hospital=$hosp where userid=$userid",$c); print "You go up to {$r['username']} to scare the living daylights out of them exept they turn around, then punch you in the nose, you get up and run to hospital."; } else if ($chance == 2) { print " You go to scare {$r['username']} but turn around before you have the chance, you walk away briskly. <hr width=\"85%\" /> <a href=\"index.php\">[b]Back[/b]</a>"; } else { $scare = rand(5,20); $db->query("UPDATE users SET scare=scare=$scare where userid={$_GET['ID']}",$c); print " You have successfully scared {$r['username']} for $scare minutes. <hr width=\"85%\" /> <a href=\"index.php\">[b]Back[/b]</a>"; } } else { $_GET['ID'] = abs((int) $_GET['ID']); $q=$db->query("SELECT * FROM users WHERE userid={$_GET['ID']}"); $r=$db->fetch_row($q); if ($ir['userid'] == $r['userid']) { print "You cannot scare yourself"; $h->endpage(); exit; } print " Are you sure you wish to scare <a href=\"viewuser.php?u={$r['userid']}\">{$r['username']}</a>? <table> <td> <a href=\"scare.php?scare=yes&ID={$_GET['ID']}\">[b]Yes[/b]</a> </td> <td>||</td> <td> <a href=\"index.php\">[b]No[/b]</a> </td>"; } $h->endpage(); ?> Now add this SQL query ALTER TABLE `users` ADD `scare` INT(11) NOT NULL DEFAULT '0'; Now in viewuser.php add find: print " [url='attack.php?ID={$r[']Attack[/url]"; Replace with: print " <a href=\"attack.php?ID={$r['userid']}\">Attack</a> <a href=\"scare.php?ID={$r['userid']}\">Scare</a>"; Now in cron minute add: $db->query("UPDATE users SET scare=scare-1 WHERE scare > 0"); Finally add this in every page you don't want the user accessing while being scared: if ($ir['scared']) { print" You cannot access this page while scared."; $h->endpage(); exit; } This mod has been tested :)
-
Re: [mccode v2] Preferences lol my name is sniko lol +1 devil Bad pronounciation... make this then you have an orginal mod :P It's good btw ;) +1
-
Re: [V2] Better Explore Page [V2] valign="top" unless your using it somewhere that will allow normal quotations :)
-
Re: [Mccodes V2]Phds ROFL obviously not him
-
Re: [mccode v2] [small mod] I wouldn't buy one, they cost way too much