DXS Blips
Overview
- DXS_Blips is a lightweight, standalone RedM resource that renders named map blips using native functions. Define blips in blips.lua with name, sprite, coordinates, and a color from Config.colors . Blips are created on resource start and safely removed on stop. Includes an optional server-side version checker.
Features
- Configurable blips: name, sprite hash, x/y/z , color.
- Color modifiers via Config.colors ( BLIP_MODIFIER_MP_COLOR_* ).
- Safe cleanup on resource stop to prevent orphaned blips.
- Data-driven setup with blips.lua and config.lua .
- Standalone; no framework dependency.