Developed by IF Studios
Created by Arthur Fonseca
DevMarker is a free FiveM development utility for creating and previewing DrawMarker(...) calls directly in-game.
Instead of manually editing coordinates and marker settings in code, you can place a marker position, open a compact editor, preview changes live, and copy the generated Lua snippet instantly.
MIT
- Place a marker position in-game with
/marker p - Open the editor with
/marker - Live
DrawMarker(...)preview while editing - Marker type picker with GTA marker thumbnails
- Editable coordinates
- Editable hex color
- Editable alpha
- Editable size X / Y / Z
- Toggle support for
bobUpAndDown - Toggle support for
faceCamera - Toggle support for
rotate - Ready-to-copy
DrawMarker(...)output - No external dependencies required
-
/marker pSaves the current player position as the marker origin. -
/markerOpens or closes the marker editor.
- Place the
if_creatormarkerfolder inside your serverresourcesfolder. - Add this line to your
server.cfg:
ensure if_creatormarker