mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-12 14:44:34 +00:00
MapChange Centerprint Message
Centerprint between mapchanges
This commit is contained in:
parent
905cf7ae44
commit
2e4b832642
3 changed files with 15 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ $Host::AllowPlayerVoteSkipMission = 1;
|
|||
$Host::AllowPlayerVoteTeamDamage = 0;
|
||||
$Host::AllowPlayerVoteTimeLimit = 1;
|
||||
$Host::AllowPlayerVoteTournamentMode = 0;
|
||||
$Host::AllowPlayerTournamentModeVotekick = 0;
|
||||
$Host::AnimateWithTransitions = 1;
|
||||
$Host::AntiPackEnable = 1;
|
||||
$Host::AntiPackPlayerCount = 6;
|
||||
|
|
@ -139,6 +140,8 @@ $Host::LoadScreenShowLogo = 0;
|
|||
$Host::LoadScreenShowLogoName = "dpub/DPUB_logo";
|
||||
$Host::LogIntentionalQuit = 1;
|
||||
$Host::Map = "VaubanLak";
|
||||
$Host::MapChangeMSG = 0;
|
||||
$Host::MapChangeMSGContent = "<color:3cb4b4><font:Sui Generis:22>Pickup Night\n<color:3cb4b4><font:Univers:18>Saturday, March 5th\n<color:3cb4b4><font:Univers:16>Join discord for details";
|
||||
$Host::MarkDnDObjectives = 1;
|
||||
$Host::MaxBotDifficulty = 0;
|
||||
$Host::MaxMessageLen = 140;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue