# 0R - Garbage V2

{% hint style="info" %}
This script is intended for ESX, QBCore, and Qbox based servers.
{% endhint %}

```lua
author '0resmon & alikoc.dev'
```

```lua
dependencies { 'ox_lib', 'oxmysql', '0r_lib' }
```

## Overview

`0r-garbage-v2` is a progression-based garbage job with multiple scenarios, route pools, garbage bag loot, freelance cleaning, and configurable menu access.

## Start Here

{% content-ref url="/pages/7XHl3Ro9RZUzJItM34IJ" %}
[Setup and Items](/0resmon/0r-resources/0r-garbage-v2/setup-and-items.md)
{% endcontent-ref %}

{% content-ref url="/pages/nRa0ocGsCiu6VVXdjOZ2" %}
[Script Integrations](/0resmon/0r-resources/0r-garbage-v2/integrations.md)
{% endcontent-ref %}

{% content-ref url="/pages/YxjvMJO1CinY0T5FSuit" %}
[FAQ and Troubleshooting](/0resmon/0r-resources/0r-garbage-v2/faq.md)
{% endcontent-ref %}

{% content-ref url="/pages/Hhpx2IzNUPVpLIAo7fnL" %}
[Configuration](/0resmon/0r-resources/0r-garbage-v2/configuration.md)
{% endcontent-ref %}

## Important Notes

* Main config files: `config/main.lua` and `config/job.lua`
* Player profile SQL is created automatically by `modules/mysql/server.lua`
* Default menu tablet item: `garbage_tablet`
* Default bag prop assets are streamed by the resource and `fxmanifest.lua` includes `stream/qua_binbags.ytyp`
* Scenario cooldowns are defined in `config/job.lua`, but they can be bypassed globally with `Config.BypassCooldown` in `config/main.lua`

{% embed url="<https://0resmon.tebex.io/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.0resmon.org/0resmon/0r-resources/0r-garbage-v2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
