Vérifié 3dcardealer v4.1 (last) | Michael

Michael

Donateur ❤
Level 2

Torrents Stats

Messages
56
J'aime
10
Trophées
783
Inscrit
1 Décembre 2015
Link Removed
  • Scriptfodder : Link Removed
  • Téléchargement : Link Removed

Cordialement, Michael
 
Dernière édition par un modérateur:

LaReineDesNeiges

VeryLeak's Unique Member 👑
Level 3

Torrents Stats

Messages
335
J'aime
565
Trophées
910
Inscrit
27 Novembre 2015
Fonctionnelle !
 

ExotiikZz_ModzZ

VeryLeak's Unique Member 👑
Level 1

Torrents Stats

Messages
458
J'aime
91
Trophées
825
Inscrit
26 Novembre 2015
Merci , c'est ce car dealer Link Removed ou ce lui la Link Removed
 

Michael

Donateur ❤
Level 2

Torrents Stats

Messages
56
J'aime
10
Trophées
783
Inscrit
1 Décembre 2015

WirArX

VeryLeak's Unique Member 👑
Level 1

Torrents Stats

Messages
45
J'aime
2
Trophées
776
Inscrit
21 Décembre 2015
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
 

Motius

Membre 🏅
Level 1

Torrents Stats

Messages
41
J'aime
9
Trophées
18
Inscrit
15 Décembre 2015
Hello, je vient de tester à l'instant, fonctionne parfaitement pour moi.

Link Removed

Code:
    local TB2Insert = {}
        TB2Insert.VehicleName = "porgt3rsrtdm"
        TB2Insert.CarName = "VeryLeaks"
        TB2Insert.CarPrice = 1000
        TB2Insert.CarRefund = 350
        TB2Insert.IsSCar = false
        TB2Insert.Description = "Description du véhicule"
    table.insert(D3DCarConfig.Car,TB2Insert)

Source :
Link Removed


Source :
Link Removed
 

WirArX

VeryLeak's Unique Member 👑
Level 1

Torrents Stats

Messages
45
J'aime
2
Trophées
776
Inscrit
21 Décembre 2015
Hello, je vient de tester à l'instant, fonctionne parfaitement pour moi.

Link Removed

Code:
    local TB2Insert = {}
        TB2Insert.VehicleName = "porgt3rsrtdm"
        TB2Insert.CarName = "VeryLeaks"
        TB2Insert.CarPrice = 1000
        TB2Insert.CarRefund = 350
        TB2Insert.IsSCar = false
        TB2Insert.Description = "Description du véhicule"
    table.insert(D3DCarConfig.Car,TB2Insert)
Enfait le problème, quand je met 5 voitures tout va bien, mais des que j'en met 6 ca marche plus

Source :
Link Removed


Source :
Link Removed
 

Motius

Membre 🏅
Level 1

Torrents Stats

Messages
41
J'aime
9
Trophées
18
Inscrit
15 Décembre 2015
Enfait le problème, quand je met 5 voitures tout va bien, mais des que j'en met 6 ca marche plus
En faite il ne faut pas oublier cette ligne :

TB2Insert.IsSCar = false

tu met "true" ci c'est une voiture Scar, "false" ci c'est pas le cas, en gros pour les voitures TDMcars tu met "false" sans les ""
 

WirArX

VeryLeak's Unique Member 👑
Level 1

Torrents Stats

Messages
45
J'aime
2
Trophées
776
Inscrit
21 Décembre 2015
En faite il ne faut pas oublier cette ligne :

TB2Insert.IsSCar = false

tu met "true" ci c'est une voiture Scar, "false" ci c'est pas le cas, en gros pour les voitures TDMcars tu met "false" sans les ""
Je vais tester.
 

WirArX

VeryLeak's Unique Member 👑
Level 1

Torrents Stats

Messages
45
J'aime
2
Trophées
776
Inscrit
21 Décembre 2015
En faite il ne faut pas oublier cette ligne :

TB2Insert.IsSCar = false

tu met "true" ci c'est une voiture Scar, "false" ci c'est pas le cas, en gros pour les voitures TDMcars tu met "false" sans les ""
Cela ne change rien a mon problème
 

Michael

Donateur ❤
Level 2

Torrents Stats

Messages
56
J'aime
10
Trophées
783
Inscrit
1 Décembre 2015
vire les lignes: TB2Insert.MaxAmount = 1
 

Michael

Donateur ❤
Level 2

Torrents Stats

Messages
56
J'aime
10
Trophées
783
Inscrit
1 Décembre 2015
Sinon tu peux aller dans garrysmod/data et virer le dossier data du cardealer
 

7even.

Nitro Booster ❤
Level 5
VeryFriend's

Torrents Stats

Messages
1 432
J'aime
245
Trophées
999
Inscrit
14 Décembre 2015
Ajout d'un lien officiel !
 

Carmillia Zonyar

Nouveau 🌱
Level 1

Torrents Stats

Messages
4
J'aime
0
Trophées
3
Inscrit
1 Janvier 2018
88b2bb89034379e05f3a6d3d0872486a.png


Cordialement, Michael
Je ne peut aperements pas le télécharger ! mais merci quand même :C
 
Haut Bas