Installation
Frameworks
-- Go to qb-core/client/functions.lua
-- Search the function QBCore.Functions.GetVehicleProperties (line 417 - 570) and delete it.
-- Search the function QBCore.Functions.SetVehicleProperties (line 572 - 865) delete it too.
-- Place this two exports in the file and save it:
function QBCore.Functions.GetVehicleProperties(vehicle)
return exports['av_tuning']:GetVehicleProperties(vehicle)
end
function QBCore.Functions.SetVehicleProperties(vehicle, props)
return exports['av_tuning']:SetVehicleProperties(vehicle, props)
endFor Qbox:
Last updated