Jump to content
MakeWebGames

[mccode v2] House Rentals


Richard

Recommended Posts

Re: House Rentals [V2]

At the bottom of upload to the SQL it would not upload. So I edited it and shouldn't it be.

Old:

You're unable to view this code.

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

 

New:

You're unable to view this code.

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

 

:? Can someone make a staff feature where I can look to see the users properties and delete them if i want to? :?

Link to comment
Share on other sites

  • 4 weeks later...
  • Replies 63
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 month later...
  • 1 month later...

Re: [mccode v2] House Rentals

 

QUERY ERROR: Table '********.properties' doesn't exist

Query was SELECT pr.*,h.* FROM properties pr LEFT JOIN houses h ON pr.prHOUSE=h.hID WHERE pr.prOWNER=2 ORDER BY h.hPRICE ASC

you have not included this can do sql please

Dude read the first post...

"This is an add-on to Multiple Houses Mod"

Search Multiple Houses Mod by Richard... Second thing this mod does not work, have a look at the replies!

Link to comment
Share on other sites

  • 8 months later...

Re: [mccode v2] House Rentals

the move function has a few bugs when a user rents a house then moves in and out again the house becomes theirs ,can anyone fix this and other then that the mod works alright

 

You're unable to view this code.

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

Link to comment
Share on other sites

  • 3 months later...
  • 2 years later...

Im getting an error with this line of code and im not SQL savvy by any means:

You're unable to view this code.

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

and here is the error im getting:

QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' maxwill=100 WHERE userid=1' at line 1

Query was UPDATE users SET money=money+,maxwill=100 WHERE userid=1

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