Ne fonctionne pas pour moi, quand je fais "e" ça m'ouvre la fenêtre du car dealer avec rien dedans et je peux rien faire. L'erreur qui spam la console :
[ERROR] addons/3d_car_dealer/lua/autorun/3dcardealer_shopvgui.lua:1050: attempt to concatenate field 'CurMode' (a nil value)
1. unknown - addons/3d_car_dealer/lua/autorun/3dcardealer_shopvgui.lua:1050
Mon 3DCarDealer_AddCars :
D3DCarConfig = D3DCarConfig or {}
D3DCarConfig.Car = {}
//
timer.Simple(1,function()
/* ──────────────────────────────────────────────────────────────────────────────────
Adding New CAR < If you dont know how to add, Goto 3d_car_dealer/How to add more cars.txt
────────────────────────────────────────────────────────────────────────────────── */
local TB2Insert = {}
TB2Insert.VehicleName = "mitsuevoxpoltdm"
TB2Insert.CarName = "Voiture de police"
TB2Insert.CarPrice = 0
TB2Insert.CarRefund = 0
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Voiture de police"
TB2Insert.AvaliableTeam = {TEAM_POLICE, TEAM_CHIEF, TEAM_BAC}
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "mer_slrtdm"
TB2Insert.CarName = "Mercedes McLaren"
TB2Insert.CarPrice = 300000
TB2Insert.CarRefund = 50000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Mercedes McLaren"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "vswat"
TB2Insert.CarName = "Camion du RAID"
TB2Insert.CarPrice = 0
TB2Insert.CarRefund = 0
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Camion du RAID"
TB2Insert.AvaliableTeam = {TEAM_RAID, TEAM_CHIEFRAID, TEAM_SNIPER}
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "crownvic_taxitdm"
TB2Insert.CarName = "Taxi"
TB2Insert.CarPrice = 0
TB2Insert.CarRefund = 0
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Taxi"
TB2Insert.AvaliableTeam = {TEAM_TAXI}
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "porcycletdm"
TB2Insert.CarName = "Velo"
TB2Insert.CarPrice = 0
TB2Insert.CarRefund = 0
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Velo"
TB2Insert.AvaliableTeam = {TEAM_PSY}
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "alfa_giuliettatdm"
TB2Insert.CarName = "Alpha Romeo Giulietta"
TB2Insert.CarPrice = 50000
TB2Insert.CarRefund = 5000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Alpha Romeo Giulietta"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "audir8tdm"
TB2Insert.CarName = "Audi R8"
TB2Insert.CarPrice = 100000
TB2Insert.CarRefund = 10000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Audi R8"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "bmwm613tdm"
TB2Insert.CarName = "BMW M6"
TB2Insert.CarPrice = 150000
TB2Insert.CarRefund = 15000
TB2Insert.MaxAmount = 1
TB2Insert.Description = BMW M6"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "veyronsstdm"
TB2Insert.CarName = "Bugatti Veyron SS"
TB2Insert.CarPrice = 800000
TB2Insert.CarRefund = 80000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Bugatti Veyron SS"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "che_sparktdm"
TB2Insert.CarName = Chevrolet Spark"
TB2Insert.CarPrice = 10000
TB2Insert.CarRefund = 1000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Chevrolet Spark"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "c4tdm"
TB2Insert.CarName = "Citroen C4"
TB2Insert.CarPrice = 15000
TB2Insert.CarRefund = 1500
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Citroen C4"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "chargersrt8tdm"
TB2Insert.CarName = "Dodge Charger"
TB2Insert.CarPrice = 100000
TB2Insert.CarRefund = 10000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Dodge Charger"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "ferf430tdm"
TB2Insert.CarName = "Ferrari F430"
TB2Insert.CarPrice = 800000
TB2Insert.CarRefund = 80000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Ferrari F430"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "fer_458spidtdm"
TB2Insert.CarName = "Ferrari 458 Spider"
TB2Insert.CarPrice = 600000
TB2Insert.CarRefund = 60000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Ferrari 458 Spider"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "focusrstdm"
TB2Insert.CarName = "Ford Focus RS"
TB2Insert.CarPrice = 50000
TB2Insert.CarRefund = 5000
TB2Insert.MaxAmount = 1
TB2Insert.Description = Ford Focus RS"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "s2000tdm"
TB2Insert.CarName = "Honda S2000"
TB2Insert.CarPrice = 100000
TB2Insert.CarRefund = 10000
TB2Insert.MaxAmount = 1
TB2Insert.Description = Honda S2000"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "ceedtdm"
TB2Insert.CarName = "Kia Ceed"
TB2Insert.CarPrice = 40000
TB2Insert.CarRefund = 4000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Kia Ceed"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "murcielagosvtdm"
TB2Insert.CarName = "Lamborghini"
TB2Insert.CarPrice = 1000000
TB2Insert.CarRefund = 100000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Lamborghini"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "mas_ghiblitdm"
TB2Insert.CarName = "Maserati Ghibli S"
TB2Insert.CarPrice = 200000
TB2Insert.CarRefund = 20000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Maserati Ghibli S"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "speed3tdm"
TB2Insert.CarName = "Mazda Speed 3"
TB2Insert.CarPrice = 50000
TB2Insert.CarRefund = 5000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Mazda Speed 3"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "p1tdm"
TB2Insert.CarName = "Mc Laren P1"
TB2Insert.CarPrice = 1000000
TB2Insert.CarRefund = 100000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Mc Laren P1"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "mere63tdm"
TB2Insert.CarName = "Mercedes E-63 AMG"
TB2Insert.CarPrice = 250000
TB2Insert.CarRefund = 25000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Mercedes E-63 AMG"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "coopers11tdm"
TB2Insert.CarName = "Mini Cooper S"
TB2Insert.CarPrice = 50000
TB2Insert.CarRefund = 5000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Mini Cooper S"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "mitsu_eclipgttdm"
TB2Insert.CarName = "Mitsubishi Eclipse GT"
TB2Insert.CarPrice = 150000
TB2Insert.CarRefund = 15000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Mitsubishi Eclipse GT"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "c12tdm"
TB2Insert.CarName = "Pagani Zonda C12"
TB2Insert.CarPrice = 800000
TB2Insert.CarRefund = 80000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Pagani Zonda C12"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "carreragttdm"
TB2Insert.CarName = "Porsche Carrera GT"
TB2Insert.CarPrice = 600000
TB2Insert.CarRefund = 60000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Porsche Carrera GT"
table.insert(D3DCarConfig.Car,TB2Insert)
local TB2Insert = {}
TB2Insert.VehicleName = "918spydtdm"
TB2Insert.CarName = "Porsche 918 Spyder"
TB2Insert.CarPrice = 800000
TB2Insert.CarRefund = 80000
TB2Insert.MaxAmount = 1
TB2Insert.Description = "Porsche 918 Spyder"
table.insert(D3DCarConfig.Car,TB2Insert)
Besoin d'aide SVP !
@AnonymousLeaker's