Jump to content
MakeWebGames

Drug Place


Aqua

Recommended Posts

Re: Drug Place

Adding more Drugs:

NOTE: Change all the things in bold, and ofourse change the variables to what you want it to be.

First make a...

 

<h3>Drug Name</h3>

under it

 

<td><center>The Class</td><td><center>Price</td><td><center>shortword[/b]']BUY</td></tr><tr>

Followed By

 

}

else

{

if($_GET['spend'] == 'shortword')

{

if($ir['money'] <Price)

{

print "You don't have enough money to buy some Class ___ !";

}

else

{

mysql_query("UPDATE users SET brave=brave+1,money=money-1000 WHERE userid=$userid",$c);

mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c);

print "<center>You bought some Class ___ Drug Name for \$1000, you smoke the DRUG.

You feel dizzy as a rush of your brave starts coming back to you.

>Home</center>";

}

Link to comment
Share on other sites

  • 2 months later...
  • 3 weeks later...
  • 1 year later...

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