SA-MP Forums Archive
MySQL Error "mysql_format" - 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: MySQL Error "mysql_format" (/showthread.php?tid=518752)



MySQL Error "mysql_format" - 0nur - 11.06.2014

I download R6 mysql plugin but this errors;

pawn Код:
(256) : error 017: undefined symbol "mysql_format"
(445) : error 017: undefined symbol "mysql_format"
(439) : warning 204: symbol is assigned a value that is never used: "Pass"
(510) : error 017: undefined symbol "mysql_format"
(515) : error 017: undefined symbol "mysql_format"
(617) : error 017: undefined symbol "mysql_format"
(626) : error 017: undefined symbol "mysql_format"
(685) : error 017: undefined symbol "mysql_format"
(695) : error 017: undefined symbol "mysql_format"



Re: MySQL Error "mysql_format" - AiRaLoKa - 11.06.2014

Quote:
Originally Posted by 0nur
Посмотреть сообщение
I download R6 mysql plugin but this errors;

pawn Код:
(256) : error 017: undefined symbol "mysql_format"
(445) : error 017: undefined symbol "mysql_format"
(439) : warning 204: symbol is assigned a value that is never used: "Pass"
(510) : error 017: undefined symbol "mysql_format"
(515) : error 017: undefined symbol "mysql_format"
(617) : error 017: undefined symbol "mysql_format"
(626) : error 017: undefined symbol "mysql_format"
(685) : error 017: undefined symbol "mysql_format"
(695) : error 017: undefined symbol "mysql_format"
mysql_format is not supported in R6 (i don't know about the R6-2)
see this page

https://sampforum.blast.hk/showthread.php?tid=56564

you can use traditional format
pawn Код:
format(......



Re: MySQL Error "mysql_format" - 0nur - 11.06.2014

Can you give me a link? Which MySQL is running?