# Marker Builder

Build a marker config and the client loop that draws it, picking each type from the marker list instead of guessing an id. The loop sleeps when nothing is in range.

- Platform: FiveM
- Canonical page: https://devtoolsgg.com/fivem/marker
- Writes to: config.lua and client.lua inside your resource, both listed in fxmanifest.lua.

## Options

### Markers

- `markers` Markers. Add as many as you need. They all come out in one config table.

### Behaviour

- `distance` Draw distance. Metres. Beyond this the loop sleeps and draws nothing.
- `interact` Add an interaction. Fires a marker:interact event when the player presses E inside a marker.

## How to cite

Marker Builder, devtoolsgg.com. https://devtoolsgg.com/fivem/marker
