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 System.Text;
using GTANetworkAPI;
@@ -16,7 +16,7 @@ namespace ReallifeGamemode.Server.Util
public static int PAY_TIMER = 180;
//In Stunden
private static int PAYTIME_FREE = 30;
private static int PAYTIME_FREE = GlobalHelper.newbiePlayedMinutesThreshold / 60;
public static List<RentcarProperty> noobspawnVehicleProperties = new List<RentcarProperty>();
private static Vector3 noobspawnVehicleSpawnPosition = new Vector3(-1020.18695, -2695.2253, 13.988778);