added drivingschool point + checkpoints for route

This commit is contained in:
2019-09-17 21:41:06 +02:00
parent 331141d6bb
commit e62ca95f4d
5 changed files with 190 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ using ReallifeGamemode.Server.Finance;
using ReallifeGamemode.Server.Managers;
using ReallifeGamemode.Server.Util;
using ReallifeGamemode.Server.Wanted;
using ReallifeGamemode.Server.DrivingSchool;
/**
* @overview Life of German Reallife - Main Class (Main.cs)
@@ -58,6 +59,7 @@ namespace ReallifeGamemode.Server
CityHallManager.LoadCityHall();
JobManager.LoadJobs();
HouseManager.LoadHouses();
DrivingSchool.DrivingSchool.Setup();
TempBlip tempBlip = new TempBlip()