Skip to Content

Checkpoints

Checkpoints are 3D visual markers used for races, missions, and navigation. They are larger and more visible than standard markers. Use CreateCheckpoint to place them.

Quick Usage

-- Create a checkpoint local checkpoint = CreateCheckpoint( 2, -- Type (thick chevron up) x1, y1, z1, -- Position x2, y2, z2, -- Point towards (next checkpoint) 5.0, -- Radius 255, 255, 0, 100, -- RGBA colour 0 -- Reserved ) -- Delete when done DeleteCheckpoint(checkpoint)
// JavaScript equivalent const checkpoint = CreateCheckpoint(2, x1, y1, z1, x2, y2, z2, 5.0, 255, 255, 0, 100, 0); DeleteCheckpoint(checkpoint);

All Checkpoint Types

48 entries
IDNameDescription
CylinderSingleArrowCylinder with single arrow
CylinderDoubleArrowCylinder with double arrow
CylinderTripleArrowCylinder with triple arrow
CylinderCycleArrowCylinder with cycling arrow
CylinderCheckerboardCylinder with checkerboard
CylinderWrenchCylinder with wrench icon
CylinderSingleArrow2Cylinder with single arrow variant 2
CylinderDoubleArrow2Cylinder with double arrow variant 2
CylinderTripleArrow2Cylinder with triple arrow variant 2
CylinderCycleArrow2Cylinder with cycling arrow variant 2
CylinderCheckerboard2Cylinder with checkerboard variant 2
CylinderWrench2Cylinder with wrench icon variant 2
RingSingleArrowRing with single arrow
RingDoubleArrowRing with double arrow
RingTripleArrowRing with triple arrow
RingCycleArrowRing with cycling arrow
RingCheckerboardRing with checkerboard
SingleArrowSingle arrow (no cylinder)
DoubleArrowDouble arrow (no cylinder)
TripleArrowTriple arrow (no cylinder)
CycleArrowCycling arrow (no cylinder)
CheckerboardCheckerboard (no cylinder)
CylinderSingleArrow3Cylinder single arrow variant 3
CylinderDoubleArrow3Cylinder double arrow variant 3
CylinderTripleArrow3Cylinder triple arrow variant 3
CylinderCycleArrow3Cylinder cycling arrow variant 3
CylinderCheckerboard3Cylinder checkerboard variant 3
CylinderSingleArrow4Small cylinder single arrow
CylinderDoubleArrow4Small cylinder double arrow
CylinderTripleArrow4Small cylinder triple arrow
CylinderCycleArrow4Small cylinder cycling arrow
CylinderCheckerboard4Small cylinder checkerboard
CylinderSingleArrow5Cylinder with single arrow variant 5
CylinderDoubleArrow5Cylinder with double arrow variant 5
CylinderTripleArrow5Cylinder with triple arrow variant 5
CylinderCycleArrow5Cylinder with cycling arrow variant 5
CylinderCheckerboard5Cylinder with checkerboard variant 5
RingSingleArrow3Ring with single arrow variant 3
RingDoubleArrow3Ring with double arrow variant 3
RingTripleArrow3Ring with triple arrow variant 3
RingCycleArrow3Ring with cycling arrow variant 3
RingCheckerboard3Ring with checkerboard variant 3
CylinderPlain cylinder
Cylinder1Plain cylinder variant
Cylinder2Plain cylinder variant 2
RingSingleArrow2Ring with arrow
RingPlaneRing for plane checkpoint
RingChopperRing for helicopter checkpoint