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