Wanted Escape Timer Start

This commit is contained in:
Lukas Moungos
2019-07-08 22:25:31 +02:00
parent bada2fd3db
commit fcf810b567
4 changed files with 88 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ using GTANetworkAPI;
using ReallifeGamemode.Server.Classes;
using ReallifeGamemode.Server.Managers;
using ReallifeGamemode.Server.Util;
using ReallifeGamemode.Server.Wanted;
/**
* @overview Life of German Reallife - Main Class (Main.cs)
@@ -62,6 +63,10 @@ namespace ReallifeGamemode.Server
};
NAPI.Data.SetWorldData("blipTemplate", tempBlip);
WantedEscapeTimer.WantedTimer();
}
}
}