- Initiateur de la discussion
Boris-MilleKatre
Geek
- Messages
- 80
- Score réaction
- 11
- Points
- 95
Bonsoir, j'aimerais ajouter un vehicule VIP mais je n'arrive pas en ajouter. Si quelqu'un pourrais me faire la ligne de code ça serait sympa.
Exemple de Vehicule :
local TB2Insert = {}
TB2Insert.VehicleName = 'bugatti_veyron_grandsport_lw'
TB2Insert.CarName = 'Buggati Veyron'
TB2Insert.CarPrice = 1300000
TB2Insert.CarRefund = 750000
TB2Insert.Description = 'Rapide et très sportive'
table.insert(D3DCarConfig.Car,TB2Insert)
Addons : https://scriptfodder.com/scripts/view/46
Je voudrais ajoute le groupe : "superadmin, admin, VIP"
Merci et bonne soirée.
Exemple de Vehicule :
local TB2Insert = {}
TB2Insert.VehicleName = 'bugatti_veyron_grandsport_lw'
TB2Insert.CarName = 'Buggati Veyron'
TB2Insert.CarPrice = 1300000
TB2Insert.CarRefund = 750000
TB2Insert.Description = 'Rapide et très sportive'
table.insert(D3DCarConfig.Car,TB2Insert)
Addons : https://scriptfodder.com/scripts/view/46
Je voudrais ajoute le groupe : "superadmin, admin, VIP"
Merci et bonne soirée.