source-sdk-2013 icon indicating copy to clipboard operation
source-sdk-2013 copied to clipboard

[ANY] feat: Allow mp_disable_respawn_times to work with specific team numbers

Open Pandaptable opened this issue 6 months ago • 1 comments

Description

Makes mp_disable_respawn_times act as a bitfield, the team number represents the bit that needs to be set to disable respawn times for that team. In TF2 for example mp_disable_respawn_times 8 would disable respawn times for BLU team only.

mp_disable_respawn_times 1 represents TEAM_UNASSIGNED, which is an impossible team, therefore its used as legacy support to respawn everyone.

Pandaptable avatar Jun 03 '25 02:06 Pandaptable

This should probably be a bitfield, not a single team number.

henke37 avatar Jun 03 '25 15:06 henke37