Releases: splewis/csgo-multi-1v1
Releases · splewis/csgo-multi-1v1
Version 1.1.10
Changes since 1.1.9:
- Removed custom radar removal logic, users should use
sv_disable_radar
in theircfg/sourcemod/multi1v1/game_cvars.cfg
file now instead, as the default config now does - Silence all new radio commands
- More translations
- New forwards around ratings
- Fix an issue where players are stuck on team menus
1.1.9
1.1.8
Changes since 1.1.7:
- change
Multi1v1_OnRoundTypesAdded
to be called in OnPluginStart instead of OnMapStart, this fixes a cookie issue where clientprefs cookies aren't always saved - add support for "rifle_preference" and "pistol_preference" in customrounds.cfg file
1.1.7
1.1.6
Changes since 1.1.5:
- cleanup include for new syntax more (thanks headline22)
- fix for 2017/08/17 update introducing a change breaking arena muting (thanks Kinsi and Technoblazed)
- quit releasing old web php website. This is no longer maintained - if you really want it you can find it on previous releases.
1.1.5
1.1.4
1.1.4:
- add sm_autospec command for players to automatically spectate active arenas while dead
- give the proper knife (weapon_knife_t) to players on the T side
- update chinese translations (thanks 872517414)
- add hint text messages when an opponent leaves in an active arena or when you have no opponent
- replace sv_alltalk with new cvars in game_cvars.cfg
1.1.3
1.1.2
1.1.1 release
This fixes some small issues left from the 1.1.0 release: https://github.com/splewis/csgo-multi-1v1/releases/tag/1.1.0
- correct
sm_multi1v1_mute_other_arenas
behavior to not mute gunshots when the plugin is disabled - update polish translations (thanks spyrek)
- update chinese translations (thanks 872517414)
- remove some extraneous debug statements accidentally left in 1.1.0
To upgrade from 1.1.0, update the translations directory and the plugins/multi1v1.smx file. No other files were affected by this release.