This commit is contained in:
aviate
2019-10-18 23:44:12 +02:00
parent e8b1c99399
commit d9a6ca6f0c

View File

@@ -45,6 +45,7 @@ namespace ReallifeGamemode.Server.DrivingSchool
_colShape1 = NAPI.ColShape.CreateSphereColShape(new Vector3(-1083.96, -2476.96, 14.07), 3f); _colShape1 = NAPI.ColShape.CreateSphereColShape(new Vector3(-1083.96, -2476.96, 14.07), 3f);
_colShape1.OnEntityEnterColShape += EntityEnterBusinessColShape; _colShape1.OnEntityEnterColShape += EntityEnterBusinessColShape;
_colShape1.OnEntityExitColShape += EntityExitBusinessColShape; _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) private static void EntityEnterBusinessColShape(ColShape colShape, Client client)
{ {