forked from Simnation/Main
ed
This commit is contained in:
parent
f43cf424cf
commit
6778fbc673
2 changed files with 30 additions and 55 deletions
|
@ -1,4 +1,4 @@
|
|||
-- Generated with https://configurator.jgscripts.com at 8/6/2025, 2:03:39 PM
|
||||
-- Generated with https://configurator.jgscripts.com at 8/6/2025, 2:46:29 PM
|
||||
|
||||
Config = {}
|
||||
Config.Locale = 'de'
|
||||
|
@ -34,12 +34,12 @@ Config.EnableTransfers = {
|
|||
betweenGarages = false,
|
||||
betweenPlayers = true,
|
||||
}
|
||||
Config.AllowInfiniteVehicleSpawns = false
|
||||
Config.JobGaragesAllowInfiniteVehicleSpawns = false
|
||||
Config.AllowInfiniteVehicleSpawns = true
|
||||
Config.JobGaragesAllowInfiniteVehicleSpawns = true
|
||||
Config.GangGaragesAllowInfiniteVehicleSpawns = false
|
||||
Config.GarageVehicleReturnCost = 0
|
||||
Config.GarageVehicleReturnCostSocietyFund = false
|
||||
Config.GarageShowBlips = false
|
||||
Config.GarageShowBlips = true
|
||||
Config.GarageUniqueBlips = false
|
||||
Config.GarageUniqueLocations = true
|
||||
Config.GarageEnableInteriors = true
|
||||
|
@ -552,7 +552,7 @@ Config.JobGarageLocations = {
|
|||
},
|
||||
},
|
||||
}
|
||||
Config.GangGarageShowBlips = true
|
||||
Config.GangGarageShowBlips = false
|
||||
Config.GangGarageUniqueBlips = false
|
||||
Config.GangGarageSetVehicleCommand = 'setgangvehicle'
|
||||
Config.GangGarageRemoveVehicleCommand = 'removegangvehicle'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue