Hi, i’ve tweaked the esx_shops plugin to allow customization of shops blips, markers, and colors per shop type
That’s not much but if It can help you, here it is !
esx_MultiShops
Just modify/add these sections in config file :
RobsLiquor = {
Items = {},
Type = 93, -- blip type (https://docs.fivem.net/docs/game-references/blips/)
BlipColor = 27, -- blip color (https://docs.fivem.net/docs/game-references/blips/#blip-colors)
MarkerType = 1, -- (https://docs.fivem.net/docs/game-references/markers/)
MarkerColor = {r = 0, g = 128, b = 255}, -- RGB color (see https://www.w3schools.com/colors/colors_picker.asp)
Name = "robs", -- name used for the blip (on the map)
Pos = {
vector3(1135.8, -982.2, 45.4),
vector3(-1222.9, -906.9, 11.3),
vector3(-1487.5, -379.1, 39.1),
vector3(-2968.2, 390.9, 14.0),
vector3(1166.0, 2708.9, 37.1),
vector3(1392.5, 3604.6, 33.9),
vector3(127.8, -1284.7, 28.2), --StripClub
vector3(-1393.4, -606.6, 29.3), --Tequila la
vector3(-559.9, 287.0, 81.1) --Bahamamas
}},