mp_round_time
Jump to navigation
Jump to search
mp_round_time is an e0 available in
Black Mesa. This entity manage the round time on a multiplayer match.
Keyvalues
- Warmup Time (warmuptime) <integer>
- How long warmup should be in seconds, 0 - use default value in server cvar
mp_warmup_time.
- Round Time (roundtime) <integer>
- How long the round should be in seconds, 0 - use default value in server cvar
mp_timelimit.
Inputs
- AddRoundTime <integer>
- Add more time to the round.
- RemoveRoundTime <integer>
- Remove time from the round.
- AddWarmupTime <integer>
- Add more time to the warmup.
- RemoveWarmupTime <integer>
- Remove time from the warmup.