diff --git a/resources/[jobs]/[police]/[spy-bodycam]/spy-bodycam/config.lua b/resources/[jobs]/[police]/[spy-bodycam]/spy-bodycam/config.lua index 50915256f..cb9ef331b 100644 --- a/resources/[jobs]/[police]/[spy-bodycam]/spy-bodycam/config.lua +++ b/resources/[jobs]/[police]/[spy-bodycam]/spy-bodycam/config.lua @@ -50,6 +50,7 @@ Config.PropLoc = { -- Change prop position according to ur clothing pack. Config.AllowedJobs = { -- Only these jobs can use bodycam/dashcam item. 'police', 'ambulance', + 'marshal', } Config.AllowedClass = {18} -- Vehicle classes allowed to use the dashcam feature. @@ -69,9 +70,28 @@ Config.WatchLoc = { }, -- You can add more locations } -Config.DebugCamera = false -- Make it true if you want to get new camera offset for some vehicle. +Config.DebugCamera = true -- Make it true if you want to get new camera offset for some vehicle. Config.VehCamOffset = { - [`police2`] = {0.000000, 0.330000, 0.530000}, + [`umhellfire1rb`] = {0.000000, 0.330000, 0.530000}, + [`ll1rb `] = {0.000000, 0.330000, 0.530000}, + [`ll2rb `] = {0.000000, 0.330000, 0.530000}, + [`ll3rb `] = {0.000000, 0.330000, 0.530000}, + [`ll4rb `] = {0.000000, 0.330000, 0.530000}, + [`ll5rb `] = {0.000000, 0.330000, 0.530000}, + [`ll6rb `] = {0.000000, 0.330000, 0.530000}, + [`ll7rb `] = {0.000000, 0.330000, 0.530000}, + [`sll1rb `] = {0.000000, 0.330000, 0.530000}, + [`sll2rb `] = {0.000000, 0.330000, 0.530000}, + [`sll3rb `] = {0.000000, 0.330000, 0.530000}, + [`sll4rb `] = {0.000000, 0.330000, 0.530000}, + [`sll5rb `] = {0.000000, 0.330000, 0.530000}, + [`sll6rb `] = {0.000000, 0.330000, 0.530000}, + [`sll7rb `] = {0.000000, 0.330000, 0.530000}, + [`20expk9rb `] = {0.000000, 0.330000, 0.530000}, + [`poltaxi `] = {0.000000, 0.330000, 0.530000}, + [`23gtruckrb `] = {0.000000, 0.330000, 0.530000}, + + -- [`18chgr2`] = {0.000000, 0.510000, 0.630000}, -- Example vehicle. The script comes with its own offset finder just set DebugCamera to true and get the offset. -- [`vehiclespawncode`] = {0.000000, 0.510000, 0.630000}, }