Do i do something wrong, did i forget about a setting, or is it just not working (yet)?
Please help me

Moderator: English Moderator
And that is:Doc wrote:Intro : CUIConfig
Edit2:Doc wrote:enum CUIConfig::EUISequence
Enumerator: None
Playing
Intro
Outro
Podium
CustomMTClip
EndRound
PlayersPresentation
Code: Select all
/* -------------------------------------- */
// Match/Map begin
/* -------------------------------------- */
Mode::LoadMap();
Top::MatchBegin();
Score::MatchBegin(False);
Airshot::MatchBegin();
BalancedWeapons::MatchBegin();
Victory::MatchBegin();
if (S_AutoBalance) AutoTeamBalance();
Mode::Ladder_OpenMatch_All();
+++MatchBegin+++
declare Round = 0;
UIManager.ResetAll();
UIManager.UIAll.UISequence = CUIConfig::EUISequence::Intro;
UIManager.UIAll.SendNotice(
_("New match"), CUIConfig::ENoticeLevel::MatchInfo,
Null, CUIConfig::EAvatarVariant::Default,
CUIConfig::EUISound::StartRound, 0
);
ClanScores[1] = 0;
ClanScores[2] = 0;
while (Victory::NoMatchWinner() && !MatchEndRequested)
Users browsing this forum: No registered users and 1 guest