tuning blip kleiner

This commit is contained in:
hydrant
2020-05-04 17:00:37 +02:00
parent 6a27b6660a
commit 3f6935f383

View File

@@ -27,7 +27,7 @@ namespace ReallifeGamemode.Server.Managers
/// <param name="pos">Die Position der Garage</param>
public static void AddTuningGarage(Vector3 pos)
{
NAPI.Blip.CreateBlip(446, pos, 1f, 4, "Los Santos Customs", shortRange: true);
NAPI.Blip.CreateBlip(446, pos, 0.7f, 4, "Los Santos Customs", shortRange: true);
ColShape colShape = NAPI.ColShape.CreateSphereColShape(pos, 5, 0);