Manual Compatability Installation

This is page for manual compatability installation

You faced this error?

We are here to cover you

Follow instructions depending on your framework

ESX Framework

Open es_extended/client/functions.lua and find function ESX.Game.GetVehicleProperties

And change whole function with this code block

QBCore Framework

Open qb-core/client/functions.lua and find function QBCore.Functions.GetVehicleProperties

And change whole function with this code block

Qbox Framework

Open qbx_core/bridge/client/functions.lua and find function functions.GetVehicleProperties

And change whole function with this code block

OX_lib

Open ox_lib/resource/vehicleProperties/client.lua and find function lib.getVehicleProperties

And change whole function with this code block

Last updated