New 911 Call
The 911 Call API endpoint allows you to send 911 calls from in-game directly to your dispatchers.
Raw API Call
function call911(caller, location, description, postal, plate, cb)
exports["sonorancad"]:performApiRequest({{
["serverId"] = GetConvar("sonoran_serverId", 1),
["isEmergency"] = true,
["caller"] = caller,
["location"] = location,
["description"] = description,
["metaData"] = {
["useCallLocation"] = true,
["plate"] = plate,
["postal"] = postal
}
}}, "CALL_911", cb)
endParameters
Property
Type
Description
Callcommands Export
Troubleshooting
Last updated
Was this helpful?

