SA-MP Forums Archive
Help Pls - 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: Help Pls (/showthread.php?tid=630561)



Help Pls - ommar8080 - 16.03.2017

hi
how to fix this error
i dont know any things about mysql
Quote:

D:\samp-2016\filterscripts\SS_GANG_SYSTEM.pwn(304) : error 017: undefined symbol "db_get_field_assoc_float"
F:\Shift\filterscripts\SS_GANG_SYSTEM.pwn(306) : error 017: undefined symbol "db_get_field_assoc_float"
F:\Shift\filterscripts\SS_GANG_SYSTEM.pwn(30 : error 017: undefined symbol "db_get_field_assoc_float"
DFShift\filterscripts\SS_GANG_SYSTEM.pwn(310) : error 017: undefined symbol "db_get_field_assoc_float"
F:\Shift\filterscripts\SS_GANG_SYSTEM.pwn(316) : error 017: undefined symbol "db_get_field_assoc_int"
F:\Shift\filterscripts\SS_GANG_SYSTEM.pwn(450) : error 017: undefined symbol "db_get_field_assoc_int"
F:\Shift\filterscripts\SS_GANG_SYSTEM.pwn(452) : error 017: undefined symbol "db_get_field_assoc_int"
F:\Shift\filterscripts\SS_GANG_SYSTEM.pwn(45 : error 017: undefined symbol "db_get_field_assoc_int"
F:\Shift\filterscripts\SS_GANG_SYSTEM.pwn(125 : error 017: undefined symbol "db_get_field_assoc_int"
F:\Shift\filterscripts\SS_GANG_SYSTEM.pwn(1260) : error 017: undefined symbol "db_get_field_assoc_int"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


10 Errors.




Re: Help Pls - SkyLineGT - 16.03.2017

The compiler is telling you it cannot find the db_get_field_assoc_int function, are you sure the function is scripted (or included)


Re: Help Pls - ommar8080 - 16.03.2017

Quote:
Originally Posted by SkyLineGT
Посмотреть сообщение
The compiler is telling you it cannot find the db_get_field_assoc_int function, are you sure the function is scripted (or included)
i have a_mysql.inc what the wrong ?