mysql problem please 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 problem please help (
/showthread.php?tid=636346)
mysql problem please help -
HoussemGaming - 25.06.2017
Hey.
i updated my mysql plugin and mysql include to latest version.
but when i try compiling my script it says :
Код:
C:\Users\\Desktop\\\filterscripts\hvip.pwn(46) : error 017: undefined symbol "mysql_ping"
C:\Users\\Desktop\\\filterscripts\hvip.pwn(62) : error 035: argument type mismatch (argument 1)
C:\Users\\Desktop\\\filterscripts\hvip.pwn(63) : error 017: undefined symbol "mysql_store_result"
C:\Users\\Desktop\\\filterscripts\hvip.pwn(64) : error 017: undefined symbol "mysql_num_rows"
C:\Users\\Desktop\\\filterscripts\hvip.pwn(72) : error 017: undefined symbol "mysql_fetch_field_row"
C:\Users\\Desktop\\\filterscripts\hvip.pwn(75) : error 017: undefined symbol "mysql_free_result"
C:\Users\\Desktop\\\hvip.pwn(83) : error 035: argument type mismatch (argument 1)
Plz help me
NB : i use BlueG mysql plugin
Re: mysql problem please help -
Vince - 25.06.2017
Quote:
Originally Posted by HoussemGaming
Hey.
i updated my mysql plugin and mysql include to latest version.
|
That alone is not enough. This script was designed to work with R6 (we're currently at R41, I think) and to be able to use the latest version the entire script must be overhauled which can take an experienced scripter several hours.
Re: mysql problem please help -
LennyBE - 26.06.2017
Honestly just use R39, I don't think it's worth the hassle updating to R40.