Hello,
I am looking for how to disable the financing option in qb-vehicleshop, the only option for the civilians should be to test, purchase and swap.
Thanks for the help in advance.
Hello,
I am looking for how to disable the financing option in qb-vehicleshop, the only option for the civilians should be to test, purchase and swap.
Thanks for the help in advance.
Comment out or remove. This wont get rid of Financing but get rid of the option in the menu.
qb-vehicleshop/client.lua – Lines 239-249
{
header = 'Finance Vehicle',
txt = 'Finance currently selected vehicle',
params = {
event = 'qb-vehicleshop:client:openFinance',
args = {
price = getVehPrice(),
buyVehicle = Config.Shops[ClosestShop]["ShowroomVehicles"][ClosestVehicle].chosenVehicle
}
}
},