Hide blip on minimap / map

If you do not wish to display a blip on minimap / map just change value for "sprite" to -1 which will remove the blip from the mentioned map.

blip = {
    pos = vector3(25.879409790039, -1352.1334228516, 29.334775924683),
    label = 'Dealer test',
    sprite = -1,
    color = 1,
},

Last updated