# 0R - Drug Business

{% 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' }
```

## Overview

`0r-drug-business` is a warehouse based illegal business system with multiple drug business types, employee management, raw material collection, stock upgrades, sale missions, money washing, and lab progression. This documentation is intentionally simplified so server owners can set it up quickly without opening many nested pages.

## Start Here

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

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

{% content-ref url="/pages/90PW4j0u1by8sBGBZbLC" %}
[Script Integrations](/0resmon/0r-resources/0r-drug-business/integrations.md)
{% endcontent-ref %}

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

## Important Notes

* Main configuration file: `0r-drugbusiness/config.lua`
* Manual database import is required from `0r-drugbusiness/database.sql`
* Warehouse locations, interiors, and sale mission locations are stored under the `data/` folder
* The script auto-detects `es_extended`, `qb-core`, and `qbx_core`
* If you use custom police alerts, weather sync, vehicle keys, or target scripts, update the integration files before going live

{% 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-drug-business.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.
