Jump to content
MakeWebGames

A Free Attack system with item images included


bennybwoi

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...