Premium Deluxe Motorsport is the most-installed dealership in FiveM. Here is what separates a good PDM MLO from a laggy one, and how to wire it into your vehicle shop script.

Premium Deluxe Motorsport is probably the single most recognisable building in FiveM roleplay. Almost every server has a version of it, most players can find it without a map marker, and it is where a huge amount of in-game money changes hands.
Which is exactly why picking the wrong one is annoying. A dealership is a high-traffic interior. If it drops frames when six players are inside comparing cars, everybody notices.
These terms get used interchangeably and it causes confusion when you are shopping.
PDM specifically refers to Premium Deluxe Motorsport, the vanilla GTA V dealership on Adam's Apple Boulevard. A PDM MLO usually replaces or upgrades that existing building.
Showroom and car dealership MLO are broader — any interior built for selling vehicles, including custom locations that have nothing to do with the vanilla PDM lot.
If you specifically want players to keep using the location they already know, you want a PDM replacement. If you want a second dealership elsewhere on the map, or a luxury brand showroom, you want a standalone one.
FiveM PDM MLO interiorDealerships have requirements most interiors do not, because of how they get used.
Floor space for parked vehicles. Players need to walk around a car without clipping into it. A showroom that looks enormous in screenshots can turn out to have two metres of walking space between display spots.
Camera-friendly lighting. People screenshot their new car. Interiors lit purely for atmosphere produce muddy, orange photos. You want bright, even light on the display area even if the offices are moody.
Prop batching. This is the one that determines whether it lags. A dealership is full of small props — stanchions, signage, plants, desk clutter. If they are not grouped for streaming, a crowd loading the interior at once spikes streaming memory hard.
A sensible entrance. Sounds obvious. Plenty of interiors have a single narrow door that six players trying to leave at once will fight over.
The MLO gives you the building. Your dealership script gives you the buying. They are separate purchases and separate configuration.
Once the interior is streaming, you point your vehicle shop resource at it:
Every one of those lives in your dealership script's config, not in the MLO. If the interaction marker ends up floating in the middle of the showroom floor, that is a coordinate to fix, not a broken interior.
Our free MLO coordinate finder is useful here — it saves a lot of flying around in-game reading debug output.
Yes, and this is worth being clear about because it gets asked constantly.
An MLO is map data. It modifies world geometry and streaming, not game logic. It never touches your framework. A dealership MLO works identically on QBCore, ESX Legacy, Qbox and standalone.
The script that sells the cars is framework-specific. The building is not.
If you install a PDM replacement, check whether anything else on your server already edits that area. The vanilla PDM lot is a popular target, and two resources both editing it produces z-fighting — flickering geometry where two surfaces occupy the same space.
The listing should tell you which vanilla interior or worldspace it replaces. If you run several map edits in the same district, load order in `server.cfg` resolves most of the remaining conflicts.
Static map data costs almost nothing on the server thread. You will not see a dealership in your resmon output in any meaningful way.
The real cost is client-side streaming, and it scales with prop count and texture size rather than with floor area. A large, sparsely furnished showroom is cheaper than a small one crammed with high-resolution clutter.
This is why prop batching matters more than any single number a listing quotes at you.
If you are replacing the vanilla PDM and want the location players already know, start with a direct PDM replacement.
If you want a premium brand feel for high-end vehicles, a dedicated luxury showroom reads better than a general dealership with expensive cars parked in it.
If you are building a used-car or auction economy, an auction house interior gives you a genuinely different roleplay loop rather than a second version of the same one.
You can browse the full FiveM car dealership MLO collection to compare, and the vehicles collection for stock to put on the floor.
Do not buy the biggest dealership you can find. A tight, well-lit, well-laid-out showroom that six players can move through comfortably will serve your server better than a cavernous one that looks impressive in a listing screenshot and empty in practice.
Walk it yourself before you announce it. If you find yourself clipping into a display car on the way to the desk, your players will too.
Written by
xFiveM Shop Editorial Team
Questions? Browse our products or contact us