Custom Blips

Can I add custom blips to the map like a burger on the map or something?

Yes, you can but I can’t figure out how, yet.

local blips = {

{title="Tequilala", colour=5, id=93, x=-565.45, y=272.92, z=83.02},

}

Citizen.CreateThread(function()

for _, info in pairs(blips) do

  info.blip = AddBlipForCoord(info.x, info.y, info.z)

  SetBlipSprite(info.blip, info.id)

  SetBlipDisplay(info.blip, 4)

  SetBlipScale(info.blip, 0.9)

  SetBlipColour(info.blip, info.colour)

  SetBlipAsShortRange(info.blip, true)

BeginTextCommandSetBlipName("STRING")

  AddTextComponentString(info.title)

  EndTextCommandSetBlipName(info.blip)

end

end)

no i meant like streaming a custom blip like a face or something

ToTT-Minimap Try this it can maybe help u out

can you help me i will custom blips on my fivem server

hi i have a question how can i create a blip for house gang and how hide/show the blip with a command like /gangs ?

[RELEASE] Custom Blips Maps Fivem look this