SA-MP Forums Archive
MySQL Saving - 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: MySQL Saving (/showthread.php?tid=580333)



MySQL Saving - ChromeAmazing - 04.07.2015

Hello, I just have a small question after reading a tutorial on how to make a MySQL registration system, is there anyway I can make a mass saving system to save most of there status other then formating into mysql_tquery.


Re: MySQL Saving - rymax99 - 04.07.2015

What do you mean by "mass saving"? Just write/format the query to save what data you want to save.


Re: MySQL Saving - Sime30 - 04.07.2015

He means saving "all" data in one line, rather than writing many lines, right?


Re: MySQL Saving - dominik523 - 04.07.2015

I've written my saving function with multiple querries but the best thing would be to save the data as soon as it happens (i.e. when you buy something at any store, save the user's data about the bought article).