If row does not exist - 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: If row does not exist (
/showthread.php?tid=360518)
If row does not exist -
Shockey HD - 18.07.2012
I am working on MySQl and i forgot to add a row to playerdata, and i have multiple accounts already in the system. How can i add something into those players accounts without having to do it manually/Delete all accounts?
Example:
user
deaths
kills
score
And i want to add Money to it.
user
deaths
kills
score
money
If you understand what i mean...
Re: If row does not exist -
Kitten - 18.07.2012
Just enter MySQL database with phpmyadmin enter the table via the structure of the database should automatically enter it to all users registered.