1.1.0 release
- correct a crash-causing issue on recent sourcemod builds when stats were enabled (it was a deadlock caused by SQL_SetCharSet happening inside a lock)
- the weapons menu has been reworked to have toggle options per-round-type rather than a series of pages
- add
sm_reloadroundtypes
admin command for reloading all round types (normally only happens on map changes) - block "regroup" radio command block and don't block radio commands when plugin is diabled
- add
sm_multi1v1_mute_other_arenas
cvar (default 1) that mutes gunshots from arenas other than a client's closest one - adjust database stats to be enabled by default
- remove cvar
sm_multi1v1_database_name
- add a cookie for clients to hide stats (
multi1v1_hidestats
) - add cvar
sm_multi1v1_use_assists
for displaying rounds in arena 1 via the assists on the scoreboard - correct pistol-giving behavior on rifle rounds to match
sm_multi1v1_pistol_behavior
description - add norwegian translations (thanks bawls)
Notes on upgraing:
- The native
Multi1v1_AddRoundType
has changed, making this not backwards compatible. As such, auto-update support is on a new url and this release will not be automatically upgraded from previous versions. You will have to manually update to this release. - To upgrade the plugin, update the plugin binaries (plugins/multi1v1.smx at least) and the translation files, at least translations/multit1v1.phrases.txt
- The provided web interface has not changed since 1.0.2.