splewis / csgo-multi-1v1

CS:GO Sourcemod plugin to create multi-1v1 arena servers
GNU General Public License v3.0
278 stars 68 forks source link

Update plugin to compile against sourcemod 1.10+ #287

Open ajz4k opened 2 years ago

ajz4k commented 2 years ago

multi1v1.sp(518) : error 105: cannot find method or property Event.FireToClient

Steps to reproduce

Please note that "latest" is NOT a version! Run "sm plugins" in console to find out the exact plugin version.

splewis commented 2 years ago

I haven't tested compilation against sourcemod 1.10 yet, it's still compiled against 1.9 (see https://github.com/splewis/csgo-multi-1v1/blob/master/.travis.yml#L7-L8). I would suggest using 1.9 for now, but pull requests to fix things are welcome.

splewis commented 1 year ago

https://github.com/splewis/csgo-multi-1v1/commit/498bc61084e26b04a7e32055c0798862139fb97a + https://github.com/splewis/csgo-multi-1v1/commit/080aeb95d587483b39db882ec3e9dd6b8cf0819b got the plugin to work with 1.10, but getting it to compile with 1.11 requires a few more tweaks