Page cover image

👁️Blips

  • Adding more blips to the resource is very simple via the config.lua file

  • To add another blip simply copy an entry into Config.Blips

  • You will then edit the coords, blip id, blip colour, blip scale and title to suit your needs

  • A list of blips and the available colours can be found here

Config.Blips = {
    {
        useblip = true, -- enabled blip for this bar
        coords = vector3(-1390.46, -585.09, 30.23), -- coords of blip
        id = 121, -- id of blip
        colour = 27, -- colour of blip
        scale = 0.8, -- scale of blip
        title = 'Example Shop', -- name of blip
    },
}

Last updated