EchoNextmap - Silenci0/UMC GitHub Wiki

Purpose

Displays the name of the next map in either a Center Message or a Hint Message (or both) when Ultimate Mapchooser sets the next map.

List of CVars

The list of cvars for the Echo Nextmap module are located in cfg/sourcemod/umc-echonextmap.cfg.

// If enabled, a message will be displayed in the center of the screen when the next map is set.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_echonextmap_center "0"

// If enabled, a message will be displayed in the hint box when the next map is set.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_exchonextmap_hint "0"