01 / OVERVIEWWhat it does
- Type
- Modified Qbox property system
- Best for
- Servers where real-estate staff create properties and garages
- Garage
- drs_garages is primary; older garage support remains for moving over
- Persistence
- Database-backed property and garage records
This version keeps Qbox property ownership, rentals, decorating, storage, and wardrobes, then adds better vehicle access. A real-estate employee can add a garage, choose its interior, and place separate points for walking in and parking a vehicle.
drs_garages is the main supported garage. Each property garage keeps the same ID, and owner or keyholder access updates automatically when ownership or key access changes. The older Lunar and qbx_garages options are only for moving from an earlier setup and should not run beside drs_garages.
02 / HOW IT WORKSFrom creating a property to using its garage
This version adds garage choices to the existing Qbox property-creation process.
- 01
Create the listing
An authorized real-estate employee sets the property, price, interior, entrance, and optional garage with /createproperty.
- 02
Place vehicle access
Properties with a garage store separate points for walking in and parking a vehicle. Distance checks keep both points near the property.
- 03
Keep access up to date
Purchases, rentals, and key changes update the DRS garage with the current owner and keyholders without changing the garage's ID.
- 04
Navigate and enter
Players can find available properties and places they can access through map markers and /myproperties, then travel to the property or garage.
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.
- Property and garage interiors
- Separate entry and parking points
- Furniture and decoration
- Apartment stash behavior
- Garage script and interior choice
- Property pricing and rent
- Realtor placement workflow
- Optional Discord webhook
- Optional bob74_ipl entries
- Property and garage database tables
See every setup option → 05 / REQUIREMENTSWhat it works with
- Server framework
- Qbox
- Required
- ox_lib, oxmysql, ox_inventory, and illenium-appearance
- Garage
- drs_garages with qbx_vehicles and qbx_vehiclekeys
- Resource name
- Must remain qbx_properties
- Optional
- bob74_ipl for added IPL interior choices
- Also works with
- qbx_garagesLunar Garage (legacy)
See all requirements and setup options →Technical details2 details+
- Runtime
- FiveM Lua
- Database
- oxmysql
07 / ORIGINAL PROJECTChanges from the original
Original projectQbox Project qbx_properties
Base version0.0.1 manifest baseline
This edition keeps the Qbox property system and adds better vehicle access and property discovery. The project was modified manually, so the exact original code revision is not documented.