Qb-vehicleshop Disable Financing

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.

1 Like

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
                        }
                    }
                },
4 Likes

will this work if im trying to disable the whole qb default shop all together i got a new shop script an now i have a problem