Page 1 of 1

[CS:GO] Warmup Pauser

Posted: Mon Jan 27, 2020 4:24 pm
by Andreeas
Simple plugin that keeps the game in warmup until the set number of players have connected. Just uses ServerCommand() native so you can still "rcon mp_warmup_end" or "mp_warmup_pausetimer 0" manually if you choose.

Cvars are: cfg/sourcemod/warmup_pauser.cfg

Whether the plugin is enabled
Default: "1"
sm_warmup_pauser_enabled "1"

Num of players to end warmup
Default: "2"
sm_warmup_pauser_player_count_start "2"

Warmup time after players have connected
Default: "20"
sm_warmup_pauser_time "20"

Whether the plugin should count bots in player count
Default: "0"
sm_warmup_pauser_count_bots "0"

11/30:
Added sm_warmup_pauser_time
Bug fix


Download
Source