oscar-broman / samp-weapon-config

A more consistent and responsive damage system with many new features
Apache License 2.0
91 stars 84 forks source link

A pair of warnings when used alongside with fixes. #224

Closed Mergevos closed 2 years ago

Mergevos commented 2 years ago
dependencies\sa-mp-fixes\fixes.inc:20456 (warning) function is deprecated (symbol "FIXES_GetServerVarAsInt") Use `GetConsoleVarAsInt`      
dependencies\samp-weapon-config\weapon-config.inc:3932 (warning) function is deprecated (symbol "FIXES_GetServerVarAsInt") Use `GetConsoleVarAsInt`

Fix to this is pretty obvious

Mergevos commented 2 years ago

P.S. if you change include order by switching wc and fixes places, you would get another error.

NexiusTailer commented 2 years ago

Seems this was already fixed in this PR.