[ script:0r-mechanic] SCRIPT ERROR: @0r-mechanic/server.lua:145: No such export RemoveMoney in resource qb-management
[ script:0r-mechanic] > Tri...
This is due to QBCore removing money management from their qb-managment you will need to install a earlier version of qb-management or you will need to change it to
exports["qb-banking"]:RemoveMoney if you are using qb-banking
I have it edited to use renewed-banking which is
exports['Renewed-Banking']:removeAccountMoney(currentMechanic.job, data.price)
exports['Renewed-Banking']:handleTransaction(currentMechanic.job, "Shop Costs/", totalPrice, "Payment", "Bill", tostring(currentMechanic.job), "withdraw")
0Resmon i imagine is using the older exports do to majority of players do not use qb-banking and use others and change the exports themselves to match the banking they are using