onlineliste shows newbieStatus + newbiePlayedMinutesThreshold in GlobalHelper
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user