Add Blips
This endpoint allows you to add a new custom blip to your community's live map!
function addBlips(blips, cb)
exports["sonorancad"]:performApiRequest(blips, "ADD_BLIP", function(res)
if cb ~= nil then
cb(res)
end
end)
endParameters
Property
Type
Description
Last updated
Was this helpful?

