diff --git a/sonorancad/core/client.lua b/sonorancad/core/client.lua index f94efc4..5f29172 100644 --- a/sonorancad/core/client.lua +++ b/sonorancad/core/client.lua @@ -115,12 +115,14 @@ RegisterNetEvent('SonoranCAD::core::ScreenshotOff', function() type = 'toggleGif' }) end + --[[ TriggerEvent('chat:addMessage', { args = { 'Sonoran Bodycam', 'Bodycam disabled - You must be in CAD to enable bodycam' } }) + ]] end end) diff --git a/sonorancad/core/screenshot.lua b/sonorancad/core/screenshot.lua index 9e6afd9..cdb9bd6 100644 --- a/sonorancad/core/screenshot.lua +++ b/sonorancad/core/screenshot.lua @@ -25,7 +25,7 @@ RegisterNetEvent('SonoranCAD::core::bodyCamOff', function() local unit = GetUnitByPlayerId(source) if unit == nil then debugLog('Unit not found') - TriggerClientEvent('SonoranCAD::core::ScreenshotOff', source) + -- TriggerClientEvent('SonoranCAD::core::ScreenshotOff', source) return end local screenshotDirectory = exports['sonorancad']:createScreenshotDirectory(tostring(unit.id)) diff --git a/sonorancad/fxmanifest.lua b/sonorancad/fxmanifest.lua index fb159ed..747695e 100644 --- a/sonorancad/fxmanifest.lua +++ b/sonorancad/fxmanifest.lua @@ -3,7 +3,7 @@ games {'gta5'} author 'Sonoran CAD' description 'Sonoran CAD FiveM Integration' -version '2.9.27' +version '2.9.28' server_scripts { 'core/http.js' diff --git a/sonorancad/version.json b/sonorancad/version.json index ebfa7bf..65d983b 100644 --- a/sonorancad/version.json +++ b/sonorancad/version.json @@ -1,4 +1,4 @@ { - "resource" : "2.9.27", + "resource" : "2.9.28", "testedFxServerVersion": "5932" }