onlineliste shows newbieStatus + newbiePlayedMinutesThreshold in GlobalHelper

This commit is contained in:
Luke
2021-05-08 00:09:02 +02:00
parent 6e21e3c5d2
commit 31a777585b
11 changed files with 55 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using GTANetworkAPI;
@@ -20,6 +20,8 @@ namespace ReallifeGamemode.Server.Util
{ "Roachkook", "2head Entwickler ist wieder online (kookroach)" }
};
public static int newbiePlayedMinutesThreshold = 30 * 60;
public static DateTime CountdownUntil { get; internal set; }
public static string CountdownText { get; internal set; }
}