Delete-please Posted December 27, 2008 Posted December 27, 2008 hi i didnt know where to put this but basically i reset my game an now my jail and hospital on the mainmenu look like this Hospital () Jail () how do i fix this? Quote
Guest Sniko` Posted December 27, 2008 Posted December 27, 2008 Re: jail and hospital What version are you on Version 2 at the top of the very page on mainmenu code add <?php global $db,$c,$ir, $set; $hc=$set['hospital_count']; $jc=$set['jail_count']; Now go to the links and replace them with Hospital Link - [url='hospital.php']Hospital ($hc)[/url] Jail Link - [url='jail.php']County Jail ($jc)[/url] I think thats what you are after +1 me up if this has helped in anyway Quote
Haunted Dawg Posted December 27, 2008 Posted December 27, 2008 Re: jail and hospital run this as a sql: insert into settings values(NULL,"jail_count",0); insert into settings values(NULL,"hospital_count",0); Quote
Guest Sniko` Posted December 27, 2008 Posted December 27, 2008 Re: jail and hospital *Lightbulb Above Sniko's Head* if killahs idea didnt work Try this in PHPMYADMIN drop the rows hospital and jail in users table and add them again SQL's ALTER TABLE users ADD hospital INT(11) DEFAULT 0; ALTER TABLE users ADD jail INT(11) DEFAULT 0; Otherwise im outta ideas sorry Quote
Delete-please Posted December 27, 2008 Author Posted December 27, 2008 Re: jail and hospital thanks sniko but killahs idea worked lol thanks both of you Quote
Haunted Dawg Posted December 27, 2008 Posted December 27, 2008 Re: jail and hospital All my idea's work :| Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.