How To Use
Discoverable Blips
DiscoveryBlips = {
enable = true, -- Set to false to disable the onDutyBlip system
displayTime = 6000, -- time in ms to display the notification
fadeInSpeed = 15, -- speed of fade in
fadeOutSpeed = 2, -- speed of fade out
showPopupBackground = true, -- Adds the black background to the popup
-- Could possibly be seen as "too much" so made it optional
alwaysShowLocationName = true, -- if enabled, will always show the location name on entering the area
},Example of a FiveM Discoverable Location:
["example_fivem1"] = { -- Name needs to be unique
coords = vec3(-206.07, -1321.77, 30.89), -- The center coords of the zone that is discoverable
name = "Benny's Original Motor Works", -- Name of the location (and the blip's name)
description = "Fix and upgrade your vehicle here.", -- This is optional, adds a bit of flare to the popup
sprite = 72, -- The blip sprite ID
color = 47, -- The blip colour ID
discoverRadius = 30.0 -- The max distance of the created zone
},Example of a RedM Discoverable Location:
onDutyBlips
Example
Player Blips
Example
Last updated