Changelog
New
- Added
callvote
command as an alias forvote
. - Added
sv_ag_disabled_votes
CVar, which sets what votes are disabled on the server. For example:sv_ag_disabled_votes "agstart;agabort"
will disableagstart
andagabort
.
Improved
- Now game modes can be disabled on the fly when using
sv_ag_allowed_gamemodes
(no need to wait for map restart). - Now
mp_respawn_fix
is enabled by default instartup_server.cfg
. No reason to keep this fix disabled which improves fairness.- If you need to adjust the respawn time, use
mp_respawn_delay
, which is set to 0.95. This is the fastest spawn time at 125 FPS with the old behavior.
- If you need to adjust the respawn time, use
Fixed
- Fixed
agnextmode
not working as expected:- Don't allow voting with an empty argument or modes that don't exist.
- It will no longer change the map when accepted or called as an admin, which defeated the purpose of setting a next map for the server.
- Fixed some misspellings in the translations.
Download
The Full Package comes with everything the mod requires to run (Metamod and AMXX already included).
Thanks to:
- @execut4ble for his first PR and reporting these issues.