need help with MYSQL - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: need help with MYSQL (
/showthread.php?tid=320180)
need help with MYSQL -
titanak - 21.02.2012
Resolv
Re: need help with MYSQL -
Think - 21.02.2012
Not without a script we can't
Re: need help with MYSQL -
titanak - 21.02.2012
Resolv
Re: need help with MYSQL -
titanak - 21.02.2012
Register:
Re: need help with MYSQL -
Think - 21.02.2012
Look at the second query you are trying to run, its trying to "insert" those records while you should be updateing them like in your Save function.
Re: need help with MYSQL -
titanak - 21.02.2012
should i use then: UPDATE `playerinfo` instead INSERT INTO `playerinfo`??
Re: need help with MYSQL -
Think - 21.02.2012
Yes or you could run your "Save" function, so you dont have to type out that query, again.
Re: need help with MYSQL -
titanak - 21.02.2012
Resolv didnt need a nigaz help