Remove 911
This endpoint allows you to remove an existing emergency/911 call from the CAD.
function remove911(callId)
exports["sonorancad"]:performApiRequest({{
["serverId"] = GetConvar("sonoran_serverId", 1),
["callId"] = callId
}}, "REMOVE_911", function(_)
end)
endParameters
Property
Type
Description
Last updated
Was this helpful?

