Added ChatService.Error, removed ChatService.ErrorMsg, removed hardcoded tuning garages
This commit is contained in:
@@ -29,18 +29,12 @@ namespace ReallifeGamemode.Server
|
||||
NAPI.Server.SetAutoSpawnOnConnect(false);
|
||||
NAPI.Server.SetAutoRespawnAfterDeath(false);
|
||||
NAPI.Data.SetWorldData("playerCreatorDimension", 0);
|
||||
|
||||
|
||||
|
||||
InventoryManager.LoadItems();
|
||||
|
||||
TuningManager.LoadTuningGarages();
|
||||
//TuningManager.AddTuningGarage(new Vector3(-341, -134, 38.5)); // Downtown LS
|
||||
//TuningManager.AddTuningGarage(new Vector3(732, -1088, 21)); // LS Intersection
|
||||
//TuningManager.AddTuningGarage(new Vector3(-1155, -2006, 12)); // LS Airport
|
||||
//TuningManager.AddTuningGarage(new Vector3(110, 6628, 31)); // Paleto Bay
|
||||
//TuningManager.AddTuningGarage(new Vector3(1175, 2639, 37)); // Route 69
|
||||
|
||||
|
||||
|
||||
TimeManager.StartTimeManager();
|
||||
VehicleManager.StartTimer();
|
||||
|
||||
Reference in New Issue
Block a user