From 097fa5f031dda484401e88820e7c540095f67487 Mon Sep 17 00:00:00 2001 From: aviate Date: Fri, 18 Oct 2019 23:01:35 +0200 Subject: [PATCH] changes2 --- ReallifeGamemode.Client/util/checkpoint.ts | 2 +- ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Client/util/checkpoint.ts b/ReallifeGamemode.Client/util/checkpoint.ts index e67b409f..f7903d47 100644 --- a/ReallifeGamemode.Client/util/checkpoint.ts +++ b/ReallifeGamemode.Client/util/checkpoint.ts @@ -23,7 +23,7 @@ export default function checkpointHandle(globalData: GlobalData) { delayCounter = 0; checkPointsDone = checkPointID; event = nEvent; - activeCheckpoint = mp.markers.new(markerID, posCp, 3.0, { + activeCheckpoint = mp.markers.new(markerID, posCp, 10.0, { color: [255, 0, 0, 150], visible: true, dimension: 0 diff --git a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs index 39bb711c..94822fae 100644 --- a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs +++ b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs @@ -89,7 +89,7 @@ namespace ReallifeGamemode.Server.DrivingSchool public void planeSchoolEvent(Client user, int checkpoint) { ChatService.Broadcast("CP " + checkpoint); - float width = 50f; + float width = 22f; } } }