Planned fork-specific capture of configurable road, marine, and aircraft categories in the vehicle browser.
qr-vehicleshop
One storefront for cars, boats, and aircraft.
A Qbox- and QBCore-aware QR Vehicle Shop fork with configurable dealerships, target access, validated purchases, and Lunar-style garage compatibility.
Planned fork-specific capture of per-shop peds, test drives, spawn points, vehicle types, and destination garages.
Original QR Vehicle Shop preview; it predates the Qbox, boat, air, and Lunar-compatible changes in this fork.
What it does
DrSnyder's QR Vehicle Shop fork expands the original auto dealership into a multi-shop seller for road, marine, and air vehicles. Each dealership can define its own ped, blip, categories, test-drive route, spawn point, vehicle type, and destination garage, while the server validates purchase details and conditionally adds supported optional columns to the required player_vehicles ownership fields.
Core features
Multiple dealership types
Configure independent auto, boat, and aircraft shops with their own inventory, map presence, spawn points, and garage names.
Validated purchases
The server verifies the model, shop, category, price, player distance, funds, and database result before completing a sale.
Schema-aware ownership
Optional garage, type, state, stored, job, fuel, engine, and body columns are detected before a new player vehicle row is written.
Test drives and handoff
Timed test drives, configurable fuel providers, and optional Qbox or QBCore key resources support the purchase flow.
Compatibility at a glance
Setup path
- 01
Back up the player_vehicles table and existing dealership configuration.
- 02
Place qr-vehicleshop in your resources without renaming it.
- 03
For an existing Qbox/Lunar database, review and import qbox_lunar_vehicle_columns.sql rather than replacing the table.
- 04
Configure the framework, target, shops, garage identifiers, fuel, keys, payment account, and test-drive behavior before starting the resource.
Current release
- Added Qbox support, configurable target providers, and separate auto, boat, and aircraft dealerships.
- Added server purchase validation, schema-aware vehicle inserts, and a Lunar-compatible database migration.