Re: View pages while in jail or hosp
I just fixed this up in my game. One line needs to be added and its so cool cause im only new to PHP...lol realise this is an old post but might help someone else down the track 8-)
if($ir['hospital'])
{
print "<font color='black'>Hospital ($hc)
<font color='black'>Inventory
";
}
elseif($ir['jail'])
{
print "<font color='black'>Jail ($jc)
<font color='black'>Inventory
";
}