mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 08:34:43 +00:00
Header update
This commit is contained in:
parent
603e05a9e4
commit
6273662bfc
1 changed files with 12 additions and 8 deletions
|
|
@ -61,6 +61,9 @@ function DefaultGame::sendGameVoteMenu(%game, %client, %key)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Mission Info Header - Mission Name, Type, Caps to Win
|
||||||
|
if(%client.canVote)
|
||||||
|
{
|
||||||
if($CurrentMissionType $= "CTF" || $CurrentMissionType $= "SCtF")
|
if($CurrentMissionType $= "CTF" || $CurrentMissionType $= "SCtF")
|
||||||
messageClient(%client, 'MsgVoteItem', "", %key, '', $MissionDisplayName SPC "(" @ $MissionTypeDisplayName @ "):" SPC MissionGroup.CTF_scoreLimit SPC "Caps to Win",
|
messageClient(%client, 'MsgVoteItem', "", %key, '', $MissionDisplayName SPC "(" @ $MissionTypeDisplayName @ "):" SPC MissionGroup.CTF_scoreLimit SPC "Caps to Win",
|
||||||
$MissionDisplayName SPC "(" @ $MissionTypeDisplayName @ "):" SPC MissionGroup.CTF_scoreLimit SPC "Caps to Win");
|
$MissionDisplayName SPC "(" @ $MissionTypeDisplayName @ "):" SPC MissionGroup.CTF_scoreLimit SPC "Caps to Win");
|
||||||
|
|
@ -71,6 +74,7 @@ function DefaultGame::sendGameVoteMenu(%game, %client, %key)
|
||||||
messageClient(%client, 'MsgVoteItem', "", %key, '', $MissionDisplayName SPC "(" @ $MissionTypeDisplayName @ "):" SPC %cap,
|
messageClient(%client, 'MsgVoteItem', "", %key, '', $MissionDisplayName SPC "(" @ $MissionTypeDisplayName @ "):" SPC %cap,
|
||||||
$MissionDisplayName SPC "(" @ $MissionTypeDisplayName @ "):" SPC %cap);
|
$MissionDisplayName SPC "(" @ $MissionTypeDisplayName @ "):" SPC %cap);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// TEAM OPTIONS
|
// TEAM OPTIONS
|
||||||
if(!$Host::TournamentMode)
|
if(!$Host::TournamentMode)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue