SA-MP Forums Archive
SQLITEI include file - 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: SQLITEI include file (/showthread.php?tid=643983)



SQLITEI include file - milenkovicsava - 01.11.2017

I had windows 7 system od my computer and script with sqlitei include was compiling, since i upgraded system to windows 10 and try to compile same script it says pawn compiler has stopped working and when i remove sqlite include from script it compile it,so i think there is problem in sqlitei include file but i dont know how to fix it.


Re: SQLITEI include file - Arbico - 01.11.2017

There is no include for SQLite...
SQLite is built-in Pawn
Click here for more info...


Re: SQLITEI include file - milenkovicsava - 01.11.2017

sqlitei SQLite Improved there is include file you can download it on this forum.


Re: SQLITEI include file - Zeth - 01.11.2017

Here you go link.
Click on raw, copy all and paste the texts in a new file named sqlitei.inc


Re: SQLITEI include file - Lucases - 01.11.2017

Quote:
Originally Posted by Arbico
Посмотреть сообщение
There is no include for SQLite...
SQLite is built-in Pawn
Click here for more info...
He was talking about SQLitei, an include for SQLite which adds more functions