Skip to content

A sleek and performant waypoint indicator system that shows a dynamic 3D marker pointing to your destination.

License

Notifications You must be signed in to change notification settings

blnStudio/bln_3d_waypoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Waypoint Indicator for RedM 🎯

bln 3d waypoint script - redm

Image 1

A sleek and performant waypoint indicator system that shows a dynamic 3D marker pointing to your destination.

Features ⭐

  • 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 📦

Preview

Video Preview

Installation 🛠️

  1. Download the resource
  2. Place it in your resources folder
  3. Add ensure bln_3d_waypoint to your cfg file

Usage 🎯

Basic Usage

  1. Open your map
  2. Set a waypoint anywhere
  3. The 3D indicator will automatically appear and guide you!

Commands

  • /togglewaypoint - Enable/disable the waypoint indicator

For Developers

-- 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')

Performance 📈

  • Optimized native draws
  • Ground Z coordinate caching
  • Smart update cycles
  • Minimal resource usage
  • Smooth real-time tracking

Support 💬

Need help? Join our Discord server: Join Discord

Credits 🙏

Created by BLN Studio

Feel free to contribute to this project! ⭐

About

A sleek and performant waypoint indicator system that shows a dynamic 3D marker pointing to your destination.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages