forked from Simnation/Main
ed
This commit is contained in:
parent
84031a9c3f
commit
3cc1d14b39
91 changed files with 2596 additions and 2913 deletions
|
@ -1,4 +1,4 @@
|
|||
-- Generated with https://configurator.jgscripts.com at 8/6/2025, 1:32:52 PM
|
||||
-- Generated with https://configurator.jgscripts.com at 8/6/2025, 2:03:39 PM
|
||||
|
||||
Config = {}
|
||||
Config.Locale = 'de'
|
||||
|
@ -6,7 +6,7 @@ Config.NumberAndDateFormat = 'en-US'
|
|||
Config.Currency = 'USD'
|
||||
Config.Framework = 'QBCore'
|
||||
Config.FuelSystem = 'none'
|
||||
Config.VehicleKeys = 'qb-vehiclekeys'
|
||||
Config.VehicleKeys = 'MrNewbVehicleKeys'
|
||||
Config.Notifications = 'ox_lib'
|
||||
Config.DrawText = 'jg-textui'
|
||||
Config.OpenGarageKeyBind = 38
|
||||
|
@ -23,7 +23,7 @@ Config.Target = 'qb-target'
|
|||
Config.UseRadialMenu = false
|
||||
Config.RadialMenu = 'ox_lib'
|
||||
Config.ShowVehicleImages = false
|
||||
Config.DoNotSpawnInsideVehicle = false
|
||||
Config.DoNotSpawnInsideVehicle = true
|
||||
Config.SaveVehicleDamage = true
|
||||
Config.AdvancedVehicleDamage = true
|
||||
Config.SaveVehiclePropsOnInsert = true
|
||||
|
@ -507,29 +507,16 @@ Config.JobGarageLocations = {
|
|||
vector4(434.55, -1014.54, 28.49, 91.56),
|
||||
},
|
||||
distance = 15,
|
||||
type = 'car',
|
||||
job = {
|
||||
'police',
|
||||
},
|
||||
hideBlip = false,
|
||||
vehiclesType = 'personal',
|
||||
vehicles = {
|
||||
{
|
||||
model = 'police',
|
||||
plate = 'PD',
|
||||
minJobGrade = 0,
|
||||
},
|
||||
{
|
||||
model = 'police2',
|
||||
plate = false,
|
||||
minJobGrade = 3,
|
||||
},
|
||||
},
|
||||
type = 'car',
|
||||
blip = {
|
||||
id = 357,
|
||||
color = 0,
|
||||
scale = 0.6,
|
||||
},
|
||||
hideBlip = false,
|
||||
hideMarkers = true,
|
||||
markers = {
|
||||
id = 21,
|
||||
|
@ -549,7 +536,20 @@ Config.JobGarageLocations = {
|
|||
rotate = 1,
|
||||
drawOnEnts = 0,
|
||||
},
|
||||
vehiclesType = 'personal',
|
||||
showLiveriesExtrasMenu = true,
|
||||
vehicles = {
|
||||
{
|
||||
model = 'police',
|
||||
plate = 'PD',
|
||||
minJobGrade = 0,
|
||||
},
|
||||
{
|
||||
model = 'police2',
|
||||
plate = false,
|
||||
minJobGrade = 3,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Config.GangGarageShowBlips = true
|
||||
|
@ -667,3 +667,4 @@ Config.PlayerTransferBlacklist = {
|
|||
}
|
||||
Config.ReturnToPreviousRoutingBucket = false
|
||||
Config.__v3Config = true
|
||||
Config.Config = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue