Jump to content
MakeWebGames

[mccode] Jail Features


master_killa

Recommended Posts

Free Jail Features V1.00000000 Relesed!

just made some code so you can bail the prison offender out for a small amount of money, bail price is work out on level * time in jail * 10, but can easily be changed.

i know its simple but it works...

create a bailm.php...

 

You're unable to view this code.

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

 

in the jail.php find

You're unable to view this code.

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

just after put

You're unable to view this code.

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

 

find..

You're unable to view this code.

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

just after put...

You're unable to view this code.

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

 

find...

You're unable to view this code.

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

just after put..

You're unable to view this code.

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

 

just change the currency from £ to \$

Link to comment
Share on other sites

Guest Anonymous

Re: Free Jail Features V1.00000000 Relesed!

Well someone needs to contact 'mdshare' about this [-code-] thing. it makes all given codes f****** up. if that aint sorted, nobody can post any modifications?. And veteran Nice Idea of Cell Fights ;) that looks good, :). I got jail posts aswel ;)

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...

Re: Free Jail Features V1.00000000 Relesed!

look for the query that takes the cost of the bust, I.E the brave

aboe that add this

$bustexp=rand(1,100);

mysql_query("UPDATE users SET exp=exp+$bustexp WHERE userid=$userid");

thatss just off the top of my head, you might need to change the userid variable to match whatever it is in your file

Link to comment
Share on other sites

  • 2 months later...
  • 2 months 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...