mySQL help - 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 help (
/showthread.php?tid=455474)
mySQL help -
TranquiliZed - 01.08.2013
Код:
Error 017: undefined symbol "mysql_fetch_row_format"
Error 017: undefined symbol "mysql_fetch_field_row"
Error 017: undefined symbol "mysql_fetch_field_row"
I have #include <mysql> at the top. I dont get it....
Re: mySQL help -
Deividas1 - 01.08.2013
are you sure that your's pawno/include folder is called mysql.inc maybe it is <amysql>? i am sayin because i was having same error
Re: mySQL help -
TranquiliZed - 02.08.2013
Quote:
Originally Posted by Deividas1
are you sure that your's pawno/include folder is called mysql.inc maybe it is <amysql>? i am sayin because i was having same error
|
I changed it to a_mysql. Now It wont run the server. I get Run time error cause of those 2 natives and the debug native. Someone please help
AW: mySQL help -
BigETI - 02.08.2013
Please re-compile your script with the includes the MySQL plugin thread gives you. Do not mix up includes from one MySQL plugin thread and use a different MySQL plugin.
Re: AW: mySQL help -
TranquiliZed - 02.08.2013
Quote:
Originally Posted by BigETI
Please re-compile your script with the includes the MySQL plugin thread gives you. Do not mix up includes from one MySQL plugin thread and use a different MySQL plugin.
|
What?!?!
I only used one thread....
https://sampforum.blast.hk/showthread.php?tid=122983
The Debug and those two functions are not registered. How do I register them...
AW: Re: AW: mySQL help -
BigETI - 02.08.2013
Quote:
Originally Posted by TranquiliZed
|
Then your script includes functions, which are not part of this release. Have you wrote this stuff by yourself, or did somebody actually gave you a script, which is obviosly not compatible with this release?
Re: AW: Re: AW: mySQL help -
TranquiliZed - 02.08.2013
Quote:
Originally Posted by BigETI
Then your script includes functions, which are not part of this release. Have you wrote this stuff by yourself, or did somebody actually gave you a script, which is obviosly not compatible with this release?
|
Following a ******* video...
It says the functions are not registered(debug and the other two). How do I register them?
AW: mySQL help -
BigETI - 02.08.2013
Then you have to re-write your script to make it compatible with this plugin. The ******* video probably explained, how to use this script for another MySQL plugin release.