We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep getting this error when trying to compile. Using the latest SMlib commit and syntax is still outdated?? Is there another library I can use?
//// multi1v1.sp // // C:\Users\incr\Desktop\sourcemod-1.10.0-git6488-windows\addons\sourcemod\scripting\include\smlib/entities.inc(1773) : fatal error 196: deprecated syntax; see https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Typedefs // // Compilation aborted. // 1 Error. // // Compilation Time: 0.34 sec
The text was updated successfully, but these errors were encountered:
I would suggest compiling with sourcemod 1.9. The plugin is only regularly compiled/tested against 1.9 still: https://github.com/splewis/csgo-multi-1v1/blob/master/.travis.yml#L8
Updates are probably required to smlib for 1.10 compatibility, but I haven't investigated.
Sorry, something went wrong.
No branches or pull requests
I keep getting this error when trying to compile. Using the latest SMlib commit and syntax is still outdated?? Is there another library I can use?
The text was updated successfully, but these errors were encountered: