newclear Posted April 8, 2011 Posted April 8, 2011 Hello everyone. Ive bought the mccode v2 some days ago but i have some problems.. On my game i get an error when people are trying to accept othrs into their gang.. I gave some friends of me the link to the game so they could beta test it since this is my first game. It works fine to apply for a gang but when the prezident is to accept members and click accept on them he gets this error: QUERY ERROR: Unknown column 'userid = 4' in 'where clause' Query was UPDATE `users` SET `gang` = 3,`daysingang` = 0 WHERE `userid = 4 But after i get that error, the player that applied for the gang gets an event syaing he/she was accepted into the gang.. Anyone able to help me get this fixed? Quote
a_bertrand Posted April 8, 2011 Posted April 8, 2011 it lacks a ` so simply put `userid` at the end: UPDATE `users` SET `gang` = 3,`daysingang` = 0 WHERE `userid` = 4 Quote
newttster Posted April 8, 2011 Posted April 8, 2011 I'm curious. You just bought Mccodes and you already have a game up? Have you added anything interesting to it ... or did you just slap it up there with a name and that was it? Quote
W3Theory || Peter Posted April 8, 2011 Posted April 8, 2011 I'm curious. You just bought Mccodes and you already have a game up? Have you added anything interesting to it ... or did you just slap it up there with a name and that was it? I am sorry, but does it matter? If he bought the engine then he can do what he wants with it. Even if that means not adding much to what was given. I don't get why people try to take the **** out of people. 1 Quote
newttster Posted April 8, 2011 Posted April 8, 2011 I am sorry, but does it matter? If he bought the engine then he can do what he wants with it. Even if that means not adding much to what was given. I don't get why people try to take the **** out of people. Did I say it mattered? No. Nor am I taking the **** out of anyone. I am curious that is all. I thought the whole idea of this forum as a community was to offer support and advise so that we can ALL have a good experience. If that is all he has done then all the more power to him. Everyone is always so quick to talk about originality around here ... it just seems to me that if this is what he has done .. he is not going to enjoy his end result and have few "players" to show for it because it will lack in originality, which will lead to him having a poor experience with it from the get go. With all of the competition out there it just seems to me that something like this would get burried at the bottom of possible games to sign up for. Call me crazy, but I think the more original it is from the beginning the better luck you have at success. And yes, before you say it ... it is his right to do so. But wouldn't you rather see someone succeed than fail? Quote
newclear Posted April 9, 2011 Author Posted April 9, 2011 I didnt say i just bought it.. I bought it some days ago.. Yes, i already have a game up but it is far from done..lol.. But i have got a few of my friends to sign up so they can beta test new features i add to it ;) Thanks for the help! I got it to work now :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.