SF Recycle
A Rust-inspired recycler system for QBCore. Players search trash props around the map to find scrap items, then feed them into recycler machines to break them down into raw materials.
Framework: QBCore only
Features
- Rust-style recycler UI with input/output slots and progress bar
- Loot trash dumpsters and bins scattered around the map
- 4 recycler machine locations (fully configurable)
- 3D distance-based sound โ recycler audio heard by nearby players
- Animated prop swap when recycler is running vs idle
- Recycler state persists across server restarts (database-backed)
- One recycler can only be used by one player at a time
- Discord webhook logs for loot, recycle start, output taken, and completion
- Supports
ox_target,qb-target, or key press fallback (auto-detected) - Supports
ox_inventory,qs-inventory, or QBCore default inventory (auto-detected) - Multi-notification support: QBCore, ox_lib, okokNotify, mythic_notify, jester-notify
Dependencies
- QBCore
- oxmysql
- ox_target or qb-target (optional)
- ox_inventory, qs-inventory, or QBCore default inventory