MySQL Loading help. - 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 Loading help. (
/showthread.php?tid=428014)
MySQL Loading help. -
Zalman - 04.04.2013
Is there a way to load all my MySQL data, like business, houses etc, when the script start, E.g OnGameModeInit?
Re: MySQL Loading help. -
Isolated - 04.04.2013
Just create a function like OnServerLoad() add in there all your MySQL querys "SELECT * `BusinessInfo`" etc... then format it the way you want it.