forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
a9d4983db6
commit
9440e415a6
1 changed files with 35 additions and 35 deletions
|
@ -1,4 +1,4 @@
|
||||||
-- Generated with https://configurator.jgscripts.com at 8/10/2025, 7:32:04 PM
|
-- Generated with https://configurator.jgscripts.com at 8/11/2025, 6:58:35 PM
|
||||||
|
|
||||||
Config = {}
|
Config = {}
|
||||||
Config.Locale = 'de'
|
Config.Locale = 'de'
|
||||||
|
@ -489,6 +489,40 @@ Config.GarageLocations = {
|
||||||
drawOnEnts = 0,
|
drawOnEnts = 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
['Cayo Perico'] = {
|
||||||
|
coords = vector3(4498.34, -4536.71, 4.21),
|
||||||
|
spawn = {
|
||||||
|
vector4(4501.57, -4548.45, 4.03, 20.01),
|
||||||
|
vector4(4516.77, -4523.67, 4.15, 30.75),
|
||||||
|
},
|
||||||
|
distance = 15,
|
||||||
|
type = 'car',
|
||||||
|
hideBlip = false,
|
||||||
|
blip = {
|
||||||
|
id = 357,
|
||||||
|
color = 0,
|
||||||
|
scale = 0.6,
|
||||||
|
},
|
||||||
|
hideMarkers = false,
|
||||||
|
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,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
Config.PrivGarageCreateCommand = 'privategarages'
|
Config.PrivGarageCreateCommand = 'privategarages'
|
||||||
Config.PrivGarageCreateJobRestriction = {
|
Config.PrivGarageCreateJobRestriction = {
|
||||||
|
@ -727,40 +761,6 @@ Config.ImpoundLocations = {
|
||||||
drawOnEnts = 0,
|
drawOnEnts = 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
['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 = {
|
|
||||||
'police',
|
|
||||||
},
|
|
||||||
blip = {
|
|
||||||
id = 68,
|
|
||||||
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,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
['Impound Sandy'] = {
|
['Impound Sandy'] = {
|
||||||
coords = vector3(1822.77, 3630.39, 34.28),
|
coords = vector3(1822.77, 3630.39, 34.28),
|
||||||
spawn = vector4(1827.49, 3631.13, 33.28, 215.71),
|
spawn = vector4(1827.49, 3631.13, 33.28, 215.71),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue