Login messages

This commit is contained in:
Siga
2021-05-02 02:01:50 +00:00
parent f932e5fe2e
commit 7ccb580949

View File

@@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using GTANetworkAPI; using GTANetworkAPI;
@@ -16,7 +16,8 @@ namespace ReallifeGamemode.Server.Util
{ "balboistderbeste", "Hurra! Hurra! Der Balbo ist jetzt da! (balbo)" }, { "balboistderbeste", "Hurra! Hurra! Der Balbo ist jetzt da! (balbo)" },
{ "AirMake", "The fresh breeze of the stone ist back. (AirMake)" }, { "AirMake", "The fresh breeze of the stone ist back. (AirMake)" },
{ "raviatex", "I'll remember you all in therapy. (aviate)" }, { "raviatex", "I'll remember you all in therapy. (aviate)" },
{ "datgame__", "KOPF ENTWICKLUNG!! (hydrant)" } { "datgame__", "KOPF ENTWICKLUNG!! (hydrant)" },
{ "Roachkook", "2head Entwickler ist wieder online (kookroach)" }
}; };
public static DateTime CountdownUntil { get; internal set; } public static DateTime CountdownUntil { get; internal set; }