01 / OVERVIEWWhat it does
- Type
- Multi-shop vehicle sales system
- Best for
- Qbox or QBCore road, marine, and aviation dealerships
- Delivery
- Server-created handoff or direct-to-garage staging
drs_vehicleshop reworks the QR Vehicle Shop foundation into a server-authoritative sales system for road, marine, and aviation dealerships. Players can browse searchable catalogues, test drive configured models, choose factory paint and registration options, and select drive-away or garage delivery when the shop supports it.
The server resolves prices, access rules, plates, options, garages, and delivery locations from trusted configuration. Purchases are journaled from plate reservation through payment, ownership, entity creation, keys, and final handoff so blocked spawns, disconnects, restarts, and incomplete delivery acknowledgements converge to a recoverable stored vehicle.
05 / CONFIGURATIONConfigurable systems
The resource exposes these major systems for server-specific setup. Exact options and examples remain in the technical documentation.
- Framework, target, keys, and garage providers
- Dealership locations, peds, blips, categories, and catalogues
- Paints, plate prefixes, plate styles, and checkout fees
- Drive-away and direct-to-garage delivery
- Quote lifetime, cooldowns, and handoff timeouts
- Test-drive geofencing and cleanup
- Category access rules
- Society fleet catalogues, callers, grades, and banking provider
- Vanilla and add-on vehicle imagery
View configuration documentation ↗ 06 / COMPATIBILITYCompatibility at a glance
- Framework
- QboxQBCore
- Required
- ox_lib, oxmysql, and OneSync
- Interaction
- ox_target or qb-target
- Garage
- drs_garages preferred; lunar_garage legacy fallback
- Resource name
- Must remain drs_vehicleshop
Full compatibility and configuration ↗Technical details3 implementation facts+
- Runtime
- FiveM Lua with OneSync
- Interface
- HTML, CSS, and JavaScript NUI
- Database
- oxmysql with player_vehicles and durable DRS journals
08 / UPSTREAMDifferences from upstream
Upstream projectQRDevelopment qr-vehicleshop
Base version1.0.0
The DRS edition retains the credited storefront foundation while replacing the purchase, delivery, recovery, database-migration, and integration paths.