- Initiateur de la discussion
Boris-MilleKatre
Geek
- Messages
- 80
- Score réaction
- 11
- Points
- 95
Bonjour, j'aimerais savoir car quand je met un véhicule en VIP, ça me dit : ULX Rank Limitation.
Liens du script : https://scriptfodder.com/scripts/view/46
Voici mon code :
local TB2Insert = {}
TB2Insert.VehicleName = "coupe40tdm"
TB2Insert.CarName = "Ford Deluxe 1940 VIP"
TB2Insert.CarPrice = 75000
TB2Insert.CarRefund = 55000
TB2Insert.MaxAmount = 1
TB2Insert.AvaliableGroup = {"superadmin", "admin", "VIP", "Modo", "p.VIP"}
TB2Insert.Description = "Voiture VIP"
table.insert(D3DCarConfig.Car,TB2Insert)
Merci de me dire ce qu'il me manque ou ce que j'ai fait faux.
Liens du script : https://scriptfodder.com/scripts/view/46
Voici mon code :
local TB2Insert = {}
TB2Insert.VehicleName = "coupe40tdm"
TB2Insert.CarName = "Ford Deluxe 1940 VIP"
TB2Insert.CarPrice = 75000
TB2Insert.CarRefund = 55000
TB2Insert.MaxAmount = 1
TB2Insert.AvaliableGroup = {"superadmin", "admin", "VIP", "Modo", "p.VIP"}
TB2Insert.Description = "Voiture VIP"
table.insert(D3DCarConfig.Car,TB2Insert)
Merci de me dire ce qu'il me manque ou ce que j'ai fait faux.