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



Question - sscarface - 23.01.2013

error 017: undefined symbol "mysql_query"
error 017: undefined symbol "mysql_query"


tell me what is this? what i need to do for solve?


Re: Question - coakiddo - 23.01.2013

You are using R7 plugin? If so, use mysql_function_query! Or you are missing include for a_mysql.


AW: Question - Blackazur - 23.01.2013

you have

Quote:

#include <mysql>

?


Re: AW: Question - coakiddo - 23.01.2013

I think he has it, because it would give him far more errors if he doesn't.


Re: AW: Question - -=Dar[K]Lord=- - 23.01.2013

Quote:
Originally Posted by coakiddo
Посмотреть сообщение
I think he has it, because it would give him far more errors if he doesn't.
well i think he needs to redownload samp server [the latest 0.3e]


Re: Question - sscarface - 23.01.2013

i need update new mysql? or update my script?


Re: Question - coakiddo - 23.01.2013

Update your script from mysql_query to mysql_function_query.