Set Call Postal
This endpoint allows you to easily update the postal on a dispatch call.
function setCallPostal(callId, postal)
exports["sonorancad"]:performApiRequest({{
["serverId"] = GetConvar("sonoran_serverId", 1),
["callId"] = callId,
["postal"] = postal
}}, "SET_CALL_POSTAL", function(_)
end)
endParameters
Property
Type
Description
Last updated
Was this helpful?

