Jump to content

Image Array for Different Race's?


Dethman

Recommended Posts

MMORPG coding questions

How do I get a different Image Appear for each race I have. I need it to have a different pic for each race's Navigation Panel....

 

$conf["race"][1]["leftBG"][0]["name"]="pic/Race1Nav.jpg";

 

<img src="<?=$conf["race"]["leftBG"][0]["name"]?>" width="140" height="290" border="0" usemap="#Race1Nav">

 

can you help me out with this?

 

can someone get it to work?

Link to comment
https://forums.phpfreaks.com/topic/84252-image-array-for-different-races/
Share on other sites

Well if your named your images properly they should appear fine... with some tweaking of your code... however more information is required on the actual code.. how is it called... what are the files.. etc.. to make some suggestion on getting it too work!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.