A sleek and performant waypoint indicator system that shows a dynamic 3D marker pointing to your destination.
- Real-time 3D position tracking 🎮
- Dynamic distance indicator 📏
- Automatic waypoint detection 🗺️
- Custom destination support via exports 🔧
- Toggle command for player preference ⚡
- Configurable blip styles and colors 🎨
- Performance optimized 🚀
- No external dependencies required 📦
- Download the resource
- Place it in your resources folder
- Add
ensure bln_3d_waypoint
to yourcfg
file
- Open your map
- Set a waypoint anywhere
- The 3D indicator will automatically appear and guide you!
/togglewaypoint
- Enable/disable the waypoint indicator
-- Set custom destination with custom blip and color
exports['bln_3d_waypoint']:SetCustomDestination({
x = 123.4,
y = 567.8,
z = 90.0 -- optional
}, "blip_name", {255, 0, 0})
-- Remove custom destination
exports['bln_3d_waypoint']:RemoveCustomDestination()
-- or using events
TriggerEvent('waypointIndicator:setDestination', coords, blipName, blipColor)
TriggerEvent('waypointIndicator:removeDestination')
- Optimized native draws
- Ground Z coordinate caching
- Smart update cycles
- Minimal resource usage
- Smooth real-time tracking
Need help? Join our Discord server: Join Discord
Created by BLN Studio
Feel free to contribute to this project! ⭐