forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
db56161001
commit
b1ab09bb49
1 changed files with 155 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
||||||
-- Generated with https://configurator.jgscripts.com at 8/7/2025, 7:19:24 AM
|
-- Generated with https://configurator.jgscripts.com at 8/7/2025, 10:59:08 AM
|
||||||
|
|
||||||
Config = {}
|
Config = {}
|
||||||
Config.Locale = 'de'
|
Config.Locale = 'de'
|
||||||
|
@ -34,8 +34,8 @@ Config.EnableTransfers = {
|
||||||
betweenGarages = false,
|
betweenGarages = false,
|
||||||
betweenPlayers = true,
|
betweenPlayers = true,
|
||||||
}
|
}
|
||||||
Config.AllowInfiniteVehicleSpawns = true
|
Config.AllowInfiniteVehicleSpawns = false
|
||||||
Config.JobGaragesAllowInfiniteVehicleSpawns = true
|
Config.JobGaragesAllowInfiniteVehicleSpawns = false
|
||||||
Config.GangGaragesAllowInfiniteVehicleSpawns = false
|
Config.GangGaragesAllowInfiniteVehicleSpawns = false
|
||||||
Config.GarageVehicleReturnCost = 0
|
Config.GarageVehicleReturnCost = 0
|
||||||
Config.GarageVehicleReturnCostSocietyFund = false
|
Config.GarageVehicleReturnCostSocietyFund = false
|
||||||
|
@ -235,6 +235,68 @@ Config.GarageLocations = {
|
||||||
drawOnEnts = 0,
|
drawOnEnts = 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
['Sandy South'] = {
|
||||||
|
coords = vector3(217.33, 2605.65, 46.04),
|
||||||
|
spawn = vector4(216.94, 2608.44, 46.33, 14.07),
|
||||||
|
distance = 15,
|
||||||
|
type = 'car',
|
||||||
|
hideBlip = false,
|
||||||
|
blip = {
|
||||||
|
id = 357,
|
||||||
|
color = 0,
|
||||||
|
scale = 0.6,
|
||||||
|
},
|
||||||
|
hideMarkers = true,
|
||||||
|
markers = {
|
||||||
|
id = 21,
|
||||||
|
size = {
|
||||||
|
x = 0.3,
|
||||||
|
y = 0.3,
|
||||||
|
z = 0.3,
|
||||||
|
},
|
||||||
|
color = {
|
||||||
|
r = 255,
|
||||||
|
g = 255,
|
||||||
|
b = 255,
|
||||||
|
a = 120,
|
||||||
|
},
|
||||||
|
bobUpAndDown = 0,
|
||||||
|
faceCamera = 0,
|
||||||
|
rotate = 1,
|
||||||
|
drawOnEnts = 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
['Sandy North'] = {
|
||||||
|
coords = vector3(1878.44, 3760.1, 32.94),
|
||||||
|
spawn = vector4(1880.14, 3757.73, 32.93, 215.54),
|
||||||
|
distance = 15,
|
||||||
|
type = 'car',
|
||||||
|
hideBlip = false,
|
||||||
|
blip = {
|
||||||
|
id = 357,
|
||||||
|
color = 0,
|
||||||
|
scale = 0.6,
|
||||||
|
},
|
||||||
|
hideMarkers = true,
|
||||||
|
markers = {
|
||||||
|
id = 21,
|
||||||
|
size = {
|
||||||
|
x = 0.3,
|
||||||
|
y = 0.3,
|
||||||
|
z = 0.3,
|
||||||
|
},
|
||||||
|
color = {
|
||||||
|
r = 255,
|
||||||
|
g = 255,
|
||||||
|
b = 255,
|
||||||
|
a = 120,
|
||||||
|
},
|
||||||
|
bobUpAndDown = 0,
|
||||||
|
faceCamera = 0,
|
||||||
|
rotate = 1,
|
||||||
|
drawOnEnts = 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
['North Vinewood Blvd'] = {
|
['North Vinewood Blvd'] = {
|
||||||
coords = vector3(365.21, 295.65, 103.46),
|
coords = vector3(365.21, 295.65, 103.46),
|
||||||
spawn = vector4(364.84, 289.73, 103.42, 164.23),
|
spawn = vector4(364.84, 289.73, 103.42, 164.23),
|
||||||
|
@ -446,35 +508,57 @@ Config.JobGarageRemoveVehicleCommand = 'removejobvehicle'
|
||||||
Config.JobGarageUniqueLocations = true
|
Config.JobGarageUniqueLocations = true
|
||||||
Config.JobGarageEnableInteriors = true
|
Config.JobGarageEnableInteriors = true
|
||||||
Config.JobGarageLocations = {
|
Config.JobGarageLocations = {
|
||||||
|
Mechanic = {
|
||||||
|
coords = vector3(157.86, -3005.9, 7.03),
|
||||||
|
spawn = vector4(165.26, -3014.94, 5.9, 268.8),
|
||||||
|
distance = 15,
|
||||||
|
job = {
|
||||||
|
'mechanic',
|
||||||
|
},
|
||||||
|
type = 'car',
|
||||||
|
vehiclesType = 'owned',
|
||||||
|
blip = {
|
||||||
|
id = 357,
|
||||||
|
color = 0,
|
||||||
|
scale = 0.6,
|
||||||
|
},
|
||||||
|
hideBlip = false,
|
||||||
|
hideMarkers = true,
|
||||||
|
markers = {
|
||||||
|
id = 21,
|
||||||
|
size = {
|
||||||
|
x = 0.3,
|
||||||
|
y = 0.3,
|
||||||
|
z = 0.3,
|
||||||
|
},
|
||||||
|
color = {
|
||||||
|
r = 255,
|
||||||
|
g = 255,
|
||||||
|
b = 255,
|
||||||
|
a = 120,
|
||||||
|
},
|
||||||
|
bobUpAndDown = 0,
|
||||||
|
faceCamera = 0,
|
||||||
|
rotate = 1,
|
||||||
|
drawOnEnts = 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
Police = {
|
Police = {
|
||||||
coords = vector3(434.48, -1016.97, 28.83),
|
coords = vector3(434.48, -1016.97, 28.83),
|
||||||
spawn = {
|
spawn = {
|
||||||
vector4(434.55, -1014.54, 28.49, 91.56),
|
vector4(434.55, -1014.54, 28.49, 91.56),
|
||||||
},
|
},
|
||||||
distance = 15,
|
distance = 15,
|
||||||
type = 'car',
|
|
||||||
job = {
|
job = {
|
||||||
'police',
|
'police',
|
||||||
},
|
},
|
||||||
hideBlip = true,
|
type = 'car',
|
||||||
vehiclesType = 'personal',
|
|
||||||
vehicles = {
|
|
||||||
{
|
|
||||||
model = 'police',
|
|
||||||
plate = 'PD',
|
|
||||||
minJobGrade = 0,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
model = 'police2',
|
|
||||||
plate = false,
|
|
||||||
minJobGrade = 3,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
blip = {
|
blip = {
|
||||||
id = 357,
|
id = 357,
|
||||||
color = 0,
|
color = 0,
|
||||||
scale = 0.6,
|
scale = 0.6,
|
||||||
},
|
},
|
||||||
|
hideBlip = true,
|
||||||
hideMarkers = false,
|
hideMarkers = false,
|
||||||
markers = {
|
markers = {
|
||||||
id = 21,
|
id = 21,
|
||||||
|
@ -494,7 +578,20 @@ Config.JobGarageLocations = {
|
||||||
rotate = 1,
|
rotate = 1,
|
||||||
drawOnEnts = 0,
|
drawOnEnts = 0,
|
||||||
},
|
},
|
||||||
|
vehiclesType = 'personal',
|
||||||
showLiveriesExtrasMenu = true,
|
showLiveriesExtrasMenu = true,
|
||||||
|
vehicles = {
|
||||||
|
{
|
||||||
|
model = 'police',
|
||||||
|
plate = 'PD',
|
||||||
|
minJobGrade = 0,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
model = 'police2',
|
||||||
|
plate = false,
|
||||||
|
minJobGrade = 3,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
['Sheriff Garage'] = {
|
['Sheriff Garage'] = {
|
||||||
coords = vector3(1862.2, 3696.46, 33.77),
|
coords = vector3(1862.2, 3696.46, 33.77),
|
||||||
|
@ -591,20 +688,54 @@ Config.ImpoundLocations = {
|
||||||
drawOnEnts = 0,
|
drawOnEnts = 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
['Impound Sandy'] = {
|
['Impound B'] = {
|
||||||
|
coords = vector3(1649.71, 3789.61, 34.79),
|
||||||
|
spawn = vector4(1643.66, 3798.36, 34.49, 216.16),
|
||||||
|
distance = 15,
|
||||||
|
type = 'car',
|
||||||
job = {
|
job = {
|
||||||
'police',
|
'police',
|
||||||
},
|
},
|
||||||
coords = vector3(1822.77, 3630.39, 34.28),
|
|
||||||
spawn = vector4(1827.49, 3631.13, 33.28, 215.71),
|
|
||||||
distance = 15,
|
|
||||||
type = 'car',
|
|
||||||
hideBlip = false,
|
|
||||||
blip = {
|
blip = {
|
||||||
id = 68,
|
id = 68,
|
||||||
color = 0,
|
color = 0,
|
||||||
scale = 0.6,
|
scale = 0.6,
|
||||||
},
|
},
|
||||||
|
hideBlip = false,
|
||||||
|
hideMarkers = true,
|
||||||
|
markers = {
|
||||||
|
id = 21,
|
||||||
|
size = {
|
||||||
|
x = 0.3,
|
||||||
|
y = 0.3,
|
||||||
|
z = 0.3,
|
||||||
|
},
|
||||||
|
color = {
|
||||||
|
r = 255,
|
||||||
|
g = 255,
|
||||||
|
b = 255,
|
||||||
|
a = 120,
|
||||||
|
},
|
||||||
|
bobUpAndDown = 0,
|
||||||
|
faceCamera = 0,
|
||||||
|
rotate = 1,
|
||||||
|
drawOnEnts = 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
['Impound Sandy'] = {
|
||||||
|
coords = vector3(1822.77, 3630.39, 34.28),
|
||||||
|
spawn = vector4(1827.49, 3631.13, 33.28, 215.71),
|
||||||
|
distance = 15,
|
||||||
|
type = 'car',
|
||||||
|
job = {
|
||||||
|
'police',
|
||||||
|
},
|
||||||
|
blip = {
|
||||||
|
id = 68,
|
||||||
|
color = 0,
|
||||||
|
scale = 0.6,
|
||||||
|
},
|
||||||
|
hideBlip = false,
|
||||||
hideMarkers = false,
|
hideMarkers = false,
|
||||||
markers = {
|
markers = {
|
||||||
id = 21,
|
id = 21,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue