Wizard Mileage version 1.2.0 released!

Configuration

Normal Blips

* name

This will set the blip name on the map

Config value
Information
name = 'Prison',

This will change the blip name to 'Prison' on the map


* coords

This will set the blip location on the map


* sprite

This will set the blip icon on the map

Config value
Information
Example
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

Config value
Information
Example
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

Config value
Information
Example
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

Config value
Information
Example
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

Config value
Information
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

Config value
Information
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

Config value
Information
shrink = true,

This will force the blip to shrink


route, routecolor

This option will make the blip as waypoint route forever with custom colors

The route colors are as same as blip colors! https://docs.fivem.net/docs/game-references/blips/#blip-colors

Config value
Information
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'

Config value
Information
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

Config value
Information
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!

Config value
Information
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!

Config value
Information
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

coords

This will set the radius location on the map


sprite

This will set the radius icon on the map

You can find the blip/radius icons on https://docs.fivem.net/docs/game-references/blips/


color

This will set the radius color on the map

Config value
Information
Example
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

Config value
Information
Example
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

Config value
Information
Example
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