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; } } }