[QBox/QBCore] Recycling System

Preview
Tebex

This resource was made to be a replacement for jim recycling that was requested by a few of my community members.

This is a recycling system that players collect “crates” which are filled with items and they then place those crates into the recyclers and it breaks it down into materials.

Activating Recycler

Entering the Ipl

Collecting Crates

Table of items that can be placed in recycler and the materials received for them

Features:

  • Support for ipl and mlos
  • Place able recycling station using recycling prop
  • Empty crate item to collect the materials
  • After collecting materials the pallet is placed on a cool down timer
  • Recycle items and break them down to materials
  • Recycler only allows items that you define as recycle items (ox_inventory exclusively)
  • Shop to buy recycler
  • Supports qb-target, ox target, interact
  • Support ox_inventory, qb inventory and ps inventory

Note: There is a bridge folder included with all of the framework & inventory specific events/functions to implement/change or adjust something to suit you if something is there there by default on what you use.

Code is accessible No
Subscription-based No
Lines (approximately) 900
Requirements ox_lib, qbox/qbcore
Support Yes
1 Like

awesome sauce

1 Like

Update:

  • Added support for multiple locations
  • Each location can have a required job needed to enter
  • Each location can have different shops with items
  • Each location can have different times to take material/pallet cooldowns
  • Added support for target interaction to enter/exit the warehouse
  • Added a job check for recycling certain items in the recycler
  • Added support for ps inventory
  • Added the use of renewed-lib (to better help with frameworks integration

Update Preview