1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-12 19:38:19 +02:00
parent 176b657d3b
commit e6cb8977b0

View file

@ -50,6 +50,7 @@ Config.PropLoc = { -- Change prop position according to ur clothing pack.
Config.AllowedJobs = { -- Only these jobs can use bodycam/dashcam item. Config.AllowedJobs = { -- Only these jobs can use bodycam/dashcam item.
'police', 'police',
'ambulance', 'ambulance',
'marshal',
} }
Config.AllowedClass = {18} -- Vehicle classes allowed to use the dashcam feature. Config.AllowedClass = {18} -- Vehicle classes allowed to use the dashcam feature.
@ -69,9 +70,28 @@ Config.WatchLoc = {
}, -- You can add more locations }, -- 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 = { 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. -- [`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}, -- [`vehiclespawncode`] = {0.000000, 0.510000, 0.630000},
} }