SA-MP Forums Archive
MySQL HELP [REP+] - 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 [REP+] (/showthread.php?tid=576102)



MySQL HELP [REP+] - LMaxCo - 01.06.2015

Hi guys,
i made server with SA-MP MySQL plugin R6 By G-sTyLeZzZ, And i want to change it to SA-MP MySQL R39 By BlueG
Anyone know how to change it?

Thanks and please help me

[REP+]


Re: MySQL HELP [REP+] - ChromeAmazing - 01.06.2015

Replace the include


Re: MySQL HELP [REP+] - LMaxCo - 01.06.2015

Quote:
Originally Posted by ChromeAmazing
Посмотреть сообщение
Replace the include
Im already do that, but i got this error
Код:
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(3073) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(3079) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(3084) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(3144) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(3166) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(4849) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(5082) : error 017: undefined symbol "mysql_ping"
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(5107) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(5108) : error 017: undefined symbol "mysql_fetch_row"
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(5109) : error 017: undefined symbol "mysql_store_result"
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(5110) : error 017: undefined symbol "mysql_free_result"
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(5393) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(6702) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(7976) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8282) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8290) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8338) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8347) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8594) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8604) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8614) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8624) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8634) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8644) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8654) : error 035: argument type mismatch (argument 1)
F:\My Documents\BEF\BEF\gamemodes\BEF.pwn(8664) : error 035: argument type mismatch (argument 1)



Re: MySQL HELP [REP+] - LMaxCo - 01.06.2015

BEMP


Re: MySQL HELP [REP+] - DarkLored - 01.06.2015

Replace the MYSQL functions with BlueG's and it should work.


Re: MySQL HELP [REP+] - SoFahim - 01.06.2015

You should replace old to new plugin and includes. Then Compile it.


Re: MySQL HELP [REP+] - Psykotikum - 01.06.2015

Send me the code and I'll convert the code to BlueG's functions. If you want to do it yourself, open a_mysql.inc, and see all the functions.