Jump to content
MakeWebGames

Recommended Posts

Posted

when i sell items i get this

You sold 1000 Small Medikit(s) for $300000QUERY 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 'orange'>Small Medikit(s) for $300000')' at line 4

Query was INSERT INTO itemselllogs (isID,isUSER,isITEM,isTOTALPRICE,isQTY,isTIME,isCONTENT) VALUES ('', 1, 12, 300000, 1000, unix_timestamp(),'Alex sold 1000 Small Medikit(s) for $300000')

Posted

Re: problem when selling items

my items are screwed up badly when i try to buy an item from the market i get this aswell :cry:

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 'FROM `itemmarket` im LEFT JOIN `items` i ' at line 3

Query was SELECT `imID`,`imITEM`,`imADDER`,`imPRICE`,`imCURRENCY`, FROM `itemmarket` im LEFT JOIN `items` i ON i.itmid = 0 WHERE imID = 79

Posted

Re: problem when selling items

Maybe you should look to hire a coder or look for someone to help you, since you are having many problems with your game and seem kind of clueless of how to fix them.

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