Skip to Content

Markers

Markers are 3D shapes rendered in the game world, commonly used for interaction points, waypoints, and zone indicators. Use these IDs with DrawMarker.

Quick Usage

-- Draw a marker every frame (in a tick loop) Citizen.CreateThread(function() while true do DrawMarker( 1, -- Type (cylinder) x, y, z, -- Position 0.0, 0.0, 0.0, -- Direction 0.0, 0.0, 0.0, -- Rotation 1.0, 1.0, 1.0, -- Scale 255, 0, 0, 100, -- RGBA colour false, false, 2, -- Options nil, nil, false -- Texture ) Wait(0) end end)

All Marker Types

44 entries
IDNameDescription
MarkerTypeUpsideDownConeStandard cone marker
MarkerTypeVerticalCylinderVertical cylinder
MarkerTypeThickChevronUpThick upward chevron
MarkerTypeThinChevronUpThin upward chevron
MarkerTypeCheckeredFlagRectCheckered flag rectangle
MarkerTypeCheckeredFlagCircleCheckered flag circle
MarkerTypeVerticleCircleVertical circle
MarkerTypePlaneModelSmall plane model
MarkerTypeLostMCDarkLost MC dark emblem
MarkerTypeLostMCLightLost MC light emblem
MarkerTypeNumber0Number 0
MarkerTypeNumber1Number 1
MarkerTypeNumber2Number 2
MarkerTypeNumber3Number 3
MarkerTypeNumber4Number 4
MarkerTypeNumber5Number 5
MarkerTypeNumber6Number 6
MarkerTypeNumber7Number 7
MarkerTypeNumber8Number 8
MarkerTypeNumber9Number 9
MarkerTypeChevronUpx1Single chevron up
MarkerTypeChevronUpx2Double chevron up
MarkerTypeChevronUpx3Triple chevron up
MarkerTypeHorizontalCircleFatThick horizontal circle
MarkerTypeReplayIconReplay icon
MarkerTypeHorizontalCircleSkinnyThin horizontal circle
MarkerTypeHorizontalCircleSkinny_ArrowThin circle with arrow
MarkerTypeHorizontalSplitArrowCircleSplit arrow circle
MarkerTypeDebugSphereDebug sphere (wireframe)
MarkerTypeDallorSignDollar sign
MarkerTypeHorizontalBarsHorizontal bars
MarkerTypeWolfHeadWolf head
MarkerTypeQuestionMarkQuestion mark
MarkerTypePlaneSymbolPlane symbol
MarkerTypeHelicopterSymbolHelicopter symbol
MarkerTypeBoatSymbolBoat symbol
MarkerTypeCarSymbolCar symbol
MarkerTypeMotorcycleSymbolMotorcycle symbol
MarkerTypeBikeSymbolBicycle symbol
MarkerTypeTruckSymbolTruck symbol
MarkerTypeParachuteSymbolParachute symbol
MarkerTypeSawbladeSymbolSawblade
MarkerTypeRingFlatFlat ring
MarkerTypeRingStandingStanding ring (vertical)