Links

Config file

ESX
QBCore
Config, Locales = {}, {}
​
Config.Debug = false
​
Config.Locale = 'en' -- en / pt / gr / fr / de / es
​
Config.EventPrefix = "okokGarage"
​
Config.ESXPrefix = "esx"
​
Config.onPlayerDeath = "onPlayerDeath"
​
Config.playerLoaded = "playerLoaded"
​
Config.getSharedObject = "getSharedObject"
​
Config.getDeathStatus = "esx_ambulancejob:getDeathStatus" -- Should be a callback that returns a variable that is true if dead, false if alive
​
Config.FuelResource = "native" -- "nothing" - no fuel resource, "native" - will use the FiveM natives, "legacyfuel", "ox_fuel"
​
Config.CameraEnabled = true -- Camera animation when taking out a vehicle
​
Config.ImageType = "default" -- "default" - each vehicle uses a unique image (e.g. Zentorno - zentorno.png), "type" - each vehicle type uses an image (e.g. Zentorno - car.png), "single" - all vehicles use the same image (e.g. Zentorno - vehicle.png)
​
Config.GetVehicleAnywhere = true -- You can get your vehicle from all garages even if you didn't store it there
​
Config.CameraAnimationTime = 2 -- Camera animation time in seconds
​
Config.CameraOffsetHeight = 10 -- The height of the vehicle camera after taking it out
​
Config.ShakeAmplitude = 0.0 -- Camera shake when viewing a vehicle (0.2 to be like in okokVehicleShop)
​
Config.InteractionKey = 38 -- [E] Key to open the interaction, check here the keys ID: https://docs.fivem.net/docs/game-references/controls/#controls
​
Config.UseOkokVehicleKeys = true
Config.LockVehicle = "U" -- This is used to allow custom keybinds that players can change in their settings
Config.LockVehicleCommand = "lockvehicle"
Config.LockVehicleDescription = "Used to lock/unlock vehicle"
Config.LockVehicleAudioVolume = 0.3 -- (0.0 - 1.0)
Config.VehicleRadius = 20.0 -- This is the radius used to check if the player is close enough to lock/unlock vehicle
​
Config.SaveWithKey = true -- If true, players with the vehicle key can store the vehicle. The vehicle will then be stored in the owner's garage.
​
Config.GiveKeysCommand = "givekeys"
Config.GiveKeysRadius = 7.5
​
Config.UseOkokTextUI = true
Config.UseOkOkNotify = true
Config.UseOkOkRequests = true
Config.UseOkOkBanking = true -- For transactions logs
​
Config.HideMinimap = true
​
Config.ShowBlips = true
​
Config.SetIntoVehicle = true -- If true, it'll teleport the player into the vehicle
​
Config.ShowGaragesBlipCommand = "garageblips"
Config.ShowGaragesBlip = true
​
Config.StoreOwnedVehiclesOnly = true -- If true, players will only be able to store vehicles they own, if false, they will be able to store any vehicle
​
Config.StoreVehicleFade = true -- If true, the vehicle will fade out
​
Config.ShowVehicleImpoundedWhenExists = true -- If true, the vehicle will be available to take out of the impound even when he's spawned in the map
​
Config.VehicleImpoundedOnDV = true -- If true, the vehicle will be set as impounded when he gets deleted
​
Config.SetVehicleImpoundAfter = 300 -- How many seconds after taking out the vehicle does it take to set as impounded
Config.CheckInterval = 60 -- How often it'll check for non existing vehicles
​
Config.ChangeVehicleStateOnStart = true -- If true, vehicle will be set to stored or impounded (Config.SetVehiclesImpoundedOnStart)
Config.SetVehiclesImpoundedOnStart = true -- If true, outside vehicles will be set as impounded on start, if false, they'll be set as stored
​
Config.KeyMetaData = { -- Items will be used instead of the "U" key to lock/unlock vehicles. (Only ox-inventory supported at the moment - if you use another inventory with metadata and would like support to it to be added, please let us know through the tickets)
inventoryResourceName = "ox_inventory",
keyItemName = "keys",
oxInventory = false,
quasarInventory = false,
coreInventory = false,
}
​
Config.HousingSystems = {
quasarHousing = false,
esxProperty = false,
}
​
Config.ImpoundCommand = "impound"
Config.ImpoundJobs = {"police", "mechanics"} -- Jobs that can impound vehicles
Config.ImpoundDistance = 5.0 -- Max distance you can impound from
Config.ImpoundTimes = {"2", "4", "6", "8", "10", "12", "14", "16", "18", "20", "22", "24"} -- Hours
​
Config.GlobalImpound = false -- If true, a vehicle can be taken from any impound
Config.PayToImpound = true -- Enable this if a player should be able to skip the impound time by paying.
Config.PayToImpoundFee = 300 -- This is per hour that the player gets their vehicle early
Config.RetrieveFeeEnabled = false -- If enabled, players will have to pay a one time fee when retrieving their vehicle after the timer has finished.
Config.RetrieveFee = 500 -- One time payment once vehicle is retrieved.
​
Config.AdminGroups = { -- Groups allowed to remove all the vehicles from the impound/give vehicle/remove vehicle/change plate/give key
"admin",
"superadmin"
}
Config.RemoveAllImpoundedVehiclesCommand = "removeallimpoundedvehicles"
Config.GiveVehicle = "givevehicle"
Config.RemoveVehicle = "removevehicle"
Config.GiveKeys = "adminkeys" -- Has to be different to Config.GiveKeysCommand
Config.AdminMenu = "gadmin"
​
Config.PlateLetters = 3 -- How many letters the plate has (Used when adding a vehicle)
Config.PlateUseSpace = true
Config.PlateNumbers = 3 -- How many numbers the plate has (Used when adding a vehicle)
​
Config.RandomPlateSociety = false -- If true, will generate a plate for vehicles in infinite garage
​
Config.CreateGarageCommand = "creategarage"
​
Config.SellGarageCommand = "sellgarage"
Config.SellGarageRadius = 3.0
Config.SellerComission = 5 -- In percent (%)
Config.RenewalPrice = 500
Config.RenewalIntervals = 7 -- In real life days
​
Config.MaxPrivateGaragesPerPlayer = 3
​
-- Used to show the vehicle properties in the view menu
Config.UseKMh = true
Config.MaxSpeedValue = 300
Config.MaxAcceleration = 0.6
Config.MaxBraking = 1.6
Config.MaxHandling = 10
​
Config.ViewCameraAngle = -60
Config.ViewCameraDistance = 5.5
Config.ViewCameraHeight = 2.0
​
Config.AllowRepair = true -- If a player can repair the vehicle when viewing the vehicle
Config.RepairPrice = 1000
​
Config.TakeOutAtView = true -- When taking the vehicle out via the view menu it'll spawn in the same location as the view vehicle
​
Config.LiveriesAndExtrasCommand = "liveries"
Config.AccessLiveriesExtrasJobs = {
'police',
'ambulance'
}
​
-- COMPANY
Config.MaxEmployees = 7
Config.JobRanks = { -- These are the ranks available on the vehicle shops, you can add or remove as many as you want but leave at least 1. Don't add owner as this is automatically added.
["Newbie"] = {id = 1, coOwner = false}, -- ID: 1
["Experienced"] = {id = 2, coOwner = false}, -- ID: 2
["Expert"] = {id = 3, coOwner = false}, -- ID: 3
["Sub-Owner"] = {id = 4, coOwner = true} -- ID: 4
}
​
Config.PrivateGarages = {
blip = { blipId = 524, blipColor = 2, blipScale = 0.9, blipText = "Private Garage For Sale" },
ownedBlip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Owned Private Garage"},
ownedMarker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 },
storeVehicleMarker = {id = 36, color = {r = 255, g = 0, b = 0, a = 90}, size = {x = 1.25, y = 1.25, z = 1.25}, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
radius = 1
}
​
Config.HireEmployeeRadius = 15.0
​
Config.SellBusinessReceivePercentage = 50 -- How much a player will receive for selling his business (in percentage, 50 = 50%)
​
Config.Companies = {
["Garage Shop"] = {
coords = vec3(112.28, -630.06, 44.23),
ownerCoords = vec3(112.28, -630.06, 44.23),
radius = 1,
price = 12000,
ownerBlip = {blipId = 475, blipColor = 38, blipScale = 0.9, blipText = "Owner Panel"},
unownedOwnerBlip = {blipId = 476, blipColor = 2, blipScale = 0.9, blipText = "Unowned Company"},
ownerMarker = {id = 21, color = {r = 31, g = 94, b = 255, a = 90}, size = {x = 0.5, y = 0.5, z = 0.5}, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0},
UnownedMarker = {id = 21, color = {r = 0, g = 255, b = 0, a = 90}, size = {x = 0.5, y = 0.5, z = 0.5}, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0},
},--[[
["Garage Shop 2"] = {
coords = vector3(-949.5,-2946.55,13.95),
ownerCoords = vector3(-949.5,-2946.55,13.95),
radius = 1,
price = 12000,
ownerBlip = {blipId = 475, blipColor = 38, blipScale = 0.9, blipText = "Owner Panel"},
unownedOwnerBlip = {blipId = 476, blipColor = 2, blipScale = 0.9, blipText = "Unowned Company"},
ownerMarker = {id = 21, color = {r = 31, g = 94, b = 255, a = 90}, size = {x = 0.5, y = 0.5, z = 0.5}, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0},
UnownedMarker = {id = 21, color = {r = 0, g = 255, b = 0, a = 90}, size = {x = 0.5, y = 0.5, z = 0.5}, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0},
},]]
}
​
Config.SocietyVehiclesList = {
['police'] = { -- Society in lowercase
{
vehicleModel = 'police',
plate = 'POLICE',
minimumGrade = 1,
livery = 4,
armor = 4,
brakes = 2,
engine = 3,
suspension = 3,
transmission = 2,
turbo = true,
type = "car"
},
{
vehicleModel = 'Police2',
plate = 'POLICE',
minimumGrade = 1,
livery = -1,
armor = -1,
brakes = -1,
engine = -1,
suspension = -1,
transmission = -1,
turbo = false,
type = "car"
},
{
vehicleModel = 'riot',
plate = 'POLICE',
minimumGrade = 3,
livery = -1,
armor = -1,
brakes = -1,
engine = -1,
suspension = -1,
transmission = -1,
turbo = false,
type = "car"
},
{
vehicleModel = 'sheriff2',
plate = 'POLICE',
minimumGrade = 3,
livery = -1,
armor = -1,
brakes = -1,
engine = -1,
suspension = -1,
transmission = -1,
turbo = false,
type = "car"
},
{
vehicleModel = 'pbus',
plate = 'POLICE',
minimumGrade = 3,
livery = -1,
armor = -1,
brakes = -1,
engine = -1,
suspension = -1,
transmission = -1,
turbo = false,
type = "car"
},
},
}
​
Config.Garages = { -- Garages list/info
{
name = "Legion Square", -- Garage name shown in the menu
coords = vector3(215.66, -809.93, 30.73), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(214.32, -793.27, 30.8),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(233.12, -789.94, 30.6, 160.55),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(222.16, -804.25, 30.58, 250.0), -- Make it work with multiple spawn points
vector4(223.46, -799.04, 30.58, 250.0),
vector4(226.3, -791.58, 30.58, 250.0),
vector4(215.43, -775.99, 30.43, 248.98),
vector4(232.69, -773.72, 30.32, 249.76)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "legion", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "Alta", -- Garage name shown in the menu
coords = vector3(278.19, -345.95, 44.92), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(294.05, -340.45, 44.92),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(233.12, -789.94, 30.6, 160.55),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(266.84, -328.77, 44.5, 249.42), -- Make it work with multiple spawn points
vector4(269.29, -322.26, 44.5, 249.45),
vector4(287.66, -329.12, 44.5, 249.52),
vector4(283.91, -338.77, 44.5, 249.58),
vector4(294.68, -346.56, 44.5, 69.93)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "alta", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "Textile City", -- Garage name shown in the menu
coords = vector3(412.74, -634.35, 28.5), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(402.15, -643.13, 28.5),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(423.51, -642.01, 28.08, 179.08),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(408.8, -638.68, 28.08, 270.0), -- Make it work with multiple spawn points
vector4(393.08, -638.73, 28.08, 270.81),
vector4(393.21, -649.69, 28.08, 270.43),
vector4(392.48, -657.72, 28.08, 270.83),
vector4(415.9, -649.35, 28.08, 270.51)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "textilecity", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "Pillbox Hill", -- Garage name shown in the menu
coords = vector3(-332.01, -781.39, 33.96), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(-331.93, -768.52, 33.97),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(-348.88, -775.52, 33.54, 359.15),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(-320.15, -752.3, 33.54, 159.86), -- Make it work with multiple spawn points
vector4(-331.77, -750.56, 33.54, 181.7),
vector4(-341.29, -756.81, 33.54, 91.4),
vector4(-357.49, -764.41, 33.54, 269.31),
vector4(-307.79, -756.62, 33.54, 161.04)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "pillboxhill", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "West Vinewood", -- Garage name shown in the menu
coords = vector3(-515.93, 53.0, 52.58), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(-529.11, 48.59, 52.58),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(-524.62, 37.15, 52.16, 355.19),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(-537.01, 40.77, 52.16, 265.99), -- Make it work with multiple spawn points
vector4(-509.52, 65.48, 52.16, 85.36),
vector4(-510.96, 55.17, 52.16, 84.34),
vector4(-519.69, 66.28, 52.16, 84.99),
vector4(-504.47, 54.48, 56.07, 265.69)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "westvinewood", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "West Vinewood 2", -- Garage name shown in the menu
coords = vector3(-570.24, 311.83, 84.49), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(-561.5, 328.39, 84.41),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(-579.38, 330.2, 84.34, 264.51),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(-580.68, 314.45, 84.37, 354.67), -- Make it work with multiple spawn points
vector4(-588.58, 335.45, 84.67, 175.84),
vector4(-601.55, 345.46, 84.69, 175.98)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "westvinewood2", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "Vinewood Hills", -- Garage name shown in the menu
coords = vector3(886.2, -1.13, 78.76), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(878.34, -10.78, 78.76),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(870.99, -22.5, 78.34, 147.82),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(858.37, -28.97, 78.34, 237.92), -- Make it work with multiple spawn points
vector4(865.02, -45.35, 78.34, 57.82),
vector4(890.62, -45.15, 78.34, 57.29)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "vinewoodhills", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "Vinewood Hills 2", -- Garage name shown in the menu
coords = vector3(664.45, 630.94, 128.91), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(655.81, 631.84, 128.91),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(650.71, 617.75, 128.49, 159.21),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(638.47, 606.27, 128.49, 250.49), -- Make it work with multiple spawn points
vector4(654.98, 606.79, 128.49, 71.33),
vector4(636.39, 625.62, 128.49, 70.06)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "vinewoodhills2", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "Vinewood Hills 3", -- Garage name shown in the menu
coords = vector3(-77.07, 907.36, 235.81), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(-75.47, 895.6, 235.5),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(-76.79, 894.18, 235.19, 29.7),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(-66.23, 892.11, 235.13, 115.63), -- Make it work with multiple spawn points
vector4(-71.02, 903.26, 235.19, 114.49)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "vinewoodhills3", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "Harmony", -- Garage name shown in the menu
coords = vector3(599.73, 2726.74, 41.91), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(593.19, 2730.84, 42.02),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(612.4, 2731.64, 41.55, 274.05),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(624.26, 2724.0, 41.4, 5.26), -- Make it work with multiple spawn points
vector4(583.25, 2736.76, 41.58, 184.15),
vector4(581.21, 2720.36, 41.64, 4.71)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "harmony", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "Banham Canyon", -- Garage name shown in the menu
coords = vector3(-3048.89, 611.0, 7.18), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(-3041.26, 607.11, 7.5),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(-3040.33, 601.09, 7.15, 290.33),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(-3056.03, 608.34, 6.79, 291.97), -- Make it work with multiple spawn points
vector4(-3053.88, 602.67, 6.87, 289.86),
vector4(-3051.78, 596.95, 7.02, 289.15)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "banhamcanyon", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "Downtown Vinewood", -- Garage name shown in the menu
coords = vector3(364.39, 297.84, 103.49), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(372.99, 289.74, 103.27),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(362.74, 280.75, 102.89, 189.33),
vehicleSpawn = { -- Where the vehicle spawns when you take it out
vector4(386.95, 291.72, 102.63, 165.04), -- Make it work with multiple spawn points
vector4(392.69, 280.48, 102.56, 71.03),
vector4(371.48, 266.74, 102.6, 340.53)
},
infiniteVehicles = false, -- This will work for societies only, set the society vehicles in the Config.SocietyVehiclesList
id = "downtownvinewood", -- ID of the garage, it's used to get what garage is opened | needs to be DIFFERENT for each garage
society = "", -- Leave blank if not in use
type = "car" -- car, air or boat
},
{
name = "Grand Senora", -- Garage name shown in the menu
coords = vector3(1984.54, 3065.77, 47.01), -- Marker position
blip = { blipId = 524, blipColor = 3, blipScale = 0.9, blipText = "Garage" }, -- Blip informations
marker = { id = 36, color = { r = 31, g = 94, b = 255, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0 }, -- Marker informations
radius = 1, -- Interaction radius for the marker
storeVehicleCoords = vector3(1990.1, 3070.05, 47.0),
storeVehicleMarker = {id = 36, color = { r = 255, g = 0, b = 0, a = 90 }, size = { x = 0.7, y = 0.7, z = 0.7 }, radius = 2.5, bobUpAndDown = 0, faceCamera = 0, rotate = 1, drawOnEnts = 0}, -- Marker informations for the sell vehicle marker
viewVehicleCoords = vector4(2006.03,