Kompatibilität
- Frameworks
- standalone
- Version
- Nicht angegeben
- Spielmodus
- FiveM

Standalone resource that renders 3D waypoint beams in world space using runtime DUI textures. Each waypoint shows a colored beam with live distance and a label. No framework dependencies.
This is NOT a plug-and-play waypoint system for players.
🔧 This resource is developer-focused, meaning you must add, update, and remove waypoints manually via exports from your own scripts.
There is no UI, no player commands, and no automatic GPS integration by default.
DrawMarker type 9) — depth-tested, clips behind buildingsbfx-waypoints into your resources folderensure bfx-waypoints to your server.cfg-- spawn a red waypoint
local id = exports['bfx-waypoints']:AddWaypoint(vector3(200.0, -800.0, 30.0), {
label = "DELIVERY",
color = "#E74C3C",
})
-- spawn with defaults (white, auto-removes at 5m)
local id = exports['bfx-waypoints']:AddWaypoint(vector3(200.0, -800.0, 30.0))
-- persistent waypoint (won't auto-remove)
local id = exports['bfx-waypoints']:AddWaypoint(pos, {
label = "HQ",
color = "#3498DB",
autoRemove = false,
})
-- remove it manually
exports['bfx-waypoints']:RemoveWaypoint(id)
-- update color/label/position on the fly
exports['bfx-waypoints']:UpdateWaypoint(id, { color = "#2ECC71", label = "DONE" })
-- find a waypoint near a coord
local id = exports['bfx-waypoints']:GetWaypointForCoord(vector3(200.0, -800.0, 30.0), 10.0)
-- nuke everything
exports['bfx-waypoints']:ClearWaypoints()
Contribute to iWanheda/bfx-waypoints development by creating an account on GitHub.
Free download (ad supported)
Schnelle Antworten basierend auf den veröffentlichten Informationen zu bfx-waypoints — 3D Waypoint Beams via DUI.
Noch eine Frage? Prüfe die Mod-Beschreibung oben für weitere Details.
Entdecke weitere Ressourcen für deinen FiveM oder GTA 5 Server.
Kostenlose Mods sind ein guter Start. Wenn dein Server mehr Support, sauberere Installation und staerkere Premium-Systeme braucht, wechsle in die Hubs unten.