Yet another MSQL Problem..
#2

You are giving it 1 too many values, you specify 18 colums and 19 values.
Код:
INSERT INTO playerdata (user, password, score, money, IP,admin,faction,leader,cuffed,badge,accent,gender,skin,xchord, ychord, zchord,health,armor) VALUES('%s', SHA1('%s'),0, 0, '%s',0,0,0,0,0,0,0,299,1714,-1882,14,100,0)
Should be:
Код:
INSERT INTO playerdata (user, password, score, money, IP,admin,faction,leader,cuffed,badge,accent,gender,skin,xchord, ychord, zchord,health,armor) VALUES('%s', SHA1('%s'),0, 0, '%s',0,0,0,0,0,0,299,1714,-1882,14,100,0)
I think i removed the right value, it was between the IP and SKIN ID columns.
Reply


Messages In This Thread
Yet another MSQL Problem.. - by Shockey HD - 25.06.2012, 08:02
Re: Yet another MSQL Problem.. - by dowster - 25.06.2012, 19:43

Forum Jump:


Users browsing this thread: 3 Guest(s)