Creating Blips
Last updated
Last updated
Blip ID (Unique): string
Blip Options: table
label?: string
The name of the blip displayed in the map (default: Blip)
coords: vector3[]
Coords of the blip
display?: number
Settings for blip visibility (default: 2)
0 = Not Displays
2 = Map&Minimap (Selectable on Map)
3 = Only Map
5 = Only Minimap
8 = Map&Minimap (Not selectable on Map)
sprite?: number
icon of the blip, for codes see
color?: number
color of the blip, for codes see
alpha?: number
Transparency of the blip (0 = transparent, 255 = opaque).
scale?: number
Scale (size) of the blip on the map (e.g. 0.8 = slightly smaller).