Get Map Blips
This endpoint allows you to retrieve all custom blips for a community's live map!
function getBlips(cb) {
var data = [{
["serverId"]: GetConvar("sonoran_serverId", 1)
}];
exports["sonorancad"].performApiRequest(data, "GET_BLIPS", function (res) {
if (cb !== null) {
cb(res);
}
});
}Parameters
Property
Type
Description
Last updated
Was this helpful?

