qbx_garages
if not GetResourceState('qbx_garages') == 'started' then return end
Garage = {
---@param model string
---@return string
getVehicleLabel = function(model)
return exports.qbx_core:GetVehiclesByName(model).name or model
end
}
Last updated
Was this helpful?