SA-MP Forums Archive
mySQL, help, 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, help, saving (/showthread.php?tid=568641)



mySQL, help, saving - MrCallum - 23.03.2015

http://pastebin.com/3KCzSb5r

That is my mySQL system, I wan't it so that the user file also saves into the pre-made folder in my script files folder so: scriptfiles/users/name.inc.
How can I do this?


Re: mySQL, help, saving - Misiur - 23.03.2015

Well, there is no user file, just mysql row in your users table. You need second storage system for files (keep in mind that it will lag your server another notch, as IO is the heaviest part of most GM's). Try something yourself, if you have particular problem come back here.


Re: mySQL, help, saving - MrCallum - 23.03.2015

That's the problem, I just started scripting mySQL, I don't know how to save it to a different root..