CHAMAVELI Posted June 27, 2008 Posted June 27, 2008 Hey guys, i've got my Mccodes game running at GangLand.co.nr and wanted help with a little mod my friend has seen on another Mccodes game which is also running V2. The mod allows the title image to change according to the users jail or hospital status. I am thinking that this is a little mod and tried modifying the header.php file to make it change, but im not sure if im doing it correctly. Could someone please help me with this and maybe give me the code and which file to insert it into. Thanks, CHAMAVELI Quote
Guest Anonymous Posted June 27, 2008 Posted June 27, 2008 Re: Mccodes V2 Layout help Try using the search function before creating threads... http://criminalexistence.com/ceforums/i ... ic=12547.0 Quote
CHAMAVELI Posted June 27, 2008 Author Posted June 27, 2008 Re: Mccodes V2 Layout help Thanks, I did search but its a bad topic name, no real description. Thanks. Quote
Tonka Posted June 27, 2008 Posted June 27, 2008 Re: Mccodes V2 Layout help this should work for you if($ir['jail']) { echo "[img=images/title.jpg] "; } else if($ir['hospital']) { echo "[img=images/title.jpg] "; } else { echo "[img=images/title.jpg] "; } 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.