How can i make my data loads when i start the FS - 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: How can i make my data loads when i start the FS (
/showthread.php?tid=610434)
How can i make my data loads when i start the FS -
Krauser123 - 24.06.2016
As you see on the title i just want to know how to make everything loads..
I know there's something related to public OnFilterScriptInt() but i don't know what..
Re: How can i make my data loads when i start the FS -
MotherDucker - 24.06.2016
So, when your filterscript loads, it will run the function "OnFilterScriptInt()", within this function you can use things such as ini, SQLite, MySQL and a whole range of different data storage which you're able to load.