wrenchSetup and Items

Quick installation guide and required item setup for 0r-garbage

This page covers the minimum setup required to get the script running correctly: dependencies, server.cfg start order, database import, streamed assets, and required items.

Required Dependencies

start oxmysql
start ox_lib
start framework -- es_extended, qb-core, or qbx_core
-- other resources
start 0r_lib
start 0r-garbage

Database

Import this file manually:

The script creates this table:

Required Items

If you use item based menu access, add:

  • garbage_tablet

If you keep bag rewards enabled, these item names are used by default:

  • metalscrap

  • copper

  • plastic

  • aluminum

  • glass

  • packed_weed

  • packed_meth

  • money

Only the enabled rewards on your server need to exist.

OX Inventory Example

QB Core Example

Streamed Assets

This resource contains custom streamed garbage bag assets and a DLC_ITYP_REQUEST entry in fxmanifest.lua.

Do not remove the stream/ files if you want the default V2 visuals to work correctly.

Final Checklist

After setup, verify these points:

  • SQL was imported successfully

  • 0r_lib, ox_lib, and oxmysql start without errors

  • 0r-garbage starts without errors

  • garbage_tablet exists if item access is enabled

  • Custom streamed props load correctly in game

Last updated