mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 16:23:22 +00:00
This reverts commit edd9677f43.
This commit is contained in:
@@ -29,10 +29,6 @@ local function send_hud_config()
|
||||
SendNUIMessage({ type = "radio:hud-config", data = get_hud_config() })
|
||||
end
|
||||
|
||||
AddEventHandler("sky_phone:configurator:updated", function()
|
||||
send_hud_config()
|
||||
end)
|
||||
|
||||
local function send_hud_members()
|
||||
local combined = {}
|
||||
for channel_id = 1, 2 do
|
||||
@@ -160,21 +156,6 @@ local function leave_radio()
|
||||
return request("disconnect")
|
||||
end
|
||||
|
||||
AddEventHandler("sky_phone:client:radioProviderUpdated", function()
|
||||
if current_primary <= 0 then
|
||||
return
|
||||
end
|
||||
if not Bridge.Radio.Join(current_primary, current_secondary) then
|
||||
request("disconnect")
|
||||
current_primary = 0
|
||||
current_secondary = 0
|
||||
clear_hud_members()
|
||||
return
|
||||
end
|
||||
|
||||
Bridge.Radio.SetVolume(current_volume)
|
||||
end)
|
||||
|
||||
RegisterNUICallback("radio:get", function(data, cb)
|
||||
if type(data) ~= "table" then
|
||||
cb({ success = false, error = "invalid_request" })
|
||||
|
||||
Reference in New Issue
Block a user