Ox Inventory

local storage = {
10, 50000
}
if source > 0 then
local model, class = lib.callback.await('ox_inventory:getVehicleData', source, data.netid)
storage = Vehicles[data.type].models[model] or Vehicles[data.type][class]
end
Last updated

local storage = {
10, 50000
}
if source > 0 then
local model, class = lib.callback.await('ox_inventory:getVehicleData', source, data.netid)
storage = Vehicles[data.type].models[model] or Vehicles[data.type][class]
end
Last updated