Configuration
Normal Blips
You can add/remove any of these options from each blip!
There is no need for all of them to be in every blips as well
Options with * are required!
* name
This will set the blip name on the map
name = 'Prison',
This will change the blip name to 'Prison' on the map
* coords
This will set the blip location on the map
The coords must be vector3
or vector4
in order to save the height too!
This option will prevent the blip waypoint teleportation bugs using /tpm
* sprite
This will set the blip icon on the map
sprite = 252,
This will set the blip icon to 'radar_playerstate_arrested'

sprite = 253,
This will set the blip icon to 'radar_playerstate_custody'

* color
This will set the blip color on the map
color = 47,
This will change the blip color to 'orange'

color = 1,
This will change the blip color to 'red'

* scale
This will set the blip scale on the map
lower than 0.5 will make the blip icon difficult to see
scale = 0.8,
This will change the blip scale to 0.8, acceptable scale

scale = 0.8,
This will change the blip scale to 0.5, smaller scale

opacity
This will set the blip opacity on the map
opacity = 100,
This will make the blip completely visible with full opacity

opacity = 5,
This will make the blip less visible and dimmer

shortrange
This will pin the blip on the minimap if set to false
shortrange = true,
This will not pin the blip on the minimap
shortrange = false,
This will pin the blip on the minimap for players (something like N
on the minimap)
flashing, flashinginv
This option will make the blip appear and disappear for players on the map
flashing = true,
flashinginv = 1,
This will make the blip to flash every 1 seconds
flashing = true,
flashinginv = 2,
This will make the blip to flash every 2 seconds
shrink
This option will make the blip shrink (change size slowly) for players on the map
shrink = true,
This will force the blip to shrink
route, routecolor
This option will make the blip as waypoint route forever with custom colors
route = true,
routecolor = 1,
This will make the blip as waypoint with 'red' route forever
display
This option will allow the blip to be visible only on minimap, map or both of them. Default value is 'all'
display = 'all',
This option will make the blip visible for both minimap and main map
display = 'main',
This option will only make the blip visible for main map and hide it from minimap
display = 'minimap',
This option will only make the blip visible for minimap and hide it from main map
display = 'none',
This option will completely hide the blip from both minimap and main map
selectable
This option will make the blip selectable or non-selectable for players on the map
selectable = true,
This will make the blips selectable and allow the players to find it in the blips list and mark it
selectable = false,
This will hide the blip from blip list and only makes it visible on the map, useful for designing the map...
gang, ganggrade
this option will make the blip only visible for specific gang members with minimum gang grades!
Currently, gang detection system only works for QB-Core
and QBox
gang = 'lostmc',
ganggrade = 1,
This will make the blip only visible for 'lostmc' gang members with 1 or higher grade!
gang = 'cartel',
ganggrade = 3,
This will make the blip only visible for 'cartel' gang members with 3 or higher grade!
job, jobgrade
this option will make the blip only visible for specific job members with minimum job grades!
Currently, job detection system only works for QB-Core
and QBox
and ESX
job = 'ambulance',
jobgrade = 1,
This will make the blip only visible for 'ambulance' job members with 1 or higher grade!
job = 'police',
jobgrade = 2,
This will make the blip only visible for 'police' job members with 2 or higher grade!
Radiuses
All the options are required for radiuses
coords
This will set the radius location on the map
The coords must be vector3
or vector4
sprite
This will set the radius icon on the map
Recommended sprite is 9
color
This will set the radius color on the map
color = 1,
This will change the radius color to 'red'

color = 47,
This will change the blip radius to 'orange'

radius
This will change the radius size on the map
radius = 100.0,
This will change the radius to 100, this is bigger

radius = 10.0,
This will change the radius to 10, this is smaller

opacity
This will set the radius opacity on the map
Recommended opacity is 3 - 15
opacity = 9,
This will make the radius more visible with full opacity

opacity = 3,
This will make the radius less visible and dimmer

Last updated