1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-08-10 21:29:59 +02:00
parent c1ed2567e5
commit 481aa7ba31

View file

@ -1,4 +1,4 @@
-- Generated with https://configurator.jgscripts.com at 8/10/2025, 1:19:48 PM -- Generated with https://configurator.jgscripts.com at 8/10/2025, 7:29:40 PM
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
@ -638,18 +638,17 @@ Config.JobGarageLocations = {
vector4(1155.83, -1604.17, 33.69, 272.46), vector4(1155.83, -1604.17, 33.69, 272.46),
}, },
distance = 15, distance = 15,
type = 'car',
job = { job = {
'ambulance', 'ambulance',
}, },
hideBlip = true, type = 'car',
vehiclesType = 'personal', vehiclesType = 'personal',
vehicles = {},
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,
@ -669,6 +668,7 @@ Config.JobGarageLocations = {
rotate = 1, rotate = 1,
drawOnEnts = 0, drawOnEnts = 0,
}, },
vehicles = {},
showLiveriesExtrasMenu = true, showLiveriesExtrasMenu = true,
}, },
} }