SA-MP Forums Archive
MySQL R39 to R40 - 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 R39 to R40 (/showthread.php?tid=618635)



MySQL R39 to R40 - Flavv - 08.10.2016

Hello, I have an gamemode on R39 and I want to up on R40.
How I can do that?


Re: MySQL R39 to R40 - oMa37 - 08.10.2016

By searching.
https://sampforum.blast.hk/showthread.php?tid=616103


Re: MySQL R39 to R40 - Flavv - 08.10.2016

Some of that prefixes/paramaters don't exists in my gamemode. :/
The errors after replace MySQL plugin and a_mysql:

Код:
D:\WiDuAlK\gamemodes\WiD.pwn(37) : warning 213: tag mismatch
D:\WiDuAlK\gamemodes\WiD.pwn(60) : warning 213: tag mismatch
D:\WiDuAlK\gamemodes\WiD.pwn(73) : warning 213: tag mismatch
D:\WiDuAlK\gamemodes\WiD.pwn(74) : warning 213: tag mismatch
D:\WiDuAlK\gamemodes\WiD.pwn(81) : error 017: undefined symbol "cache_get_data"
D:\WiDuAlK\gamemodes\WiD.pwn(80) : warning 203: symbol is never used: "fields"
D:\WiDuAlK\gamemodes\WiD.pwn(96) : error 017: undefined symbol "cache_get_data"
D:\WiDuAlK\gamemodes\WiD.pwn(99) : error 017: undefined symbol "cache_get_field_content"
D:\WiDuAlK\gamemodes\WiD.pwn(100) : error 017: undefined symbol "cache_get_field_content_int"
D:\WiDuAlK\gamemodes\WiD.pwn(95) : warning 203: symbol is never used: "fields"
D:\WiDuAlK\gamemodes\WiD.pwn(285) : warning 213: tag mismatch
D:\WiDuAlK\gamemodes\WiD.pwn(286) : warning 213: tag mismatch
D:\WiDuAlK\gamemodes\WiD.pwn(302) : warning 213: tag mismatch
D:\WiDuAlK\gamemodes\WiD.pwn(303) : warning 213: tag mismatch



Re: MySQL R39 to R40 - Mencent - 08.10.2016

Hello.

Look here:
https://github.com/pBlueG/SA-MP-MySQL/releases

cache_get_field_content_int => cache_get_value_name_int
cache_get_field_content_float => cache_get_value_name_float
cache_get_field_content => cache_get_value_name

That's an example. Look to that link above.