
ποΈBlips
Adding More BLIPS
Adding more blips to the resource is very simple via the
config.lua
fileTo 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 Restaurant', -- name of blip
},
}
Blips Do NOT
Need The RestaurantName
Key Passing as it uses a different format
Last updated