mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-19 16:14:44 +00:00
Added Info
This commit is contained in:
parent
fcb82c62d7
commit
9a73229703
|
|
@ -98,7 +98,7 @@ $Host::holoName3 = "Starwolf";
|
|||
$Host::holoName4 = "DSword";
|
||||
$Host::holoName5 = "BloodEagle";
|
||||
$Host::holoName6 = "Harbinger";
|
||||
$Host::Info = " ";
|
||||
$Host::Info = "This is a Tribes 2 Classic server. More information in Discord. <a:playt2.com/discord>playt2.com/discord</a>";
|
||||
$Host::ItemRespawnTime = 30;
|
||||
$Host::KickBanTime = 600;
|
||||
$Host::KickObserverTimeout = 1200;
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ $dtLoadingScreen::ShowImages = 0;
|
|||
if( $Host::LoadScreenColor1 $= " " ) $Host::LoadScreenColor1 = "05edad";
|
||||
if( $Host::LoadScreenColor2 $= " " ) $Host::LoadScreenColor2 = "29DEE7";
|
||||
if( $Host::LoadScreenColor3 $= " " ) $Host::LoadScreenColor3 = "33CCCC";
|
||||
if( $Host::Info !$= " " ) $Host::Info = " ";
|
||||
|
||||
// So ServerDefaults wont replace a "" value when meant to be blank
|
||||
for(%x = 1; %x <= 4; %x++)
|
||||
|
|
@ -458,8 +457,8 @@ function NORMALsendModInfoToClient(%client)
|
|||
messageClient(%client, 'MsgLoadObjectiveLine', "", %SpecialTextLine[%line], !%singlePlayer);
|
||||
|
||||
// Send server info:
|
||||
if(!%singlePlayer)
|
||||
messageClient(%client, 'MsgLoadRulesLine', "", "<color:29DEE7>" @ $Host::Info, false);
|
||||
//if(!%singlePlayer)
|
||||
// messageClient(%client, 'MsgLoadRulesLine', "", "<color:29DEE7>" @ $Host::Info, false);
|
||||
|
||||
for(%line = 0; %line < %ServerCnt; %line++)
|
||||
if (%ServerTextLine[%line] !$= "")
|
||||
|
|
|
|||
Loading…
Reference in a new issue