08.01.2017, 15:09
Hello guys,
so the problem is, when I compile the gamemode, it get this error:
I thought that SQLite functions are all in a_samp.inc so there is so need to install any plugins/includes, but why do I keep having this error?
The same problem occurs whenever I use these functions:
What should I do or add to fix this?
Thanks in advance:
so the problem is, when I compile the gamemode, it get this error:
Код:
error 017: undefined symbol "db_get_field_assoc_int"
The same problem occurs whenever I use these functions:
Код:
db_get_field_int(); db_get_field_float(); db_get_field_assoc_int(); db_get_field_assoc_float(); db_get_mem_handle(); db_get_result_mem_handle(); db_debug_openfiles(); db_debug_openresults();
Thanks in advance: