qb-garages
if not GetResourceState('qb-garages') == 'started' then return end
local QBCore = exports['qb-core']:GetCoreObject()
Garage = {
---@param model string
---@return string
getVehicleLabel = function(model)
local vehicleInfo = QBCore.Shared.Vehicles[model]
return vehicleInfo and vehicleInfo.name or model
end
}
Last updated
Was this helpful?