[CS:GO] Warmup Pauser

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CS:GO] Warmup Pauser

Post 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
Post Reply

Return to “Server Management”