jg-advancedgarages

if not GetResourceState('jg-advancedgarages') == '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?