This API endpoint requires the pro version of Sonoran CAD or higher.
For more information, see our page.
This framework export handles the .
function getBlips(cb) {
var data = [{
["serverId"]: GetConvar("sonoran_serverId", 1)
}];
exports["sonorancad"].performApiRequest(data, "GET_BLIPS", function (res) {
if (cb !== null) {
cb(res);
}
});
}