This commit is contained in:
aviate
2019-10-18 23:01:35 +02:00
parent 23d41c8caa
commit 097fa5f031
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

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