Resource API
Learn more about custom integrations with the in-game resource!
Push-to-talk
-- Event sent from Sonoran Radio
TriggerEvent('SonoranRadio::API:ToggleTalking', toggle, inVeh)
-- Event listener in a custom script
AddEventHandler('SonoranRadio::API:ToggleTalking', function(toggle, inVeh)
print(toggle) -- Boolean (Are the talking?)
print(inVeh) -- Boolean (Are they in a vehicle)
end)Radio Enabled
-- In your custom script
-- true = active
-- false = inactive
local isActive = exports['sonoranradio']:isRadioActive()Emergency (911) Calls
Signal Quality
Panic Button
Set Display Name
Guest Display Names
Tower Destruction
Developer Events
Common Payload Shapes
Dispatcher Redial Lifecycle
Panic Button
Radio State
Jammer Lifecycle
Last updated
Was this helpful?

