03.09.2017, 18:44
When I try to use a new version of MySQL (some version above R7) the compiler gives me a lot of errors when I try to compile my gamemode:
If I try to compile the gamemode with MySQL Plugin version R7, I don't get these errors, I only get these errors if I change my MySQL for other version different of R7. Can somebody help me with this error? I opened "a_mysql" to check it and I didn't find nothing wrong. I tested with many other versions of MySQL plugin and always I got these errors with versions above of R7.
Код:
warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level error 021: symbol already defined: "mysql_escape_string" error 001: expected token: "=", but found "[" error 021: symbol already defined: "mysql_escape_string" error 010: invalid function or declaration error 017: undefined symbol "mysql_function_query" warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level warning 219: local variable "string" shadows a variable at a preceding level warning 219: local variable "str" shadows a variable at a preceding level error 028: invalid subscript (not an array or too many subscripts): "string" error 029: invalid expression, assumed zero error 028: invalid subscript (not an array or too many subscripts): "string" fatal error 107: too many error messages on one line


