Criminal Posted February 9, 2008 Posted February 9, 2008 I Think this is a v2 hospital bug i attacked some one on my game i hospitalized them and i put in hospital too for 500 mins ran out of fight when i hospitalized the, i dident go back oh some thing file <?php include "globals.php"; print "<h3>Hospital</h3> <table width='75%' class=\"table\" border=\"0\" cellspacing=\"1\"><tr bgcolor=gray><th>Name</th> <th>Level</th> <th>Time</th><th>Reason</th></tr>"; $q=$db->query("SELECT u.*,c.* FROM users u LEFT JOIN gangs c ON u.gang=c.gangID WHERE u.hospital > 0 ORDER BY u.hospital DESC",$c); while($r=$db->fetch_row($q)) { print "\n<tr><td>{$r['gangPREFIX']} [url='viewuser.php?u={$r[']{$r['username']}[/url] [{$r['userid']}]</td><td> {$r['level']}</td><td>{$r['hospital']} minutes</td><td>{$r['hospreason']}</td></tr>"; } print "</table>"; $h->endpage(); ?> Quote
Ghetto Posted February 9, 2008 Posted February 9, 2008 Re: Hospital bug It would be the attack system i belive, Nothing to do with the hospital. And in the future could you use clear typed english because that dosent make sence what you have written. Maybe then i could help you :-). Quote
Criminal Posted February 9, 2008 Author Posted February 9, 2008 Re: Hospital bug Its ok ghetto fixed it for me thnx to him Quote
HITMAN 17 Posted February 10, 2008 Posted February 10, 2008 Re: Hospital bug wat was it then mate 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.