darkerz7 / CSGO-Plugins

My Plugins
46 stars 35 forks source link

Fix SM 1.11 Entwatch Compile Errors/Warnings #43

Closed notkoen closed 2 years ago

notkoen commented 2 years ago

The current code in entwatch/module_use_priority.inc on lline 42 for the OnPlayerRunCmd function will cause an error when compiling:

entwatch\module_use_priority.inc(42) : error 101: fixed dimensions must be after the array name, not on the type

I have also gone ahead and resolved various compilation warnings that SM 1.11 compiler will report.

notkoen commented 2 years ago

List of warnings that compiler will report: Warnings

Latest commit fixes all these warnings: Final Compile