Santafe Scripts
♻️ SF Recycle
πŸ“„ Installation

Installation

This script requires a recycler prop model. The prop is NOT included.

Recycler Prop

Option 1 β€” Buy the recommended prop pack:

Purchase bzzz_recycler and add this to your server.cfg:

ensure bzzz_recycler

Option 2 β€” Use a vanilla GTA5 prop:

Open config.lua and change the prop names to any default GTA5 model:

RecyclerConfig.RecyclerIdleProp    = 'prop_generator_03b'
RecyclerConfig.RecyclerRunningProp = 'prop_generator_03b'

Steps

  1. Drop Sf-recycler into your resources folder
  2. Add to server.cfg in this order:
ensure oxmysql
ensure qb-core
ensure Sf-recycler
  1. The database table is created automatically on first start β€” no SQL import needed
  2. Add all required items to your inventory (see Items List)
  3. Configure config.lua to match your server setup
  4. Restart your server