you go to the
\resources\[qb]\qb-core\shared\vehicle.lua to changes prices of any car it won't be in the custom script itself
if your looking for the benny price in custom you go to
resources\[qb]\qb-customs\cong.lua and change it to what he has in the video for items instead of money
you would need to edit this in confg
-- ADJUST PRICING
vehicleCustomisationPrices = {
cosmetics = {price = 400},
respray = {price = 1000},
performance = {prices = {0, 3250, 5500, 10450, 15250, 20500, 25000}},
turbo = {prices = {0, 15000}},
wheels = {price = 400},
customwheels = {price = 600},
wheelsmoke = {price = 400},
windowtint = {price = 400},
neonside = {price = 100},
neoncolours = {price = 500},
headlights = {price = 100},
xenoncolours = {price = 500},
oldlivery = {price = 500},
plateindex = {price = 1000}
}
So like this
-- ADJUST PRICING
vehicleCustomisationPrices = {
["cosmetics"]
item = "plastic",
cost = 2,
},
Spacing is important
View attachment 12670