Jump to content
MakeWebGames

Recommended Posts

Posted

This is drug place mod, which is easily adjustable to suite your needs. I played around with this wit another free code...

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

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>";

}

Posted

Re: Drug Place

As i said ive played around with it... And it was either the Hore House mod or something else... I have never and never will post my codings, because i like my work to be kept unique ;)

Posted

Re: Drug Place

 

Okay... then now who owns...

The rpg game in your sig, under 'my sites' NYC thugs and GT have the same layout =/

Dj Pro Sytlez owns NYC thugs i think he brought the login page of DeathStar..

  • 2 months later...
Posted

Re: Drug Place

This is a noob question and ill probly get flammed for it but can somebody convert this to v2? If it is it brings up something about wrong database selected

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