
grimsybaby
Members-
Posts
67 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by grimsybaby
-
Re: [v2]Ctemple lol i seen the ctemple karlos has made and geez its briallnt its alot better then any on CE currently. even i the noobiest coder here could make a ctemple if i wanted :P
-
Re: [mccode v2]My Simple Search Streets The one your referring to is a more advanced Search area nothing to do with streets. Damn glad i could edit lol was just saying looks similer :P
-
Re: [mccode v2]My Simple Search Streets this looks very similar to one that is on sale, http://criminalexistence.com/ceforums/i ... ic=17691.0
-
Re: mainmenu.php help chears mtg :) cant belive i missed it lol
-
Heya guys / girls / people :) im abit stumped here, i have remade my mainmenu.php but it doesnt work properly, if in jail / hospital the screen goes white. and abit of the mainmenu goes to the bottom of the screen. culd somebody check it over and see if they could fix it please :) <?php global $db,$c,$ir, $set, $userid; $hc=$set['hospital_count']; $jc=$set['jail_count']; $mc = $db->fetch_single($db->query(sprintf("SELECT COUNT(mail_id) FROM mail WHERE ((mail_read = 0) AND (mail_to = %u))", $ir['userid']))); $ec = $ir['new_events']; if($ir['hospital']) { print "<table width='50%' border='0' cellspacing='0'> <tr> <td> <u>[b]Main Menu[/b]</u> [*][url='hospital.php']Hospital[/url] [*][url='inventory.php']Inventory[/url]"; if($ec > 0) { print "[*][url='events.php'][b]Events[/b][/url]"; } else { print "[*][url='events.php']Events[/url]"; } if($mc > 0) { print "[*][url='mailbox.php'][b]Mailbox[/b][/url]"; } else { print "[*][url='mailbox.php']Mailbox[/url]"; } if($ir['new_announcements']) { print "[*][url='announcements.php'][b]Game News[/b][/url]"; } else { print "[*][url='announcements.php']Game News[/url]"; } print "[*][url='chat.php']Public House[/url] [*][url='forums.php']Forums[/url] [*][url='newspaper.php']Newspaper[/url]"; if($ir['gang']) { print "[*][url='yourgang.php']Your Gang[/url]"; } print "[*][url='search.php']User Search[/url]"; if($ir['donatordays']) { print "[*][url='friendslist.php']Friends List[/url] [*][url='blacklist.php']Black List[/url]"; } print "</td> </tr> <tr> <td>"; if($ir['user_level'] > 1) { print "<u>[b]Staff Menu[/b]</u> [*][url='staff.php']Staff Menu[/url]"; } print "</td> </tr> <tr> <td> [b]<u>Settings</u>[/b] [*][url='preferences.php']Account[/url] [*][url='gamerules.php']Game Rules[/url] [*][url='help.php']Game Help[/url] [*][url='logout.php']Logout[/url] </td> </tr> <tr> <td> [b]<u>Reports</u>[/b] [*][url='bugtracker.php']Bug Report[/url] [*][url='preport.php']Player Report[/url] [*][url='askstaff.php']Ask The Staff[/url]"; print "</td> </tr> </table>"; } elseif($ir['jail']) { print "<table width='50%' border='0' cellspacing='0'> <tr> <td> <u>[b]Main Menu[/b]</u> [*]<a href='jail.php'>Jail/a> [*][url='inventory.php']Inventory[/url]"; if($ec > 0) { print "[*][url='events.php'][b]Events[/b][/url]"; } else { print "[*][url='events.php']Events[/url]"; } if($mc > 0) { print "[*][url='mailbox.php'][b]Mailbox[/b][/url]"; } else { print "[*][url='mailbox.php']Mailbox[/url]"; } if($ir['new_announcements']) { print "[*][url='announcements.php'][b]Game News[/b][/url]"; } else { print "[*][url='announcements.php']Game News[/url]"; } print "[*][url='gym.php']Gym[/url] [*][url='chat.php']Public House[/url] [*][url='forums.php']Forums[/url] [*][url='newspaper.php']Newspaper[/url]"; if($ir['gang']) { print "[*][url='yourgang.php']Your Gang[/url]"; } print "[*][url='search.php']User Search[/url]"; if($ir['donatordays']) { print "[*][url='friendslist.php']Friends List[/url] [*][url='blacklist.php']Black List[/url]"; } print "</td> </tr> <tr> <td>"; if($ir['user_level'] > 1) { print "<u>[b]Staff Menu[/b]</u> [*][url='staff.php']Staff Menu[/url]"; } print "</td> </tr> <tr> <td> [b]<u>Settings</u>[/b] [*][url='preferences.php']Account[/url] [*][url='gamerules.php']Game Rules[/url] [*][url='help.php']Game Help[/url] [*][url='logout.php']Logout[/url] </td> </tr> <tr> <td> [b]<u>Reports</u>[/b] [*][url='bugtracker.php']Bug Report[/url] [*][url='preport.php']Player Report[/url] [*][url='askstaff.php']Ask The Staff[/url]"; print "</td> </tr> </table>"; } else print " <table width='50%' border='0' cellspacing='0'> <tr> <td> <u>[b]Main Menu[/b]</u> [*][url='index.php']Home[/url] [*][url='inventory.php']Inventory[/url]"; if($ec > 0) { print "[*][url='events.php'][b]Events[/b][/url]"; } else { print "[*][url='events.php']Events[/url]"; } if($mc > 0) { print "[*][url='mailbox.php'][b]Mailbox[/b][/url]"; } else { print "[*][url='mailbox.php']Mailbox[/url]"; } if($ir['new_announcements']) { print "[*][url='announcements.php'][b]Game News[/b][/url]"; } else { print "[*][url='announcements.php']Game News[/url]"; } print "[*][url='gym.php']Gym[/url] [*][url='crimes.php']Crimes[/url] [*][url='chat.php']Public House[/url] [*][url='explore.php']City[/url] [*][url='education.php']Schooling[/url] [*][url='jail.php']Jail[/url] [*][url='hospital.php']Hospital[/url] [*][url='forums.php']Forums[/url] [*][url='newspaper.php']Newspaper[/url]"; if($ir['gang']) { print "[*][url='yourgang.php']Your Gang[/url]"; } print "[*][url='search.php']User Search[/url]"; if($ir['donatordays']) { print "[*][url='friendslist.php']Friends List[/url] [*][url='blacklist.php']Black List[/url]"; } print "</td> </tr> <tr> <td>"; if($ir['user_level'] > 1) { print "<u>[b]Staff Menu[/b]</u> [*][url='staff.php']Staff Menu[/url]"; } print "</td> </tr> <tr> <td> [b]<u>Settings</u>[/b] [*][url='preferences.php']Account[/url] [*][url='gamerules.php']Game Rules[/url] [*][url='help.php']Game Help[/url] [*][url='logout.php']Logout[/url] </td> </tr> <tr> <td> [b]<u>Reports</u>[/b] [*][url='bugtracker.php']Bug Report[/url] [*][url='preport.php']Player Report[/url] [*][url='askstaff.php']Ask The Staff[/url]"; print "</td> </tr> </table>"; ?>
-
Re: jobs information cron_hour.php With EXP $db->query("UPDATE users u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN jobs j ON j.jID=u.job LEFT JOIN jobranks jr ON u.jobrank=jr.jrID SET u.money=u.money+jr.jrPAY, u.exp=u.exp+(jr.jrPAY/20) WHERE u.job > 0 AND u.jobrank > 0"); im guessing it should be like this if u wanna take out the exp Without EXP $db->query("UPDATE users u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN jobs j ON j.jID=u.job LEFT JOIN jobranks jr ON u.jobrank=jr.jrID SET u.money=u.money+jr.jrPAY WHERE u.job > 0 AND u.jobrank > 0");
-
Re: Link.? or simply make it go to the index.php :P
-
Re: Request for help why not try something like this ? http://www.dynamicdrive.com/dynamicinde ... npanel.htm
-
could someone check my game reallly quick...
grimsybaby replied to jon182's topic in General Discussion
Re: could someone check my game reallly quick... when in the game, its abit hard on your eyes O.o change the blue and red lol -
Re: one of my mods deleted ? Illusions mod is brillaint !! i love it to bits, he was good with support when i had trouble but i / he / we managed to fix it :) i dont understand why it was deleted im very sure this was coded compleatly differnt from the version that is up !! !! let this mod be alloed!
-
Re: 3 Revamps [V2] no you dont need all 3 to work but for most of them to work u'll need the other mods i posted links to above the code :) that will get them to work if not contact me, "[email protected]" <-- add me on msn and ill see what i can do :)
-
Re: Table Help hehe good luck :) enjoy matey :)
-
Re: Table Help try this, it works, i have tested it, you might wanna change the border tho :o pretty hench lol! enjoy :) <?php global $db,$c,$ir, $set; $hc=$set['hospital_count']; $jc=$set['jail_count']; $ec=$ir['new_events']; $mc=$ir['new_mail']; $ac=$ir['new_announcements']; print " <table width=100% border=7> <tr height=25> <td colspan=2> Main Menu </td> </tr> <tr height=25> <td valign=top> [url='index.php']Home[/url] </td> <td valign=top> [url='inventory.php']Items[/url] </td> </tr> <tr height=25> <td valign=top>"; if($ec > 0) { print "[url='events.php']Events ($ec)[/url] "; } else { print "[url='events.php']Events (0)[/url] "; } print " </td> <td valign=top>"; if($mc > 0) { print "[url='mailbox.php']Mailbox ($mc)[/url] "; } else { print "[url='mailbox.php']Mailbox (0)[/url] "; } print " </td> </tr> <tr height=25> <td valign=top>"; if($ac > 0) { print "[url='announcements.php']Announcement ($ac)[/url] "; } else { print "[url='announcements.php']Mailbox (0)[/url] "; } print " </td> <td valign=top> [url='explore.php']Explore[/url] </td> </tr> <tr height=25> <td valign=top> [url='gym.php']Gym[/url] </td> <td valign=top> [url='crystaltemple.php?spend=refill']Refill[/url] </td> </tr> <tr height=25> <td valign=top> [url='job.php']Your Job[/url] </td> <td valign=top> [url='criminal.php']Crimes[/url] </td> </tr> <tr height=25> <td valign=top> [url='education.php']Local School[/url] </td> <td valign=top> [url='polling.php']Polling Booth[/url] </td> </tr> <tr height=25> <td valign=top> [url='hospital.php']Hospital ($hc)[/url] </td> <td valign=top> [url='jail.php']Jail ($jc)[/url] </td> </tr> <tr height=25> <td valign=top> [url='forums.php']Forums[/url] </td> <td valign=top> [url='newspaper.php']Newspaper[/url] </td> </tr> <tr height=25> <td valign=top> [url='search.php']Search[/url] </td> <td valign=top> [url='usersonline.php']Users Online[/url] </td> <tr height=25> <td colspan=2> Donators Only </td> </tr> <tr height=25> <td valign=top> [url='friendslist.php']Friends List[/url] </td> <td valign=top> [url='blacklist.php']Black List[/url] </td> </tr> <tr height=25> <td colspan=2> Personal Preferences </td> </tr> <tr height=25> <td valign=top> [url='preferences.php']Preferences[/url] </td> <td valign=top> [url='preport.php']Player Report[/url] </td> </tr> <tr height=25> <td valign=top> [url='breport.php']Bug Report[/url] </td> <td valign=top> [url='helptutorial.php']Help Tutorial[/url] </td> </tr> <tr height=25> <td valign=top> [url='gamerules.php']Game Rules[/url] </td> <td valign=top> [url='viewuser.php?u={$ir[']My Profile[/url] </td> </tr> <tr height=25> <td colspan=2> Exit Area </td> </tr> <tr height=25> <td colspan=2> [url='logout.php']Logout[/url] </td> </tr> </table> "; ?>
-
Re: one of my mods deleted ? O.o i missed that mod where you could set how much you could be busted out for, i was looking for one of thiose ages ago :( is their a small chance you could send it to me over private ? :)
-
Re: 3 Revamps [V2] they arnt remakes, just revamps make the layout's look nicer :)
-
Re: Most of my Mods for V2 :) i know how to put bbcode within the signature now :)
-
Re: [mccode V2] Chat Mod NEW 2nd that it also doesnt get rid of the user within the chat when they log off :(
-
Re: Some help with jobs.php error lol its fixed XD :) <?php $jobquery=1; include "globals.php"; $_GET['interview'] = abs((int) $_GET['interview']); if(!$ir['job']) { if(!$_GET['interview']) { print "You do not yet have a job. A list of jobs is available below. "; $q=$db->query("SELECT * FROM jobs"); while($r=$db->fetch_row($q)) { print "<table width='75%' border='1' cellspacing='0'> <tr> <td width='13%'>Job Name:</td> <td width='87%'>{$r['jNAME']}</td> </tr> <tr> <td width='13%'>Job Owner:</td> <td width='87%'>{$r['jOWNER']}</td> </tr> <tr> <td width='13%'>Job Description:</td> <td width='87%'>{$r['jDESC']}</td> </tr> <tr> <td colspan='2' align='center'>[url='job.php?interview={$r[']Go To The Interview[/url]</td> </tr> </table> "; } } elseif ($_GET['interview']) { $q=$db->query("SELECT j.*,jr.* FROM jobs j LEFT JOIN jobranks jr ON j.jFIRST = jr.jrID WHERE j.jID={$_GET['interview']}"); $r=$db->fetch_row($q); print "<table width='75%' border='0'> <tr> <td width='13%'>{$r['jOWNER']}:</td> <td width='87%'>So {$ir['username']}, you were looking for a job with us?</td> </tr> <tr> <td width='13%'>{$ir['username']}:</td> <td width='87%'>Yes I was.</td>"; if($ir['strength'] >= $r['jrSTRN'] && $ir['labour'] >= $r['jrLABOURN'] && $ir['IQ'] >= $r['jrIQN']) { $db->query("UPDATE users SET job={$_GET['interview']},jobrank={$r['jrID']} WHERE userid=$userid;"); print " </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td> <td width='87%'>Okay {$ir['username']}, we have look at you profile and we welcome you aboard our team.</td> </tr> <tr> <td width='13%'>{$ir['username']}:</td> <td width='87%'>Thank you! :)</td> </tr> <tr> <td colspan='2' align='center'>[url='job.php']Check Out Your New Job![/url]</td> </tr> </table>"; } else { print "<table width='75%' border='0'> <tr> <td width='13%'>{$r['jOWNER']}:</td> <td width='87%'>Sorry {$ir['username']}, we have looked at your profile and your you are just not good enough.</td> </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td> <td width='87%'>To be able to work your first job you'll need:</td> </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td>"; if($ir['strength'] < $r['jrSTRN']) { $s=$r['jrSTRN']-$ir['strength']; print "<td width='87%'>$s more strength</td>"; } print " </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td>"; if($ir['labour'] < $r['jrLABOURN']) { $s=$r['jrLABOURN']-$ir['labour']; print "<td width='87%'>$s more labour</td>"; } print " </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td>"; if($ir['IQ'] < $r['jrIQN']) { $s=$r['jrIQN']-$ir['IQ']; print "<td width='87%'>$s more IQ</td>"; } print " </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td> <td>Before you can work here. Try again another time.</td> </tr> <tr> <td colspan='2' align='center'>[url='job.php']Sorry Go Back And Look For More Jobs![/url]</td> </tr> </table>"; } } } else { switch($_GET['action']) { case 'quit': quit_job(); break; case 'promote': job_promote(); break; default: job_index(); break; } } function job_index() { global $db, $ir,$c,$userid,$h; print "<center> <h3>Your Job</h3> You currently work in the {$ir['jNAME']}! You receive \${$ir['jrPAY']} each day at 12am! You also receive {$ir['jrIQG']} IQ, {$ir['jrSTRG']} strength, and {$ir['jrLABOURG']} labour! <table width='75%' border='1' cellspacing='0'> <tr> <td width='50%'>Strength: {$ir['strength']}</td> <td width='50%'>IQ: {$ir['IQ']}</td> </tr> <tr> <td>Labour: {$ir['labour']}</td> <td>Job Rank: {$ir['jrNAME']}</td> </tr> </table> [b]<u>Job Ranks</u>[/b] <table width='75%' border='1' cellspacing='0'> <tr> <td width='20%' align='center'>[b]Job Title[/b]</td> <td width='20%' align='center'>[b]Job Pay[/b]</td> <td width='20%' align='center'>[b]Strength Reqd[/b]</td> <td width='20%' align='center'>[b]IQ Reqd[/b]</td> <td width='20%' align='center'>[b]Labour Reqd[/b]</td> </tr>"; $q=$db->query("SELECT * FROM jobranks WHERE jrJOB={$ir['job']} ORDER BY jrPAY ASC;"); while($r=$db->fetch_row($q)) { print "<tr> <td align='center'>{$r['jrNAME']}</td> <td align='center'>\${$r['jrPAY']}</td> <td align='center'>{$r['jrSTRN']}</td> <td align='center'>{$r['jrIQN']}</td> <td align='center'>{$r['jrLABOURN']}</td> </tr>"; } print "</table> </center> [url='job.php?action=promote']> Try To Get Promoted[/url] [url='job.php?action=quit']> Quit[/url]"; } function job_promote() { global $db,$ir,$c,$userid,$h; $q=$db->query("SELECT * FROM jobranks WHERE jrPAY > {$ir['jrPAY']} AND jrSTRN <= {$ir['endurance']} AND jrLABOURN <= {$ir['labour']} AND jrIQN <= {$ir['IQ']} AND jrJOB = {$ir['job']} ORDER BY jrPAY DESC LIMIT 1"); if($db->num_rows($q) == 0) { print "Sorry, you cannot be promoted at this time. [url='job.php']> Back[/url]"; } else { $r=$db->fetch_row($q); $db->query("UPDATE users SET jobrank={$r['jrID']} WHERE userid=$userid"); print "Congrats, you have been promoted to {$r['jrNAME']} [url='job.php']> Back[/url]"; } } function quit_job() { global $db,$ir,$c,$userid,$h; $db->query("UPDATE users SET job=0,jobrank=0 WHERE userid=$userid"); print "You have quit your job! [url='job.php']> Back[/url]"; } $h->endpage(); ?> For others to use :) if they want XD
-
Re: Some help with jobs.php error OMG i cant belive how stupid i was, i compleatly forgot tooo add the db query XD thank you for the help tho :)
-
Re: Some help with jobs.php error :) they worked but once you click get the job it doesnt take you to the job page just take you back to the interview page :(
-
Re: Some help with jobs.php error tried them :( still no luck :(
-
heya all, just wondering if you could gimmie a hand with this error, Parse error: syntax error, unexpected T_ELSE in /home/username/public_html/game/job.php on line 58 <?php $jobquery=1; include "globals.php"; $_GET['interview'] = abs((int) $_GET['interview']); if(!$ir['job']) { if(!$_GET['interview']) { print "You do not yet have a job. A list of jobs is available below. "; $q=$db->query("SELECT * FROM jobs"); while($r=$db->fetch_row($q)) { print "<table width='75%' border='1' cellspacing='0'> <tr> <td width='13%'>Job Name:</td> <td width='87%'>{$r['jNAME']}</td> </tr> <tr> <td width='13%'>Job Owner:</td> <td width='87%'>{$r['jOWNER']}</td> </tr> <tr> <td width='13%'>Job Description:</td> <td width='87%'>{$r['jDESC']}</td> </tr> <tr> <td colspan='2' align='center'>[url='job.php?interview={$r[']Go To The Interview[/url]</td> </tr> </table> "; } } else { $q=$db->query("SELECT j.*,jr.* FROM jobs j LEFT JOIN jobranks jr ON j.jFIRST = jr.jrID WHERE j.jID={$_GET['interview']}"); $r=$db->fetch_row($q); print "<table width='75%' border='0'> <tr> <td width='13%'>{$r['jOWNER']}:</td> <td width='87%'>So {$ir['username']}, you were looking for a job with us?</td> </tr> <tr> <td width='13%'>{$ir['username']}:</td> <td width='87%'>Yes I was.</td> </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td> <td width='87%'>Okay {$ir['username']}, we have look at you profile and we welcome you aboard our team.</td> </tr> <tr> <td width='13%'>{$ir['username']}:</td> <td width='87%'>Thank you! :)</td> </tr> <tr> <td colspan='2' align='center'>[url='job.php']Check Out Your New Job![/url]</td> </tr> </table>"; } else { print "<table width='75%' border='0'> <tr> <td width='13%'>{$r['jOWNER']}:</td> <td width='87%'>Sorry {$ir['username']}, we have looked at your profile and your you are just not good enough.</td> </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td> <td width='87%'>To be able to work your first job you'll need:</td> </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td>"; if($ir['endurance'] < $r['jrENDN']) { $s=$r['jrENDN']-$ir['endurance']; print "<td width='87%'>$s more endurance</td>"; } print " </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td>"; if($ir['labour'] < $r['jrLABN']) { $s=$r['jrLABN']-$ir['labour']; print "<td width='87%'>$s more labour</td>"; } print " </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td>"; if($ir['IQ'] < $r['jrIQN']) { $s=$r['jrIQN']-$ir['IQ']; print "<td width='87%'>$s more IQ</td>"; } print " </tr> <tr> <td width='13%'>{$r['jOWNER']}:</td> <td>Before you can work here. Try again another time.</td> </tr> <tr> <td colspan='2' align='center'>[url='index.php']Sorry Go Back Home![/url]</td> </tr> </table>"; } } } else { switch($_GET['action']) { case 'quit': quit_job(); break; case 'promote': job_promote(); break; default: job_index(); break; } } function job_index() { global $db, $ir,$c,$userid,$h; print "<center> <h3>Your Job</h3> You currently work in the {$ir['jNAME']}! You receive \${$ir['jrPAY']} each day at 12am! You also receive {$ir['jrIQG']} IQ, {$ir['jrENDG']} endurance, and {$ir['jrLABG']} labour! <table width='75%' border='1' cellspacing='0'> <tr> <td width='50%'>Endurance: {$ir['endurance']}</td> <td width='50%'>IQ: {$ir['IQ']}</td> </tr> <tr> <td>Labour: {$ir['labour']}</td> <td>Job Rank: {$ir['jrNAME']}</td> </tr> </table> [b]<u>Job Ranks</u>[/b] <table width='75%' border='1' cellspacing='0'> <tr> <td width='20%' align='center'>[b]Job Title[/b]</td> <td width='20%' align='center'>[b]Job Pay[/b]</td> <td width='20%' align='center'>[b]Endurance Reqd[/b]</td> <td width='20%' align='center'>[b]IQ Reqd[/b]</td> <td width='20%' align='center'>[b]Labour Reqd[/b]</td> </tr>"; $q=$db->query("SELECT * FROM jobranks WHERE jrJOB={$ir['job']} ORDER BY jrPAY ASC;"); while($r=$db->fetch_row($q)) { print "<tr> <td align='center'>{$r['jrNAME']}</td> <td align='center'>\${$r['jrPAY']}</td> <td align='center'>{$r['jrENDN']}</td> <td align='center'>{$r['jrIQN']}</td> <td align='center'>{$r['jrLABN']}</td> </tr>"; } print "</table> </center> [url='job.php?action=promote']> Try To Get Promoted[/url] [url='job.php?action=quit']> Quit[/url]"; } function job_promote() { global $db,$ir,$c,$userid,$h; $q=$db->query("SELECT * FROM jobranks WHERE jrPAY > {$ir['jrPAY']} AND jrENDN <= {$ir['endurance']} AND jrLABN <= {$ir['labour']} AND jrIQN <= {$ir['IQ']} AND jrJOB = {$ir['job']} ORDER BY jrPAY DESC LIMIT 1"); if($db->num_rows($q) == 0) { print "Sorry, you cannot be promoted at this time. [url='job.php']> Back[/url]"; } else { $r=$db->fetch_row($q); $db->query("UPDATE users SET jobrank={$r['jrID']} WHERE userid=$userid"); print "Congrats, you have been promoted to {$r['jrNAME']} [url='job.php']> Back[/url]"; } } function quit_job() { global $db,$ir,$c,$userid,$h; $db->query("UPDATE users SET job=0,jobrank=0 WHERE userid=$userid"); print "You have quit your job! [url='job.php']> Back[/url]"; } $h->endpage(); ?>
-
Re: New Houses Mod [Mccodes V2] ahh rightyo :) chears ^^ :)
-
Re: New Houses Mod [Mccodes V2] im doing that and blank there isnt anything in their to upgrade it with :s
-
Re: New Houses Mod [Mccodes V2] yes very good mod, only thing is how do u add an upgrade ? :P or am i blind XD