Config.lua 1
Config.lua 1
Config = {}
Config.Locale = 'en'
Config.NumberAndDateFormat = 'en-US'
Config.Currency = 'BGN'
Config.SpeedUnit = 'kph'
Config.Framework = 'ESX'
Config.FuelSystem = 'ox_fuel'
Config.VehicleKeys = 'okokGarage'
Config.Notifications = 'okokNotify'
Config.DrawText = 'jg-textui'
Config.OpenShowroomPrompt = '[E] Open Showroom'
Config.OpenShowroomKeyBind = 38
Config.ViewInShowroomPrompt = '[E] View in Showroom'
Config.ViewInShowroomKeyBind = 38
Config.OpenManagementPrompt = '[E] Dealership Management'
Config.OpenManagementKeyBind = 38
Config.SellVehiclePrompt = '[E] Sell Vehicle'
Config.SellVehicleKeyBind = 38
Config.SpawnVehiclesWithServerSetter = false
Config.FinancePayments = 12
Config.FinanceDownPayment = 0.1
Config.FinanceInterest = 0.1
Config.FinancePaymentInterval = 12
Config.FinancePaymentFailedHoursUntilRepo = 1
Config.MaxFinancedVehiclesPerPlayer = 5
Config.ShowVehicleImages = true
Config.PlateFormat = '1AA111AA'
Config.TestDrivePlate = 'TEST1111'
Config.TestDriveTimeSeconds = 120
Config.TestDriveNotInBucket = false
Config.DisplayVehiclesPlate = 'DEALER'
Config.DisplayVehiclesHidePurchasePrompt = false
Config.DealerPurchasePrice = 0.8
Config.VehicleOrderTime = 1
Config.VehicleColourOptions = {
{
label = 'Red',
hex = '#e81416',
},
{
label = 'Orange',
hex = '#ff7518',
},
{
label = 'Yellow',
hex = '#ffbf00',
},
{
label = 'Green',
hex = '#79c314',
},
{
label = 'Blue',
hex = '#487de7',
},
{
label = 'Purple',
hex = '#70369d',
},
{
label = 'Black',
hex = '#000000',
},
{
label = 'White',
hex = '#ffffff',
},
}
Config.Categories = {
lux = 'Луксозни',
sport = 'Спортни',
motor = 'Мотори',
bus = 'Бус',
djip = 'Джипове',
retro = 'Ретро',
}
Config.DealershipLocations = {
pdm = {
type = 'self-service',
showroomType = 'car',
openShowroom = {
coords = vector3(-55.99, -1096.59, 26.42),
size = 5,
},
openManagement = {
coords = vector3(-30.43, -1106.84, 26.42),
size = 5,
},
sellVehicle = {
coords = vector3(-27.89, -1082.1, 26.64),
size = 5,
},
purchaseSpawn = vector4(-13.68, -1092.31, 26.67, 159.82),
testDriveSpawn = vector4(-49.77, -1110.83, 26.44, 75.94),
camera = {
name = 'Car',
coords = vector4(-146.6166, -596.6301, 166.0, 270.0),
positions = {
5,
8,
12,
8,
},
},
categories = {},
enableTestDrive = true,
hideBlip = false,
blip = {
id = 326,
color = 2,
scale = 0.6,
},
societyPurchaseJobWhitelist = {
police = {
4,
5,
},
},
societyPurchaseGangWhitelist = {},
enableSellVehicle = true,
sellVehiclePercent = 0.6,
enableFinance = true,
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,
},
showroomJobWhitelist = {},
showroomGangWhitelist = {},
disableShowroomPurchase = false,
directSaleDistance = 50,
job = 'cardealer',
},
}
Config.MyFinanceCommand = 'myfinance'
Config.DirectSaleCommand = 'directsale'
Config.DealerAdminCommand = 'dealeradmin'
Config.ReturnToPreviousRoutingBucket = false
Config.Logging = false