diff --git a/LastManStanding.Script.txt b/LastManStanding.Script.txt index 173b5d6..7c6aa45 100644 --- a/LastManStanding.Script.txt +++ b/LastManStanding.Script.txt @@ -28,7 +28,7 @@ #Setting S_RoundsPerMap 1 as _("Number of rounds per map") ///< Number of round to play on one map before going to the next one -#Setting S_AFKIdleTime 10000 as "Time before being an AFK player will be kicked" +#Setting S_AFKIdleTime 120000 as "Time before being an AFK player will be kicked" #Setting S_IntroTime 5 as "Time of the map intro" #Setting S_TimeBeforeMalus 10 as "Time Before Malus" @@ -243,6 +243,9 @@ CarRank::Reset(); *** Scores::Clear(); +declare netwrite Integer Net_LMS_AFKIdleTime for Teams[0] = 120000; +Net_LMS_AFKIdleTime = S_AFKIdleTime; + // WorkAround for longloading declare StartMapTime = Now; while (Players.count < 2 && Now < (StartMapTime + 3000)) { @@ -929,6 +932,62 @@ Void SetML() { Layers::Create("LMS_MapInfo", MLText); Layers::SetType("LMS_MapInfo", CUILayer::EUILayerType::Normal); Layers::Attach("LMS_MapInfo"); + + MLText = """ + + + +