forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
176b657d3b
commit
e6cb8977b0
1 changed files with 22 additions and 2 deletions
|
@ -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},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue