SA-MP Forums Archive
SQLite ban script - 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 ban script (/showthread.php?tid=613197)



issue fixed. - jbankss - 25.07.2016

Fixed.


Re: SQLite ban script - BoBiTza - 25.07.2016

What did you want to store in databse? or what expectations do you want to do on this ?


Re: SQLite ban script - F1N4L - 25.07.2016

You're selected NAME only...
Код:
SELECT `NAME`
Correct:
Код:
SELECT `NAME` AND `BANNED`
or
Код:
SELECT *