Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) - 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: Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) (
/showthread.php?tid=336638)
Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) -
Spooky - 23.04.2012
I am getting these error, my friend helped me in mysql he made the mysql saving script
Код:
H:\Team Deathmatch\Team Deathmatch\gamemodes\0.1.pwn(1389) : error 017: undefined symbol "mysql_query"
H:\Team Deathmatch\Team Deathmatch\gamemodes\0.1.pwn(1389) : error 017: undefined symbol "mysql_query"
H:\Team Deathmatch\Team Deathmatch\gamemodes\0.1.pwn(1389) : error 017: undefined symbol "mysql_query"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
PLEASE HELP ASAP
Re: Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) -
MP2 - 23.04.2012
Did you include a_mysql.inc?
Re: Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) -
Spooky - 23.04.2012
Ye i included it
Re: Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) -
MP2 - 23.04.2012
Clearly not because the function isn't included. Make sure you have the right include and that you don't have multiple pawnos.
Re: Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) -
Spooky - 23.04.2012
MY Friend said that you are not using right mysql, He said you have to use this
https://sampforum.blast.hk/showthread.php?tid=122983 but its download links are not working, can anyone gives it to me?
Re: Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) -
MP2 - 23.04.2012
https://sampforum.blast.hk/showthread.php?tid=56564
Re: Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) -
Spooky - 23.04.2012
I am already using that but its not working
Re: Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) -
Kitten - 23.04.2012
BlueG's MySQL plugin from r6 to r7 changes the mysql_query function.
Re: Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) -
Spooky - 23.04.2012
Nop, Still getting the errors
Re: Undefine Symbol: mysql_query (New to MYSQL, PLEASE CHECK!) -
Spooky - 23.04.2012
I am still getting errors please help