mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-27 09:53:35 +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
|
|
@ -11,6 +11,10 @@
|
|||
// $Host::PUGPassword = "pickup";
|
||||
// PUG Password is always on no matter what
|
||||
// $Host::$PUGpasswordAlwaysOn = 1;
|
||||
// Enable a center print between map changes
|
||||
// $Host::MapChangeMSG = 0;
|
||||
// Message Content
|
||||
// $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";
|
||||
|
||||
package MissionTypeOptions
|
||||
{
|
||||
|
|
@ -62,6 +66,9 @@ function loadMissionStage2()
|
|||
deactivatePackage(LockedTeams);
|
||||
|
||||
parent::loadMissionStage2();
|
||||
|
||||
if($Host::MapChangeMSG)
|
||||
centerPrintAll($Host::MapChangeMSGContent, 12, 3);
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue