SQL - Filterscript - 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: SQL - Filterscript (
/showthread.php?tid=657330)
SQL - Filterscript -
silvan - 05.08.2018
I'm using SQLlite database for the saving system in my gamemode, Is there anyway that I can use like filterscript or something that I update the database on the fly, something that I could run temporarily and only once I know filterscript you can run it in-game but my real question is, How can i access a database from a filterscript while the gamemode is using the same script. do i need to declare it?
Re: SQL - Filterscript -
GTLS - 05.08.2018
You can access a same database file from different scripts. Its same in SQLite and MySQL and even file based systems.