changes2
This commit is contained in:
@@ -23,7 +23,7 @@ export default function checkpointHandle(globalData: GlobalData) {
|
|||||||
delayCounter = 0;
|
delayCounter = 0;
|
||||||
checkPointsDone = checkPointID;
|
checkPointsDone = checkPointID;
|
||||||
event = nEvent;
|
event = nEvent;
|
||||||
activeCheckpoint = mp.markers.new(markerID, posCp, 3.0, {
|
activeCheckpoint = mp.markers.new(markerID, posCp, 10.0, {
|
||||||
color: [255, 0, 0, 150],
|
color: [255, 0, 0, 150],
|
||||||
visible: true,
|
visible: true,
|
||||||
dimension: 0
|
dimension: 0
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ namespace ReallifeGamemode.Server.DrivingSchool
|
|||||||
public void planeSchoolEvent(Client user, int checkpoint)
|
public void planeSchoolEvent(Client user, int checkpoint)
|
||||||
{
|
{
|
||||||
ChatService.Broadcast("CP " + checkpoint);
|
ChatService.Broadcast("CP " + checkpoint);
|
||||||
float width = 50f;
|
float width = 22f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user