Add LiveTeamRanking
This commit is contained in:
parent
da04fba158
commit
75d7325a1a
@ -3,7 +3,16 @@
|
|||||||
* This mode is used to debug your modes during development.
|
* This mode is used to debug your modes during development.
|
||||||
* To use it, you just have to change the line below to put the path of your mode:
|
* To use it, you just have to change the line below to put the path of your mode:
|
||||||
*/
|
*/
|
||||||
#Extends "Modes/TrackMania/TM_Rounds_Online.Script.txt"
|
//#Extends "Modes/Debug.Script.txt"
|
||||||
|
//#Extends "Modes/TM2020-Beacon/TM_BeaconDuoLeague.Script.txt"
|
||||||
|
//#Extends "Modes/TM2020-Gamemodes/TM_ReverseCup.Script.txt"
|
||||||
|
//#Extends "Modes/TM_TimeAttack.Script.txt"
|
||||||
|
//#Extends "Modes/TM2020-ProximityVoiceChat/TM_ProximityVoiceChat.Script.txt"
|
||||||
|
//#Extends "Modes/Events/TM_FakeAscension.Script.txt"
|
||||||
|
#Extends "Modes/Events/Wingo/TM_RpgTeamPlayViewers.Script.txt"
|
||||||
|
//#Extends "Modes/TrackMania/Legacy/TM_CupClassic_Online.Script.txt"
|
||||||
|
//#Extends "Modes/TrackMania/TM_TMWC2023_Online.Script.txt"
|
||||||
|
//#Extends "Modes/TM2020-Gamemodes/TM_MultiLivesKnockout.Script.txt"
|
||||||
|
|
||||||
// #RequireContext CSmMode
|
// #RequireContext CSmMode
|
||||||
#Include "TimeLib" as DebugMode_TiL // @mslint-disable-line include-use-common-namespace
|
#Include "TimeLib" as DebugMode_TiL // @mslint-disable-line include-use-common-namespace
|
||||||
|
@ -467,14 +467,10 @@ foreach (Event in RacePendingEvents) {
|
|||||||
Scores::UpdatePlayerBestLapIfBetter(Event.Player);
|
Scores::UpdatePlayerBestLapIfBetter(Event.Player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
UIModules_KnockoutInfo::UpdateLiveRanking();
|
} else if (Event.Type == Events::C_Type_GiveUp) {
|
||||||
}
|
|
||||||
// GiveUp
|
|
||||||
if (Event.Type == Events::C_Type_GiveUp) {
|
|
||||||
if (Event.Player != Null && Event.Player.Score != Null) {
|
if (Event.Player != Null && Event.Player.Score != Null) {
|
||||||
TagDNF(Event.Player.Score, True);
|
TagDNF(Event.Player.Score, True);
|
||||||
}
|
}
|
||||||
UIModules_KnockoutInfo::UpdateLiveRanking();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user