Jump to content
MakeWebGames

Canjucks

Members
  • Posts

    419
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Canjucks

  1. Re: [mccode v2] Ian's Investments I like this mod and has gone straight into my game which is working really well. cheers.
  2. 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 "; }
×
×
  • Create New...