01 / OVERVIEWWhat it does
- Type
- Vehicle garage system for several frameworks
- Best for
- Personal, property, impounded, and job-owned vehicles
- Coverage
- Car, boat, and aircraft garages
drs_garages turns Lunar Garage into a DRS garage system for Qbox, QB-Core, and ESX. Players use a compact menu to browse, park, and retrieve personal or job-owned cars, boats, and aircraft. Servers can offer several interaction styles, including point-and-click targets, TextUI, radial menus, and keybinds.
Before a vehicle is parked, retrieved, impounded, or transferred, the server checks who owns it, what it is, where it is, whether someone is inside, and whether another garage action is already running. If the database or a required connection is not ready, the action stops instead of risking bad data.
04 / SETUP OPTIONSWhat you can change
These are the main parts you can adjust for your server. The setup guide lists every option and example.
- Global, exact-garage, or property-aware storage mode
- Automatic database upgrade or read-only checks
- Point-and-click targets, TextUI, radial menus, keybinds, and menu style
- Public, job, property, interior, and impound locations
- Parking time, speed, distance, passenger, and spawn-space checks
- Enforcement jobs, reasons, fees, release rules, and ambient removal
- Vehicle-transfer actions, permissions, distances, and recovery rules
- Job-fleet garages, models, ranks, approved scripts, and job banking
- Keys, fuel, properties, housing, and vehicle-shop integrations
See every setup option → 05 / REQUIREMENTSWhat it works with
- Server framework
- QboxQBCoreESX
- Required
- ox_lib, oxmysql, and OneSync
- Interaction
- Optional ox_target, qb-target, or qtarget; TextUI fallback
- Keys
- qbx_vehiclekeys, qb-vehiclekeys, or a custom ESX hook when enabled
- Resource name
- Must remain drs_garages
- Also works with
- QBX PropertiesQB HousesDRS Vehicle ShopQBX RadialmenuQB Radialmenu
See all requirements and setup options →Technical details3 details+
- Runtime
- FiveM Lua with OneSync
- Interface
- HTML, CSS, JavaScript NUI with ox_lib fallback
- Database
- oxmysql with framework vehicle rows and DRS recovery records
07 / ORIGINAL PROJECTChanges from the original
Original projectLunar Scripts lunar_garage
Base version2.0.3
This edition keeps the GPL-3.0 Lunar foundation, renames the resource, and expands its framework support, database checks, garage access, vehicle operations, and connections to other DRS resources.