-
Notifications
You must be signed in to change notification settings - Fork 16
EchoNextmap
Mr. Silence edited this page Jan 5, 2019
·
2 revisions
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.
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"