This commit is contained in:
ChocoTaco1 2020-07-12 14:23:19 -04:00
parent 6830d80f77
commit 7d6e173e5d

View file

@ -97,6 +97,11 @@ function ClassicChatLog(%client, %id, %team, %msg)
if(strstr(%msg, "~w") != -1 || strstr(%msg, "flag") != -1) if(strstr(%msg, "~w") != -1 || strstr(%msg, "flag") != -1)
return; return;
switch$(%id)
{
case 0:
%team = "[Global]";
case 1:
if($countdownStarted) if($countdownStarted)
%team = getTaggedString(Game.getTeamName(%team)); %team = getTaggedString(Game.getTeamName(%team));
else else
@ -107,11 +112,6 @@ function ClassicChatLog(%client, %id, %team, %msg)
else if($CurrentMissionType $= "LakRabbit" || $CurrentMissionType $= "DM") else if($CurrentMissionType $= "LakRabbit" || $CurrentMissionType $= "DM")
%team = $dtStats::gtNameLong[%client.lgame]; //from zDarktigerStats.cs %team = $dtStats::gtNameLong[%client.lgame]; //from zDarktigerStats.cs
switch$(%id)
{
case 0:
%team = "[Global]";
case 1:
%team = "[" @ %team @ "]"; %team = "[" @ %team @ "]";
case 2: case 2:
%team = "[Admin]"; %team = "[Admin]";