reeeeeeeeeeeeeeee

This commit is contained in:
hydrant
2020-05-03 16:24:18 +02:00
parent 4dd9afd355
commit 145fb713a1

View File

@@ -27,6 +27,8 @@ namespace ReallifeGamemode.Server.Managers
/// <param name="pos">Die Position der Garage</param> /// <param name="pos">Die Position der Garage</param>
public static void AddTuningGarage(Vector3 pos) 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 colShape = NAPI.ColShape.CreateSphereColShape(pos, 5, 0);
colShape.OnEntityEnterColShape += (cs, c) => colShape.OnEntityEnterColShape += (cs, c) =>