Jump to content
MakeWebGames

Recommended Posts

Posted

Hey guys does any1 have or can any 1 make an attack.php where your items are shown not in text but as your item images for me???

i have tryed myself bt failed lol.

Thanks Benny Bwoi.

Posted

look for

print "<font color=red>{$_GET['nextstep']}. Using your {$r1['itmname']} you hit {$odata['username']} doing $mydamage damage ({$odata['hp']})</font>
\n";

and replace with

print "<font color=red>{$_GET['nextstep']}. Using your:<br\> <img src = \"".$r1['itmname'].".GIF\" />  
you hit {$odata['username']} doing $mydamage damage ({$odata['hp']})</font>
\n";

you need to make a image for eash item and call it what you call the item go a glock would be glock.gif

Posted
look for
print "<font color=red>{$_GET['nextstep']}. Using your {$r1['itmname']} you hit {$odata['username']} doing $mydamage damage ({$odata['hp']})</font>
\n";

 

and replace with

 

print "<font color=red>{$_GET['nextstep']}. Using your:<br\> <img src = \"".$r1['itmname'].".GIF\" />  
you hit {$odata['username']} doing $mydamage damage ({$odata['hp']})</font>
\n";

 

you need to make a image for eash item and call it what you call the item go a glock would be glock.gif

That only works for gif's. I prefer png as it gives transparency if needed, but .gif is good. Anyone want a valid Corel Paint shop pro x2 license for 30.00? Its a great program for begginers, but i got it for christmas becuz my aunt didnt know i had photoshop. its usually priced at 100.00 but im selling a legit license code for 30.00.

Posted

a

look for
print "<font color=red>{$_GET['nextstep']}. Using your {$r1['itmname']} you hit {$odata['username']} doing $mydamage damage ({$odata['hp']})</font>
\n";

and replace with

print "<font color=red>{$_GET['nextstep']}. Using your:<br\> <img src = \"".$r1['itmname'].".GIF\" />  
you hit {$odata['username']} doing $mydamage damage ({$odata['hp']})</font>
\n";

you need to make a image for eash item and call it what you call the item go a glock would be glock.gif

That only works for gif's. I prefer png as it gives transparency if needed, but .gif is good. Anyone want a valid Corel Paint shop pro x2 license for 30.00? Its a great program for begginers, but i got it for christmas becuz my aunt didnt know i had photoshop. its usually priced at 100.00 but im selling a legit license code for 30.00.

all you have to do is look for gif and replace with png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...