Ultimate-Mapchooser
Ultimate-Mapchooser copied to clipboard
Fix and improve plugin thoroughly (to 3.8.2)
This PR is the result of a really caring, considerable, durable and revised work that started off with the idea of merging the Silenci0's fork I found out from someone's AM Discord message.
Since then, I also fixed, polished and enhanced the plugin according to several middle-to-high issues I found out after the addition of this plugin to my HL2: DM server, which you can carefully check with each commit message involved, with enough level of detail.
Important things to consider:
- Mostly due to the updated Silenci0's fork state, the scripting files might only compile with SM 1.7+ now
- ~SM 1.11 compiler currently has a bug regarding dynamic array generation syntax that affects the plugin if compiled under that version. This could be easily solved by briefly replacing a certain
float
array declaration, but I prefer to wait as the SM team should publish a new fixed release soon.~ -> Fixed recently under SP version 1.11.0.6863 - This PR already includes (formatted) changes from #58