SA-MP Forums Archive
MySQL error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: MySQL error (/showthread.php?tid=457660)



MySQL error - TheCartman - 12.08.2013

Код:
.pwn(201) : error 017: undefined symbol "mysql_query"
.pwn(203) : warning 209: function "mysql_fetch_row_format" should return a value
.pwn(332) : error 017: undefined symbol "mysql_query"
.pwn(414) : error 017: undefined symbol "mysql_query"
.pwn(1402) : error 017: undefined symbol "mysql_query"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

5 Errors.
I wrote "# include <a_mysql>", I downloaded the plugin, everything.
I have the BlueG's plugin.


Re: MySQL error - Scenario - 12.08.2013

You really need to search before posting...

You're obviously using the wrong version if it's telling you that a function doesn't exist! You can't use R7 or any of the updates after it so try R5 or R6.