Remove Blip
This endpoint allows you to remove custom blips from your community's live map.
function removeBlip(ids, cb)
exports["sonorancad"]:performApiRequest({{
["ids"] = ids
}}, "REMOVE_BLIP", function(res)
if cb ~= nil then
cb(res)
end
end)
endParameters
Property
Type
Description
Last updated
Was this helpful?

