forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
38acd63796
commit
d34e3b601e
1 changed files with 40 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
-- Generated with https://configurator.jgscripts.com at 8/6/2025, 4:27:29 PM
|
-- Generated with https://configurator.jgscripts.com at 8/6/2025, 5:52:26 PM
|
||||||
|
|
||||||
Config = {}
|
Config = {}
|
||||||
Config.Locale = 'de'
|
Config.Locale = 'de'
|
||||||
|
@ -551,6 +551,45 @@ Config.JobGarageLocations = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
['Sheriff Garage'] = {
|
||||||
|
coords = vector3(1862.2, 3696.46, 33.77),
|
||||||
|
spawn = {
|
||||||
|
vector4(1864.91, 3691.04, 32.78, 123.38),
|
||||||
|
},
|
||||||
|
distance = 15,
|
||||||
|
type = 'car',
|
||||||
|
job = {
|
||||||
|
'police',
|
||||||
|
},
|
||||||
|
hideBlip = true,
|
||||||
|
vehiclesType = 'personal',
|
||||||
|
vehicles = {},
|
||||||
|
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,
|
||||||
|
},
|
||||||
|
showLiveriesExtrasMenu = true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
Config.GangGarageShowBlips = false
|
Config.GangGarageShowBlips = false
|
||||||
Config.GangGarageUniqueBlips = false
|
Config.GangGarageUniqueBlips = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue