From 145fb713a118f9c1d3299c619af446e2a010c707 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 3 May 2020 16:24:18 +0200 Subject: [PATCH] reeeeeeeeeeeeeeee --- ReallifeGamemode.Server/Managers/TuningManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReallifeGamemode.Server/Managers/TuningManager.cs b/ReallifeGamemode.Server/Managers/TuningManager.cs index 4430f782..94b64cf0 100644 --- a/ReallifeGamemode.Server/Managers/TuningManager.cs +++ b/ReallifeGamemode.Server/Managers/TuningManager.cs @@ -27,6 +27,8 @@ namespace ReallifeGamemode.Server.Managers /// Die Position der Garage public static void AddTuningGarage(Vector3 pos) { + NAPI.Blip.CreateBlip(446, pos, 1f, 4, "Los Santos Customs", shortRange: true); + ColShape colShape = NAPI.ColShape.CreateSphereColShape(pos, 5, 0); colShape.OnEntityEnterColShape += (cs, c) =>