From d9a6ca6f0c59074b64d6020e20964d9483a4a936 Mon Sep 17 00:00:00 2001 From: aviate Date: Fri, 18 Oct 2019 23:44:12 +0200 Subject: [PATCH] test --- ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs index c3b9c5b7..45318076 100644 --- a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs +++ b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs @@ -45,6 +45,7 @@ namespace ReallifeGamemode.Server.DrivingSchool _colShape1 = NAPI.ColShape.CreateSphereColShape(new Vector3(-1083.96, -2476.96, 14.07), 3f); _colShape1.OnEntityEnterColShape += EntityEnterBusinessColShape; _colShape1.OnEntityExitColShape += EntityExitBusinessColShape; + NAPI.Blip.CreateBlip(90, new Vector3(-1083.96, -2476.96, 14.07), 0.7f, 85, "Flugschule", shortRange: true); } private static void EntityEnterBusinessColShape(ColShape colShape, Client client) {