MySQL R39 to R40
#1

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

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

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
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)