β οΈImportant Notes
RegisterNetEvent('Dealership:Client:UpdateVeh', function(data)
QBCore.Shared.Vehicles = data
end)RegisterNetEvent('Dealership:Server:UpdateVeh', function(data)
QBCore.Shared.Vehicles = data
end)local vehicles = exports.mm_dealership.GetVehicles()
QBCore.Shared.Vehicles = vehiclesLast updated