
👁️Blips
Adding More BLIPS
Adding more blips to the resource is very simple via the
config.luafileTo add another blip simply copy an entry into
Config.BlipsYou 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