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 5 days ago
Was this helpful?