21.11.2013, 15:21
If your doing anything with SQLite make sure you use this include
https://sampforum.blast.hk/showthread.php?tid=303682
Add this to your gamemode
You will also need this
https://github.com/Zeex/amx_assembly
Now if there is any errors they will be printed out.
https://sampforum.blast.hk/showthread.php?tid=303682
Add this to your gamemode
pawn Код:
#define DB_QUERY_ERRORS true
// automatically print errors (it's true by default)
#define DB_PRINT_ERRORS true
#include <sqlitei>
https://github.com/Zeex/amx_assembly
Now if there is any errors they will be printed out.