Compatibilité
- Frameworks
- standalone
- Version
- 1.0
- Mode de jeu
- 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)
Free downloads are supported by a brief ad page (Linkvertise) to keep this service running.
Written by the VertexMods editorial team based on the current CitizenFX artifact and the target framework — not copy-pasted from the upstream post.
resources/[standalone]/bfx-waypoints-3d-waypoint-beams-via-dui on your server. Keep the resource folder name as-is — most manifests reference it verbatim.ensure bfx-waypoints-3d-waypoint-beams-via-dui to your server.cfg.ensure bfx-waypoints-3d-waypoint-beams-via-dui in the live console to confirm it loads without red errors. If you hit a dependency error, the mod probably needs ox_lib or ox_inventory — install those first, then retry.Tirez le meilleur des mods gratuits
Créez un compte gratuit pour les notifications de mises à jour, votre collection de mods et les téléchargements sans publicité.
Premium Alternative
Get premium scripts with dedicated support, lifetime updates, and one-click installation.
D'autres mods gratuits populaires qui pourraient ĂŞtre utiles pour votre serveur.
Réponses rapides basées sur les informations publiées pour bfx-waypoints — 3D Waypoint Beams via DUI.
Vous avez une autre question ? Consultez la description du mod ci-dessus pour plus de détails.
Découvrez plus de ressources pour votre serveur FiveM ou GTA 5.
Free mods are a good starting point. When your server needs stronger support, cleaner installs, and premium systems, move into the commercial hubs below.
Premium catalog
See paid scripts, framework labels, bundles, and install-ready products once the free version no longer covers your server needs.
Open premium shopMoney page
Add police, mechanic, gang, and economy systems around this mod with stronger commercial scripts.
See job scriptsLaunch faster
Bundles shorten setup time by grouping the highest-leverage systems into one commercial starting point.
View bundles