Config
-- ██╗ ██████╗██████╗ ██████╗ ██████╗ ███████╗ █████╗ ██╗ ███████╗██████╗ ███████╗██╗ ██╗██╗██████╗
-- ██║██╔════╝╚════██╗██╔══██╗ ██╔══██╗██╔════╝██╔══██╗██║ ██╔════╝██╔══██╗██╔════╝██║ ██║██║██╔══██╗
-- ██║██║ █████╔╝██║ ██║ ██║ ██║█████╗ ███████║██║ █████╗ ██████╔╝███████╗███████║██║██████╔╝
-- ██║██║ ╚═══██╗██║ ██║ ██║ ██║██╔══╝ ██╔══██║██║ ██╔══╝ ██╔══██╗╚════██║██╔══██║██║██╔═══╝
-- ██║╚██████╗██████╔╝██████╔╝███████╗██████╔╝███████╗██║ ██║███████╗███████╗██║ ██║███████║██║ ██║██║██║
-- ╚═╝ ╚═════╝╚═════╝ ╚═════╝ ╚══════╝╚═════╝ ╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝╚═╝
------- dont touch -------
--[[]] Config = {} --[][]
--[[]] Locales = {} --[][]
------------------------------
-- _ _ _ _ _
-- (_) | | | | | | (_)
-- _ _ __ ___| |_ __ _| | __ _| |_ _ ___ _ __
-- | | '_ \/ __| __/ _` | |/ _` | __| |/ _ \| '_ \
-- | | | | \__ \ || (_| | | (_| | |_| | (_) | | | |
-- |_|_| |_|___/\__\__,_|_|\__,_|\__|_|\___/|_| |_|
-- Framework
Config.Framework = 'new_esx' -- new_esx | esx | oldqb | newqb
Config.esextendedname = 'es_extended' -- ESX framework name (default: 'es_extended')
Config.qbcorename = 'qb-core' -- QBCore framework name (default: 'qb-core')
-- Interface
Config.Locale = 'pt' -- en/pt you can create more on translations file, like de.lua, just copy paste and change pt/en to de
Config.OxTarget = false -- if false it will use okokTextUI
Config.Notify = 'okok' -- 'default'- esx/qb notify or 'okok'- okok notify or 'ox'- ox_lib notify
-- the ox textui is kinda buggy right now, wait for the next update to use it
Config.TextUI = 'okok' -- 'okok' for okokTextUI, 'ox' for ox_lib TextUI
-- Accounts
Config.Money = 'bank' -- bank/money/cash
Config.MoneyVip = 'coins' -- VIP COINS | the account type you put in qb-core Config/ es_extended Config
Config.UseMoneyVipCommand = true -- command to receive a notifications showing your coins balance
Config.MoneyVipCommand = 'coins' -- command ( /coins, for example)
Config.UseItem = true -- if you want to use an item to buy the vehicle, set this to true, if not set to false | if its true and you dont have the item in your server then the script wont work | womp womp yang yang
Config.VIPItem = 'cartao_vip' -- name of the item you are going to use as VIP card | if you set UseItem to false, this will be ignored
-- Vehicle
Config.VehiclePlate = 'ROLEPLAY' -- for showroom vehicle plates | max 8 characters
Config.PlateLetters = 3 -- number of letters the plate have
Config.PlateNumbers = 3 -- number of numbers the plate have
Config.PlateUseSpace = true -- plate use space between the letters and numbers
Config.Fuel = 100 -- amount of fuel in the vehicle when buying a vehicle
-- Voucher
Config.UseVoucher = false -- if you want to use the initial voucher set this to true, if not set to false | if its true and you dont have the item in your server then the script wont work | womp womp yang yang
Config.ItemVoucher = 'voucher' -- name of the item you are going to use as voucher
Config.ValueVoucher = 35000 -- Max value of the vehicle that the voucher can buy | it also buys it if the value is lower
-- Teste drive
Config.TestDrivePrice = 250 -- price to test the vehicle | use the money defined in Config.Money
-- Logs
Config.DiscordWebhook = {
{
["icon"] = 'https://cdn.discordapp.com/avatars/1086617611669872753/8bbaeea7793b797def0ca9ca0696a858.webp?size=80', -- image
["webhook"]= 'https://discord.com/api/webhooks/1144726280068141226/fRPFoNWcZwOHn400I-aSzCF2opeTTNDIXNlXiYanLQgAxwmvv2c_9agr6W5gLDLX6iaL', -- discord weebhook where logs will be sent
["bot_name"] = "My Roleplay Server", -- The server name to be displayed on log
["color"] = 0, -- the color of the line of embed (default is black)
["title"] = "**ic3d_dealership**", -- Title of ic3d_dealership log
["description"] = ' bought the vehicle with the plate ', -- ' comprou o veículo com a matrícula ' -- Text that will be shown
["description2"] = ' for ', -- ' por ' -- Text that will be shown
}
}
-- _ _ _ _
-- (_) | | | | (_)
-- _ _ __ ___| |_ _ __ _ _ ___| |_ _ ___ _ __ ___
-- | | '_ \/ __| __| '__| | | |/ __| __| |/ _ \| '_ \/ __|
-- | | | | \__ \ |_| | | |_| | (__| |_| | (_) | | | \__ \
-- |_|_| |_|___/\__|_| \__,_|\___|\__|_|\___/|_| |_|___/
--[[
there are 3 types of vehicle types, but you can add as many as you want:
type = car
type = boat
type = air
type = example
BLIPS | optional:
you can add a blip on the map or not
if you dont insert this, there wont be a blip in the map
-------------------------------------------------- References:
-- blipId = 523, -- https://docs.fivem.net/docs/game-references/blips/
-- blipColor = 2, -- https://docs.fivem.net/docs/game-references/hud-colors/
-- blipText = "Premium Deluxe Motorsport", --
--------------------------------------------------
RESTRICTIONS:
vip = true if true, the dealership will use VIP coins
job ="police" if you add job = "job_name" it will restrict that dealership to that job
--]]
----------------------------------------------------------
-- _ _ _ --
-- | | | | (_) --
-- | | ___ ___ __ _| |_ _ ___ _ __ ___ --
-- | | / _ \ / __/ _` | __| |/ _ \| '_ \/ __| --
-- | |___| (_) | (_| (_| | |_| | (_) | | | \__ \ --
-- |______\___/ \___\__,_|\__|_|\___/|_| |_|___/ --
----------------------------------------------------------
Config.Dealerships = {
-- _____ ___ ______ _____
-- / __ \ / _ \ | ___ \/ ___|
-- | / \// /_\ \| |_/ /\ `--.
-- | | | _ || / `--. \
-- | \__/\| | | || |\ \ /\__/ /
-- \____/\_| |_/\_| \_|\____/
--------------------------------------
[1] = {
-- Name
name = "Simeon",
-- Ped
ped = "cs_solomon", -- ped model
ped_heading = 289.1, -- ped heading
ped_coords = vector3(-39.04, -1101.26, 27.27 - 1), -- where the ped is located
-- Vehicle Show
vehicle_heading = 1.6, -- vehicle heading
vehicle_coords = vector3(-42.29, -1101.43, 26.35), -- showroom of the vehicle
type = "car", -- the type that will be inserted in sql (ESX)
-- -- it also what trigger the image that is displayed on nui, so if you add other type you should add the image on javascript file
-- Blip
blipId = 523,
blipScale = 0.7,
blipColor = 2,
blipText = "Premium Deluxe Motorsport",
-- Cam
cam_coords = vector3(-39.52, -1098.88, 28.27), -- the place where you want the player see the vehicle | imagine where the car will be and just place yourself on a position or you can see it with a good angle
-- Vehicle
vehicle_spawn = vector3(-23.65, -1094.52, 26.88), -- where the vehicle will spawn when bought and when making the test drive. Dont worry because on testdrive he cant interact with anything of the game, he goes to a virtual world
vehicle_spawn_heading = 339.93, -- heading of the spawned vehicle
testdrivetime = 10, -- seconds -- time it will take to test drive | it should be the same on every place because the notification
-- Vehicles List
vehiclesList = {
['Albany Emperor'] = {
vehID = 1,
price = 35000,
spawncode = "emperor",
trunk = {barsize = 17, text = "170KG"},
},
['Karin Dilettante'] = {
vehID = 3,
price = 35000,
spawncode = "dilettante",
trunk = {barsize = 17, text = "170KG"},
},
['Weeny Issi'] = {
vehID = 4,
price = 35000,
spawncode = "issi2",
trunk = {barsize = 17, text = "170KG"},
},
['Declasse Asea'] = {
vehID = 5,
price = 35000,
spawncode = "asea",
trunk = {barsize = 17, text = "170KG"},
},
['Benefactor Schafter V12'] = {
vehID = 6,
price = 270000,
spawncode = "schafter3",
trunk = {barsize = 17, text = "170KG"},
},
['Karin Previon'] = {
vehID = 7,
price = 10000,
spawncode = "previon",
trunk = {barsize = 17, text = "170KG"},
},
['Übermacht Rhinehart'] = {
vehID = 8,
price = 350000,
spawncode = "rhinehart",
trunk = {barsize = 17, text = "170KG"},
},
['Enus Deity'] = {
vehID = 9,
price = 400000,
spawncode = "deity",
trunk = {barsize = 17, text = "170KG"},
},
['Zirconium Stratum'] = {
vehID = 10,
price = 40000,
spawncode = "stratum",
trunk = {barsize = 25, text = "250KG"},
},
}
},
[2] = {
-- Name
name = "Ricardo",
-- Ped
ped = "a_m_y_business_03",
ped_heading = 101.31,
ped_coords = vector3(-40.19, -1093.58, 27.27 - 1),
-- Vehicle Show
vehicle_heading = 200.72,
vehicle_coords = vector3(-37.06, -1093.25, 26.35),
type = "car",
-- Cam
cam_coords = vector3(-40.59, -1095.12, 29.63),
-- Vehicle
vehicle_spawn = vector3(-23.65, -1094.52, 26.88),
vehicle_spawn_heading = 339.93,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Übermacht Zion C.'] = {
vehID = 1,
price = 120000,
spawncode = "zion3",
trunk = {barsize = 13, text = "129KG"},
},
['Grotti Stinger GT'] = {
vehID = 2,
price = 500000,
spawncode = "stingergt",
trunk = {barsize = 13, text = "129KG"},
},
['Grotti Cheetah C.'] = {
vehID = 3,
price = 100000,
spawncode = "cheetah2",
trunk = {barsize = 13, text = "129KG"},
},
['Benefactor Stirling GT'] = {
vehID = 4,
price = 700000,
spawncode = "feltzer3",
trunk = {barsize = 13, text = "129KG"},
},
['Bravado Gauntlet C.'] = {
vehID = 5,
price = 300000,
spawncode = "gauntlet3",
trunk = {barsize = 13, text = "129KG"},
},
['Declasse Stallion'] = {
vehID = 6,
price = 180000,
spawncode = "stalion",
trunk = {barsize = 13, text = "129KG"},
},
['Vapid Hustler'] = {
vehID = 7,
price = 300000,
spawncode = "hustler",
trunk = {barsize = 13, text = "129KG"},
},
['Vapid Hotknife'] = {
vehID = 8,
price = 150000,
spawncode = "hotknife",
trunk = {barsize = 13, text = "129KG"},
},
['BF Weevil C.'] = {
vehID = 9,
price = 500000,
spawncode = "weevil2",
trunk = {barsize = 13, text = "129KG"},
},
['Declasse Vigero ZX'] = {
vehID = 10,
price = 650000,
spawncode = "vigero2",
trunk = {barsize = 13, text = "129KG"},
},
['Bravado Buffalo STX'] = {
vehID = 11,
price = 400000,
spawncode = "buffalo4",
trunk = {barsize = 13, text = "129KG"},
},
['Dinka Postlude'] = {
vehID = 12,
price = 35000,
spawncode = "postlude",
trunk = {barsize = 13, text = "129KG"},
},
}
},
[3] = {
-- Name
name = "Machado",
-- Ped
ped = "a_m_y_business_02",
ped_heading = 151.68,
ped_coords = vector3(-51.68, -1086.29, 27.27 - 1),
-- Vehicle Show
vehicle_heading = 43.8,
vehicle_coords = vector3(-49.69, -1084.07, 26.35),
type = "car",
-- Cam
cam_coords = vector3(-54.75, -1085.81, 28.63),
-- Vehicle
vehicle_spawn = vector3(-23.65, -1094.52, 26.88),
vehicle_spawn_heading = 339.93,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Dundreary Landstalker XL'] = {
vehID = 1,
price = 350000,
spawncode = "landstalker2",
trunk = {barsize = 60, text = "600KG"},
},
['Übermacht Rebla GTS'] = {
vehID = 2,
price = 350000,
spawncode = "rebla",
trunk = {barsize = 60, text = "600KG"},
},
['Canis Kalahari'] = {
vehID = 3,
price = 35000,
spawncode = "kalahari",
trunk = {barsize = 30, text = "300KG"},
},
['BF Bifta'] = {
vehID = 4,
price = 80000,
spawncode = "bifta",
trunk = {barsize = 10, text = "100KG"},
},
['Canis Bodhi'] = {
vehID = 5,
price = 500000,
spawncode = "bodhi2",
trunk = {barsize = 100, text = "1000KG"},
},
['Vapid Winky'] = {
vehID = 6,
price = 200000,
spawncode = "winky",
trunk = {barsize = 30, text = "300KG"},
},
['Declasse Granger 3600LX'] = {
vehID = 7,
price = 500000,
spawncode = "granger2",
trunk = {barsize = 60, text = "600KG"},
},
['Enus Jubilee'] = {
vehID = 8,
price = 750000,
spawncode = "jubilee",
trunk = {barsize = 40, text = "400KG"},
},
['Pegassi Toros'] = {
vehID = 9,
price = 1200000,
spawncode = "toros",
trunk = {barsize = 40, text = "400KG"},
},
['Benefactor Serrano'] = {
vehID = 10,
price = 200000,
spawncode = "serrano",
trunk = {barsize = 40, text = "400KG"},
},
['Vapid Bobcat XL'] = {
vehID = 11,
price = 500000,
spawncode = "bobcatxl",
trunk = {barsize = 100, text = "1000KG"},
},
}
},
[4] = {
-- Name
name = "Correia",
-- Ped
ped = "a_m_y_busicas_01",
ped_heading = 290.76,
ped_coords = vector3(-51.68, -1096.02, 27.27 - 1),
-- Vehicle Show
vehicle_heading = 23.34,
vehicle_coords = vector3(-54.43, -1096.88, 26.27),
type = "car",
-- Cam
cam_coords = vector3(-51.14, -1093.89, 29.04),
-- Vehicle
vehicle_spawn = vector3(-23.65, -1094.52, 26.90),
vehicle_spawn_heading = 339.93,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Dundreary Landstalker XL'] = {
vehID = 1,
price = 350000,
spawncode = "landstalker2",
trunk = {barsize = 60, text = "600KG"},
},
['Übermacht Rebla GTS'] = {
vehID = 2,
price = 350000,
spawncode = "rebla",
trunk = {barsize = 60, text = "600KG"},
},
['Canis Kalahari'] = {
vehID = 3,
price = 35000,
spawncode = "kalahari",
trunk = {barsize = 30, text = "300KG"},
},
['BF Bifta'] = {
vehID = 4,
price = 80000,
spawncode = "bifta",
trunk = {barsize = 10, text = "100KG"},
},
['Canis Bodhi'] = {
vehID = 5,
price = 500000,
spawncode = "bodhi2",
trunk = {barsize = 100, text = "1000KG"},
},
['Vapid Winky'] = {
vehID = 6,
price = 200000,
spawncode = "winky",
trunk = {barsize = 30, text = "300KG"},
},
['Declasse Granger 3600LX'] = {
vehID = 7,
price = 500000,
spawncode = "granger2",
trunk = {barsize = 60, text = "600KG"},
},
['Enus Jubilee'] = {
vehID = 8,
price = 750000,
spawncode = "jubilee",
trunk = {barsize = 40, text = "400KG"},
},
['Pegassi Toros'] = {
vehID = 9,
price = 1200000,
spawncode = "toros",
trunk = {barsize = 40, text = "400KG"},
},
['Benefactor Serrano'] = {
vehID = 10,
price = 200000,
spawncode = "serrano",
trunk = {barsize = 40, text = "400KG"},
},
['Vapid Bobcat XL'] = {
vehID = 11,
price = 500000,
spawncode = "bobcatxl",
trunk = {barsize = 100, text = "1000KG"},
},
}
},
[5] = {
-- Name
name = "Scarpa",
-- Ped
ped = "a_m_y_smartcaspat_01",
ped_heading = 181.01,
ped_coords = vector3(-47.77, -1095.2, 27.27 - 1),
-- Vehicle Show
vehicle_heading = 78.22,
vehicle_coords = vector3(-47.52, -1092.15, 26.35),
type = "car",
-- Cam
cam_coords = vector3(-51.14, -1093.89, 29.04),
-- Vehicle
vehicle_spawn = vector3(-23.65, -1094.52, 26.88),
vehicle_spawn_heading = 339.93,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Dinka RT3000'] = {
vehID = 1,
price = 300000,
spawncode = "rt3000",
trunk = {barsize = 10, text = "100kg"},
},
['Annis Euros'] = {
vehID = 2,
price = 400000,
spawncode = "euros",
trunk = {barsize = 10, text = "100kg"},
},
['Pfister Growler'] = {
vehID = 3,
price = 100000,
spawncode = "growler",
trunk = {barsize = 10, text = "100kg"},
},
['Dinka Jester Classic'] = {
vehID = 4,
price = 400000,
spawncode = "jester3",
trunk = {barsize = 10, text = "100kg"},
},
['Vapid Flash GT'] = {
vehID = 5,
price = 400000,
spawncode = "flashgt",
trunk = {barsize = 10, text = "100kg"},
},
['Dewbauchee Massacro'] = {
vehID = 6,
price = 750000,
spawncode = "massacro",
trunk = {barsize = 10, text = "100kg"},
},
['Annis Elegy RH8'] = {
vehID = 7,
price = 600000,
spawncode = "elegy2",
trunk = {barsize = 10, text = "100kg"},
},
['Annis Elegy Retro'] = {
vehID = 8,
price = 350000,
spawncode = "elegy",
trunk = {barsize = 10, text = "100kg"},
},
['Benefactor Krieger'] = {
vehID = 9,
price = 1500000,
spawncode = "krieger",
trunk = {barsize = 10, text = "100kg"},
},
['Overflod Entity XXR'] = {
vehID = 10,
price = 2000000,
spawncode = "entity2",
trunk = {barsize = 10, text = "100kg"},
},
['Grotti X80 Proto'] = {
vehID = 11,
price = 1700000,
spawncode = "prototipo",
trunk = {barsize = 10, text = "100kg"},
},
['Pfister Comet S2-C'] = {
vehID = 12,
price = 1500000,
spawncode = "comet7",
trunk = {barsize = 10, text = "100kg"},
},
['Karin Calico GTF'] = {
vehID = 13,
price = 400000,
spawncode = "calico",
trunk = {barsize = 10, text = "100kg"},
},
['Annis Remus'] = {
vehID = 14,
price = 190000,
spawncode = "remus",
trunk = {barsize = 10, text = "100kg"},
},
['Obey Omnis e-GT'] = {
vehID = 15,
price = 1500000,
spawncode = "omnisegt",
trunk = {barsize = 10, text = "100kg"},
},
['Pegassi Ignus'] = {
vehID = 16,
price = 1700000,
spawncode = "ignus",
trunk = {barsize = 10, text = "100kg"},
},
}
},
--------------------------------------------------------
-- _ _ ___________ _____ ___ ______ _____
-- | | | |_ _| ___ \ / __ \ / _ \ | ___ \/ ___|
-- | | | | | | | |_/ / | / \// /_\ \| |_/ /\ `--.
-- | | | | | | | __/ | | | _ || / `--. \
-- \ \_/ /_| |_| | | \__/\| | | || |\ \ /\__/ /
-- \___/ \___/\_| \____/\_| |_/\_| \_|\____/
-------------------------------------------------------
[6] = {
-- Name
name = "Rocha Machado",
vip = true,
-- Ped
ped = "cs_tom",
ped_heading = 235.9,
ped_coords = vector3(-787.49, -220.0, 37.15 - 1),
-- Vehicle Show
vehicle_heading = 178.7,
vehicle_coords = vector3(-791.71, -218.0, 36.15),
type = "car",
-- Blip
blipId = 545,
blipScale = 0.7,
blipColor = 46,
blipText = "VIP ic3d_dealership",
-- Cam
cam_coords = vector3(-794.8, -221.32, 38.07),
-- Vehicle
vehicle_spawn = vector3(-776.49, -230.4, 36.72),
vehicle_spawn_heading = 209.92,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Ferrari LaFerrari'] = {
vehID = 1,
price = 100,
spawncode = "laferrari",
trunk = {barsize = 10, text = "100kg"},
},
['McLaren Senna'] = {
vehID = 2,
price = 90,
spawncode = "senna",
trunk = {barsize = 10, text = "100kg"},
},
['Bugatti Divo'] = {
vehID = 3,
price = 150,
spawncode = "divo",
trunk = {barsize = 10, text = "100kg"},
},
['Lamborghini Huracán'] = {
vehID = 4,
price = 85,
spawncode = "lhuracant",
trunk = {barsize = 10, text = "100kg"},
},
['Porsche 911 R'] = {
vehID = 5,
price = 70,
spawncode = "911r",
trunk = {barsize = 10, text = "100kg"},
},
['Audi R8'] = {
vehID = 6,
price = 150,
spawncode = "r820",
trunk = {barsize = 10, text = "100kg"},
},
['Audi TT RS'] = {
vehID = 7,
price = 300,
spawncode = "vski",
trunk = {barsize = 10, text = "100kg"},
},
['Mercedes-Benz AMG GT-R'] = {
vehID = 8,
price = 85,
spawncode = "amggtr",
trunk = {barsize = 10, text = "100kg"},
},
['Lamborghini LP700R'] = {
vehID = 9,
price = 90,
spawncode = "lp700r",
trunk = {barsize = 10, text = "100kg"},
},
['BMW M8'] = {
vehID = 10,
price = 65,
spawncode = "bmwm8hycade",
trunk = {barsize = 10, text = "100kg"},
},
['Bentley Bacalar'] = {
vehID = 11,
price = 80,
spawncode = "rmodbacalar",
trunk = {barsize = 10, text = "100kg"},
},
['Koenigsegg Agera RS'] = {
vehID = 12,
price = 120,
spawncode = "agerars",
trunk = {barsize = 10, text = "100kg"},
},
['Bugatti La Voiture Noire'] = {
vehID = 13,
price = 150,
spawncode = "rmodbugatti",
trunk = {barsize = 10, text = "100kg"},
},
['Ferrari 812 Competizione'] = {
vehID = 14,
price = 90,
spawncode = "f812c21",
trunk = {barsize = 10, text = "100kg"},
},
}
},
[7] = {
-- Name
name = "Márcio Gomes",
vip = true,
-- Ped
ped = "s_m_y_barman_01",
ped_heading = 140.36,
ped_coords = vector3(-790.21, -210.37, 37.15 - 1),
-- Vehicle Show
vehicle_heading = 119.82,
vehicle_coords = vector3(-787.63, -207.07, 36.15),
type = "car",
-- Cam
cam_coords = vector3(-789.14, -212.17, 38.79),
-- Vehicle
vehicle_spawn = vector3(-776.49, -230.4, 36.72),
vehicle_spawn_heading = 209.92,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['BMW X6'] = {
vehID = 1,
price = 100,
spawncode = "rmodx6",
trunk = {barsize = 40, text = "400KG"},
},
['BMW M4'] = {
vehID = 2,
price = 100,
spawncode = "rmodm4",
trunk = {barsize = 10, text = "100kg"},
},
['Dodge Charger'] = {
vehID = 3,
price = 100,
spawncode = "16charger",
trunk = {barsize = 10, text = "100kg"},
},
['Lamborghini Urus'] = {
vehID = 4,
price = 100,
spawncode = "urus",
trunk = {barsize = 40, text = "400KG"},
},
['Porsche Panamera Turbo'] = {
vehID = 5,
price = 100,
spawncode = "panamera17turbo",
trunk = {barsize = 20, text = "200KG"},
},
['Chevrolet Ss'] = {
vehID = 6,
price = 100,
spawncode = "16ss",
trunk = {barsize = 13, text = "129KG"},
},
['Audi RS6'] = {
vehID = 7,
price = 100,
spawncode = "rmodrs6",
trunk = {barsize = 20, text = "200KG"},
},
['Range Rover Startech'] = {
vehID = 8,
price = 100,
spawncode = "rrst",
trunk = {barsize = 40, text = "400KG"},
},
['Mercedes-Benz G63 AMG'] = {
vehID = 9,
price = 100,
spawncode = "w463",
trunk = {barsize = 40, text = "400KG"},
},
['Maserati Ghibli'] = {
vehID = 10,
price = 100,
spawncode = "ghis2",
trunk = {barsize = 10, text = "100kg"},
},
['BMW M5'] = {
vehID = 11,
price = 100,
spawncode = "gxm5",
trunk = {barsize = 10, text = "100kg"},
},
['TESLA Model S'] = {
vehID = 12,
price = 100,
spawncode = "models",
trunk = {barsize = 10, text = "100kg"},
},
['Lexus LC500'] = {
vehID = 13,
price = 100,
spawncode = "lc500",
trunk = {barsize = 10, text = "100kg"},
},
['Alfa Romeo Giulia'] = {
vehID = 14,
price = 100,
spawncode = "gxgiulia",
trunk = {barsize = 10, text = "100kg"},
},
}
},
[8] = {
-- Name
name = "Virginia Costa",
vip = true,
-- Ped
ped = "cs_molly",
ped_heading = 312.03,
ped_coords = vector3(-793.25, -227.85, 37.16 - 1),
-- Vehicle Show
vehicle_heading = 163.02,
vehicle_coords = vector3(-795.53, -229.53, 36.15),
type = "car",
-- Cam
cam_coords = vector3(-792.92, -233.78, 38.3),
-- Vehicle
vehicle_spawn = vector3(-776.49, -230.4, 36.72),
vehicle_spawn_heading = 209.92,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Nissan Skyline'] = {
vehID = 1,
price = 100,
spawncode = "skyline",
trunk = {barsize = 10, text = "100kg"},
},
['Subaru Impreza'] = {
vehID = 2,
price = 100,
spawncode = "subwrx",
trunk = {barsize = 10, text = "100kg"},
},
['Mitsubishi Evo 9'] = {
vehID = 3,
price = 100,
spawncode = "evo9",
trunk = {barsize = 10, text = "100kg"},
},
['Toyota Supra'] = {
vehID = 4,
price = 100,
spawncode = "toysupmk4",
trunk = {barsize = 10, text = "100kg"},
},
['Honda S2000'] = {
vehID = 5,
price = 100,
spawncode = "ap2",
trunk = {barsize = 10, text = "100kg"},
},
['Subaru BRZ'] = {
vehID = 6,
price = 100,
spawncode = "brz13",
trunk = {barsize = 10, text = "100kg"},
},
['Toyota Camry XSE'] = {
vehID = 7,
price = 100,
spawncode = "cam8tun",
trunk = {barsize = 10, text = "100kg"},
},
['1995 Ford Mustang'] = {
vehID = 8,
price = 100,
spawncode = "95stang",
trunk = {barsize = 10, text = "100kg"},
},
['Subaru WRX'] = {
vehID = 9,
price = 100,
spawncode = "wrx19",
trunk = {barsize = 10, text = "100kg"},
},
['BMW 135i'] = {
vehID = 10,
price = 100,
spawncode = "m135iwb",
trunk = {barsize = 10, text = "100kg"},
},
['Hyundai Veloster N'] = {
vehID = 11,
price = 100,
spawncode = "veln",
trunk = {barsize = 10, text = "100kg"},
},
['Mazda MX-5'] = {
vehID = 12,
price = 100,
spawncode = "na6",
trunk = {barsize = 10, text = "100kg"},
},
['Ford Focus RS'] = {
vehID = 13,
price = 100,
spawncode = "focusrs",
trunk = {barsize = 10, text = "100kg"},
},
['Mazda 3'] = {
vehID = 14,
price = 100,
spawncode = "mz3",
trunk = {barsize = 10, text = "100kg"},
},
['Dodge Charger 1969'] = {
vehID = 15,
price = 100,
spawncode = "rmodcharger69",
trunk = {barsize = 10, text = "100kg"},
},
['BMW M3 E92'] = {
vehID = 16,
price = 100,
spawncode = "e92",
trunk = {barsize = 10, text = "100kg"},
},
['Honda Civic Ek9'] = {
vehID = 17,
price = 100,
spawncode = "ek9",
trunk = {barsize = 10, text = "100kg"},
},
['Mercedes-Benz A45-AMG'] = {
vehID = 18,
price = 100,
spawncode = "a45",
trunk = {barsize = 10, text = "100kg"},
},
['Volkswagen Golf 7.5R'] = {
vehID = 19,
price = 100,
spawncode = "golf75r",
trunk = {barsize = 10, text = "100kg"},
},
['Mini John C. Works'] = {
vehID = 20,
price = 100,
spawncode = "ikx3mini21",
trunk = {barsize = 10, text = "100kg"},
},
}
},
[9] = {
-- Name
name = "Vítor Varela",
vip = true,
-- Ped
ped = "cs_joeminuteman",
ped_heading = 305.72,
ped_coords = vector3(-789.21, -234.95, 37.16 - 1),
-- Vehicle Show
vehicle_heading = 165.9,
vehicle_coords = vector3(-791.74, -235.89, 36.15),
type = "car",
-- Cam
cam_coords = vector3(-790.2, -241.71, 38.91),
-- Vehicle
vehicle_spawn = vector3(-776.49, -230.4, 36.72),
vehicle_spawn_heading = 209.92,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Jeep Wrangler Rubicon'] = {
vehID = 1,
price = 100,
spawncode = "jp12",
trunk = {barsize = 40, text = "400KG"},
},
['Nissan TITAN'] = {
vehID = 2,
price = 100,
spawncode = "nissantitan17",
trunk = {barsize = 60, text = "600KG"},
},
['Ford Ranger Raptor'] = {
vehID = 3,
price = 100,
spawncode = "19raptor",
trunk = {barsize = 60, text = "600KG"},
},
['Ford Ranger Wildtrak'] = {
vehID = 4,
price = 100,
spawncode = "wildtrak",
trunk = {barsize = 40, text = "400KG"},
},
['Mercedes G63 6x6'] = {
vehID = 5,
price = 100,
spawncode = "g63amg6x6",
trunk = {barsize = 60, text = "600KG"},
},
['Dodge Ram'] = {
vehID = 6,
price = 100,
spawncode = "ram16",
trunk = {barsize = 60, text = "600KG"},
},
['Jeep Gladiator'] = {
vehID = 7,
price = 100,
spawncode = "rmodjeepg",
trunk = {barsize = 60, text = "600KG"},
},
['Toyota Tacoma'] = {
vehID = 8,
price = 100,
spawncode = "foxcoma2",
trunk = {barsize = 60, text = "600KG"},
},
}
},
[10] = {
-- Name
name = "Zé Araujo",
vip = true,
-- Ped
ped = "mp_g_m_pros_01",
ped_heading = 299.83,
ped_coords = vector3(-785.45, -241.52, 37.17 - 1),
-- Vehicle Show
vehicle_heading = 162.48,
vehicle_coords = vector3(-787.69, -242.73, 36.15),
type = "car",
-- Cam
cam_coords = vector3(-786.38, -247.04, 38.5),
-- Vehicle
vehicle_spawn = vector3(-776.49, -230.4, 36.72),
vehicle_spawn_heading = 209.92,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Dodge Challenger'] = {
vehID = 1,
price = 100,
spawncode = "16challenger",
trunk = {barsize = 10, text = "100kg"},
},
['AMG GT 63 S'] = {
vehID = 2,
price = 100,
spawncode = "rmodgt63",
trunk = {barsize = 10, text = "100kg"},
},
['Ford Mustang'] = {
vehID = 3,
price = 100,
spawncode = "rmodmustang",
trunk = {barsize = 10, text = "100kg"},
},
['Nissan GTR'] = {
vehID = 4,
price = 100,
spawncode = "gtr",
trunk = {barsize = 10, text = "100kg"},
},
['Audi RS7 Sportback'] = {
vehID = 5,
price = 100,
spawncode = "rs7c8",
trunk = {barsize = 10, text = "100kg"},
},
['BMW M2'] = {
vehID = 6,
price = 100,
spawncode = "m2f22",
trunk = {barsize = 10, text = "100kg"},
},
['Toyota Supra A90'] = {
vehID = 7,
price = 100,
spawncode = "gxa90",
trunk = {barsize = 10, text = "100kg"},
},
['BMW M4 GTS'] = {
vehID = 8,
price = 100,
spawncode = "rmodm4gts",
trunk = {barsize = 10, text = "100kg"},
},
['Jeep GC Supercharged'] = {
vehID = 9,
price = 100,
spawncode = "rmodjeep",
trunk = {barsize = 40, text = "400KG"},
},
['Range Rover Sport SVR'] = {
vehID = 10,
price = 100,
spawncode = "rmodrover",
trunk = {barsize = 40, text = "400KG"},
},
['Chevrolet Corvette C7'] = {
vehID = 11,
price = 100,
spawncode = "c7",
trunk = {barsize = 10, text = "100kg"},
},
}
},
------------------------------------------
-- ______ _____ ___ _____ _____
-- | ___ \| _ |/ _ \_ _/ ___|
-- | |_/ /| | | / /_\ \| | \ `--.
-- | ___ \| | | | _ || | `--. \
-- | |_/ /\ \_/ / | | || | /\__/ /
-- \____/ \___/\_| |_/\_/ \____/
-------------------------------------------
[11] = {
-- Name
name = "Capitão Iglo",
-- Blip
blipId = 410,
blipScale = 0.7,
blipColor = 38,
blipText = "Concessionário de Barcos",
-- Ped
ped = "mp_m_boatstaff_01",
ped_heading = 320.65,
ped_coords = vector3(-719.6, -1327.04, 1.6 - 1),
-- Vehicle Show
vehicle_heading = 228.93,
vehicle_coords = vector3(-725.36, -1328.16, 0.12),
type = "boat",
-- Cam
cam_coords = vector3(-717.77, -1328.22, 5.81),
-- Vehicle
vehicle_spawn = vector3(-713.45, -1337.09, -0.04),
vehicle_spawn_heading = 141.19,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Nagasaki Dinghy'] = {
vehID = 1,
price = 10000,
spawncode = "dinghy3",
},
['Shitzu Jetmax'] = {
vehID = 2,
price = 300000,
spawncode = "jetmax",
},
['Dinka Marquis'] = {
vehID = 3,
price = 150000,
spawncode = "marquis",
},
['Speedophile Seashark'] = {
vehID = 4,
price = 65000,
spawncode = "seashark",
},
['Pegassi Speeder'] = {
vehID = 5,
price = 400000,
spawncode = "speeder",
},
['Shitzu Squalo'] = {
vehID = 6,
price = 150000,
spawncode = "squalo",
},
['Shitzu Suntrap'] = {
vehID = 7,
price = 80000,
spawncode = "suntrap",
},
['Lampadati Toro'] = {
vehID = 8,
price = 300000,
spawncode = "toro",
},
['Shitzu Tropic'] = {
vehID = 9,
price = 150000,
spawncode = "tropic2",
},
['Submersible'] = {
vehID = 10,
price = 650000,
spawncode = "submersible",
},
['Kraken Avisa'] = {
vehID = 11,
price = 1500000,
spawncode = "avisa",
},
}
},
[12] = {
-- Name
name = "Capitão Gancho",
-- Blip
blipId = 371,
blipScale = 0.7,
blipColor = 3,
blipText = "Náutica e Pesca",
-- Ped
ped = "ig_chef",
ped_heading = 269.64,
ped_coords = vector3(-298.66, -2768.47, 1.2),
-- Vehicle Show
vehicle_heading = 270.86,
vehicle_coords = vector3(-287.7, -2762.51, 0.77),
type = "boat",
-- Cam
cam_coords = vector3(-305.59, -2771.63, 12.79),
-- Vehicle
vehicle_spawn = vector3(-272.36, -2734.32, 0.85),
vehicle_spawn_heading = 240.85,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Tug'] = {
vehID = 1,
price = 500000,
spawncode = "tug",
trunk = {barsize = 10, text = "3000KG"},
},
}
},
----------------------------------------------------------------------------------------------
-- _ _ ___________ _ _ _____ _ _____ _____ ___________ _____ ___________ _____
-- | | | |_ _| ___ \ | | | || ___| | |_ _/ __ \ _ | ___ \_ _| ___| ___ \/ ___|
-- | | | | | | | |_/ / | |_| || |__ | | | | | / \/ | | | |_/ / | | | |__ | |_/ /\ `--.
-- | | | | | | | __/ | _ || __|| | | | | | | | | | __/ | | | __|| / `--. \
-- \ \_/ /_| |_| | | | | || |___| |_____| |_| \__/\ \_/ / | | | | |___| |\ \ /\__/ /
-- \___/ \___/\_| \_| |_/\____/\_____/\___/ \____/\___/\_| \_/ \____/\_| \_|\____/
----------------------------------------------------------------------------------------------
[13] = {
-- Name
name = "Piloto",
vip = true,
-- Blip
blipId = 370,
blipScale = 0.7,
blipColor = 3,
blipText = "Helicóptero SA",
-- Ped
ped = "s_m_m_pilot_01",
ped_heading = 236.75,
ped_coords = vector3(-1108.12, -2894.64, 13.95 - 1),
-- Vehicle Show
vehicle_heading = 149.86,
vehicle_coords = vector3(-1112.41, -2883.87, 13.62),
type = "helicopter",
-- Cam
cam_coords = vector3(-1109.36, -2895.25, 18.74),
-- Vehicle
vehicle_spawn = vector3(-1146.1, -2864.84, 14.62),
vehicle_spawn_heading = 150.61,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Maibatsu Frogger'] = {
vehID = 1,
price = 100,
spawncode = "frogger",
},
['SuperVolito'] = {
vehID = 2,
price = 100,
spawncode = "supervolito",
},
['SuperVolito CB'] = {
vehID = 3,
price = 100,
spawncode = "supervolito2",
},
['Buckingham Swift'] = {
vehID = 4,
price = 100,
spawncode = "swift",
},
['Swift Deluxe'] = {
vehID = 5,
price = 100,
spawncode = "swift2",
},
['Volatus'] = {
vehID = 6,
price = 100,
spawncode = "volatus",
},
}
},
----------------------------------------------------------------------------
-- ___ ________ _____ ___________ _______ _______ _ _____ _____
-- | \/ | _ |_ _| _ | ___ \/ __ \ \ / / __ \| | | ___/ ___|
-- | . . | | | | | | | | | | |_/ /| / \/\ V /| / \/| | | |__ \ `--.
-- | |\/| | | | | | | | | | | / | | \ / | | | | | __| `--. \
-- | | | \ \_/ / | | \ \_/ / |\ \ | \__/\ | | | \__/\| |____| |___/\__/ /
-- \_| |_/\___/ \_/ \___/\_| \_| \____/ \_/ \____/\_____/\____/\____/
-----------------------------------------------------------------------------
[14] = {
-- Name
name = "Motas",
vip = true,
ped = "mp_g_m_pros_01",
ped_heading = 114.92,
ped_coords = vector3(-782.74, -218.47, 36.15),
-- Vehicle Show
vehicle_heading = 52.4,
vehicle_coords = vector3(-779.51, -219.05, 36.17),
type = "car",
-- Cam
cam_coords = vector3(-781.97, -220.99, 38.07),
-- Vehicle
vehicle_spawn = vector3(-776.49, -230.4, 36.72),
vehicle_spawn_heading = 209.92,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Kawasaki H2R'] = {
vehID = 1,
price = 100,
spawncode = "nh2r",
},
['Honda Africa Twin'] = {
vehID = 2,
price = 100,
spawncode = "africat",
},
['Ducati Desmosedici'] = {
vehID = 3,
price = 100,
spawncode = "desmo",
},
['Yamaha MT-07'] = {
vehID = 4,
price = 100,
spawncode = "fz07",
},
}
},
---------------------------------------------
-- ______ _ ___ _ _ _____ _____
-- | ___ \ | / _ \ | \ | || ___/ ___|
-- | |_/ / | / /_\ \| \| || |__ \ `--.
-- | __/| | | _ || . ` || __| `--. \
-- | | | |____| | | || |\ || |___/\__/ /
-- \_| \_____/\_| |_/\_| \_/\____/\____/
---------------------------------------------
[15] = {
-- Name
name = "Hangar",
vip = true,
ped = "s_m_y_pilot_01",
ped_heading = 63.86,
ped_coords = vector3(-970.02, -2967.74, 12.95),
-- Vehicle Show
vehicle_heading = 150.25,
vehicle_coords = vector3(-962.16, -2965.39, 13.59),
type = "plane",
-- Cam
cam_coords = vector3(-963.1, -2976.01, 16.37),
-- Vehicle
vehicle_spawn = vector3(-901.68, -3199.96, 14.87),
vehicle_spawn_heading = 58.97,
testdrivetime = 120, -- seconds
-- Vehicles List
vehiclesList = {
['CUBAN 800'] = {
vehID = 1,
price = 1000000,
--
spawncode = "cuban800",
trunk = {barsize = 50, text = "2000KG"},
},
['Mammoth Dodo'] = {
vehID = 2,
price = 12000000,
--
spawncode = "dodo",
trunk = {barsize = 50, text = "2000KG"},
},
['JoBuilt Velum'] = {
vehID = 3,
price = 15000000,
--
spawncode = "velum",
trunk = {barsize = 75, text = "3500KG"},
},
['JoBuilt Mammatus'] = {
vehID = 4,
price = 17000000,
--
spawncode = "mammatus",
trunk = {barsize = 75, text = "3000KG"},
},
['Buckingham Vestra'] = {
vehID = 5,
price = 100,
spawncode = "vestra",
trunk = {barsize = 80, text = "3500KG"},
},
['JoBuilt Velum 5-S'] = {
vehID = 6,
price = 100,
spawncode = "velum2",
trunk = {barsize = 100, text = "4000KG"},
},
}
},
--------------------------------
-- ___ ___________ _____
-- |_ || _ | ___ \/ ___|
-- | || | | | |_/ /\ `--.
-- | || | | | ___ \ `--. \
-- /\__/ /\ \_/ / |_/ //\__/ /
-- \____/ \___/\____/ \____/
--------------------------------
-- Police
-----------------------------
[16] = {
-- Name
name = "DPLS",
ped = "mp_g_m_pros_01",
ped_heading = 117.27,
ped_coords = vector3(-82.03, -818.7, 222.35),
-- Vehicle Show
vehicle_heading = 179.41,
vehicle_coords = vector3(-77.53, -819.46, 222.35),
type = "car",
job = "police",
-- Cam
cam_coords = vector3(-80.32, -823.68, 223.0),
-- Vehicle
vehicle_spawn = vector3(-83.97, -821.28, 36.03),
vehicle_spawn_heading = 345.7,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Police'] = {
vehID = 1,
price = 350000,
--
spawncode = "police",
},
}
},
-----------------------------
-- Ambulance
-----------------------------
[20] = {
-- Name
name = "SOS",
ped = "s_m_m_paramedic_01",
ped_heading = 117.56,
ped_coords = vector3(-82.24, -819.21, 232.69),
-- Vehicle Show
vehicle_heading = 181.49,
vehicle_coords = vector3(-77.39, -820.17, 232.29),
type = "car",
job = "ambulance",
-- Cam
cam_coords = vector3(-81.47, -822.97, 233.98),
-- Vehicle
vehicle_spawn = vector3(-83.97, -821.28, 36.03),
vehicle_spawn_heading = 345.7,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['Audi A3'] = {
vehID = 1,
price = 50000,
--
spawncode = "ambulance",
},
}
},
-----------------------------
-- Motoclube
-----------------------------
-- Sandy
[21] = {
-- Name
name = "Alcindo Monteiro",
-- Ped
ped = "g_m_y_lost_02",
ped_heading = 185.05,
ped_coords = vector3(286.88, 3023.85, 43.08), -- random coordenate
-- Vehicle Show
vehicle_heading = 214.6,
vehicle_coords = vector3(285.33, 3022.0, 42.34),
type = "car",
job = "motoclube",
-- Cam
cam_coords = vector3(284.05, 3019.56, 43.57),
-- Vehicle
vehicle_spawn = vector3(274.33, 3020.94, 42.35),
vehicle_spawn_heading = 186.02,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['LCC Hexer'] = {
vehID = 1,
price = 170000,
spawncode = "hexer",
trunk = {barsize = 2, text = "20KG"},
},
['LCC Innovation'] = {
vehID = 2,
price = 200000,
spawncode = "innovation",
trunk = {barsize = 2, text = "20KG"},
},
['Western Daemon C.'] = {
vehID = 3,
price = 200000,
spawncode = "daemon2",
trunk = {barsize = 2, text = "20KG"},
},
['Western Bagger'] = {
vehID = 4,
price = 150000,
spawncode = "bagger",
trunk = {barsize = 2, text = "20KG"},
},
['Principe Lectro'] = {
vehID = 5,
price = 185000,
spawncode = "lectro",
trunk = {barsize = 2, text = "20KG"},
},
['Pegassi Ruffian'] = {
vehID = 6,
price = 400000,
spawncode = "ruffian",
trunk = {barsize = 2, text = "20KG"},
},
['Western Z.Bobber'] = {
vehID = 7,
price = 350000,
spawncode = "zombiea",
trunk = {barsize = 2, text = "20KG"},
},
['Western Nightblade'] = {
vehID = 8,
price = 350000,
spawncode = "nightblade",
trunk = {barsize = 2, text = "20KG"},
},
['Dinka Thrust'] = {
vehID = 9,
price = 300000,
spawncode = "thrust",
trunk = {barsize = 2, text = "20KG"},
},
['Nagasaki Chimera'] = {
vehID = 10,
price = 300000,
spawncode = "chimera",
trunk = {barsize = 2, text = "20KG"},
},
['Shitzu Vader'] = {
vehID = 11,
price = 180000,
spawncode = "vader",
trunk = {barsize = 2, text = "20KG"},
},
['Race Bike Tri-Cycles'] = {
vehID = 12,
price = 15000,
spawncode = "tribike3",
trunk = {barsize = 2, text = "20KG"},
},
['Bike Fixter'] = {
vehID = 13,
price = 6000,
spawncode = "fixter",
trunk = {barsize = 2, text = "20KG"},
},
['Bike Cruiser'] = {
vehID = 14,
price = 1000,
spawncode = "cruiser",
trunk = {barsize = 2, text = "20KG"},
},
['Western Reever'] = {
vehID = 15,
price = 850000,
spawncode = "reever",
trunk = {barsize = 2, text = "20KG"},
},
['Nagasaki Shinobi'] = {
vehID = 16,
price = 850000,
spawncode = "shinobi",
trunk = {barsize = 2, text = "20KG"},
},
['Nagasaki Carbon RS'] = {
vehID = 17,
price = 750000,
spawncode = "carbonrs",
trunk = {barsize = 2, text = "20KG"},
},
['LCC Sanctus'] = {
vehID = 18,
price = 450000,
spawncode = "sanctus",
trunk = {barsize = 2, text = "20KG"},
},
['Western Gargoyle'] = {
vehID = 19,
price = 400000,
spawncode = "gargoyle",
trunk = {barsize = 2, text = "20KG"},
},
['Western Sovereign'] = {
vehID = 20,
price = 270000,
spawncode = "sovereign",
trunk = {barsize = 2, text = "20KG"},
},
}
},
-- Paleto
[22] = {
-- Name
name = "Alcindo Monteiro",
-- Ped
ped = "g_m_y_lost_02",
ped_heading = 83.44,
ped_coords = vector3(980.16, -122.84, 72.96),
-- Vehicle Show
vehicle_heading = 132.76,
vehicle_coords = vector3(977.0, -120.64, 74.08),
type = "car",
job = "police",
-- Cam
cam_coords = vector3(976.64, -124.88, 74.16),
-- Vehicle
vehicle_spawn = vector3(968.12, -127.52, 74.36),
vehicle_spawn_heading = 146.48,
testdrivetime = 60, -- seconds
-- Vehicles List
vehiclesList = {
['LCC Hexer'] = {
vehID = 1,
price = 170000,
spawncode = "hexer",
trunk = {barsize = 2, text = "20KG"},
},
['LCC Innovation'] = {
vehID = 2,
price = 200000,
spawncode = "innovation",
trunk = {barsize = 2, text = "20KG"},
},
['Western Daemon C.'] = {
vehID = 3,
price = 200000,
spawncode = "daemon2",
trunk = {barsize = 2, text = "20KG"},
},
['Western Bagger'] = {
vehID = 4,
price = 150000,
spawncode = "bagger",
trunk = {barsize = 2, text = "20KG"},
},
['Principe Lectro'] = {
vehID = 5,
price = 185000,
spawncode = "lectro",
trunk = {barsize = 2, text = "20KG"},
},
['Pegassi Ruffian'] = {
vehID = 6,
price = 400000,
spawncode = "ruffian",
trunk = {barsize = 2, text = "20KG"},
},
['Western Z.Bobber'] = {
vehID = 7,
price = 350000,
spawncode = "zombiea",
trunk = {barsize = 2, text = "20KG"},
},
['Western Nightblade'] = {
vehID = 8,
price = 350000,
spawncode = "nightblade",
trunk = {barsize = 2, text = "20KG"},
},
['Dinka Thrust'] = {
vehID = 9,
price = 300000,
spawncode = "thrust",
trunk = {barsize = 2, text = "20KG"},
},
['Nagasaki Chimera'] = {
vehID = 10,
price = 300000,
spawncode = "chimera",
trunk = {barsize = 2, text = "20KG"},
},
['Shitzu Vader'] = {
vehID = 11,
price = 180000,
spawncode = "vader",
trunk = {barsize = 2, text = "20KG"},
},
['Race Bike Tri-Cycles'] = {
vehID = 12,
price = 15000,
spawncode = "tribike3",
trunk = {barsize = 2, text = "20KG"},
},
['Bike Fixter'] = {
vehID = 13,
price = 6000,
spawncode = "fixter",
trunk = {barsize = 2, text = "20KG"},
},
['Bike Cruiser'] = {
vehID = 14,
price = 1000,
spawncode = "cruiser",
trunk = {barsize = 2, text = "20KG"},
},
['Western Reever'] = {
vehID = 15,
price = 850000,
spawncode = "reever",
trunk = {barsize = 2, text = "20KG"},
},
['Nagasaki Shinobi'] = {
vehID = 16,
price = 850000,
spawncode = "shinobi",
trunk = {barsize = 2, text = "20KG"},
},
['Nagasaki Carbon RS'] = {
vehID = 17,
price = 750000,
spawncode = "carbonrs",
trunk = {barsize = 2, text = "20KG"},
},
['LCC Sanctus'] = {
vehID = 18,
price = 450000,
spawncode = "sanctus",
trunk = {barsize = 2, text = "20KG"},
},
['Western Gargoyle'] = {
vehID = 19,
price = 400000,
spawncode = "gargoyle",
trunk = {barsize = 2, text = "20KG"},
},
['Western Sovereign'] = {
vehID = 20,
price = 270000,
spawncode = "sovereign",
trunk = {barsize = 2, text = "20KG"},
},
}
},
}
Last updated
Was this helpful?