SA-MP Forums Archive
Sqlite doesn't create new table - 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: Sqlite doesn't create new table (/showthread.php?tid=620091)



Sqlite doesn't create new table - leonardo1434 - 26.10.2016

Can someone help me? on the windows version is working fine, but the linux version is not working. It doesn't create the new table.


code


Re: Sqlite doesn't create new table - Konstantinos - 26.10.2016

There is only 1 db_query so only CLANS table will be created (if not exists). In general, make sure scripfiles has the correct permissions.