โFrameworks & Exports
Supported frameworks and exports.
Frameworks
Exports
Table Index/Key
Description
Options
Table Index/Key
Description
Options
Table Index/Key
Description
Options
Table Index/Key
Description
Options
Table Index/Key
Description
Options
Table Index/Key
Description
Options
RegisterNetEvent('lvc:UpdateThirdParty')
AddEventHandler('lvc:UpdateThirdParty', function(update_data)
local siren_tone = update_data['state_lxsiren']
if siren_tone > 0 then
--Sirens on, do something...
end
end)Last updated