mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-24 08:23:34 +00:00
Moved
This commit is contained in:
parent
6830d80f77
commit
7d6e173e5d
1 changed files with 11 additions and 11 deletions
|
|
@ -96,23 +96,23 @@ function ClassicChatLog(%client, %id, %team, %msg)
|
|||
// Don't log voicepack stuff.
|
||||
if(strstr(%msg, "~w") != -1 || strstr(%msg, "flag") != -1)
|
||||
return;
|
||||
|
||||
if($countdownStarted)
|
||||
%team = getTaggedString(Game.getTeamName(%team));
|
||||
else
|
||||
%team = "Debrief";
|
||||
|
||||
if(%team $= "Unassigned")
|
||||
%team = "Observer";
|
||||
else if($CurrentMissionType $= "LakRabbit" || $CurrentMissionType $= "DM")
|
||||
%team = $dtStats::gtNameLong[%client.lgame]; //from zDarktigerStats.cs
|
||||
|
||||
switch$(%id)
|
||||
{
|
||||
case 0:
|
||||
%team = "[Global]";
|
||||
case 1:
|
||||
%team = "[" @ %team @ "]";
|
||||
if($countdownStarted)
|
||||
%team = getTaggedString(Game.getTeamName(%team));
|
||||
else
|
||||
%team = "Debrief";
|
||||
|
||||
if(%team $= "Unassigned")
|
||||
%team = "Observer";
|
||||
else if($CurrentMissionType $= "LakRabbit" || $CurrentMissionType $= "DM")
|
||||
%team = $dtStats::gtNameLong[%client.lgame]; //from zDarktigerStats.cs
|
||||
|
||||
%team = "[" @ %team @ "]";
|
||||
case 2:
|
||||
%team = "[Admin]";
|
||||
case 3:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue