# 0R - Paintball V2

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

```lua
author '0Resmon | aliko.'
```

```lua
dependencies { 'ox_lib' }
```

## Overview

`0r-paintball-v2` is an arena minigame resource with lobby creation, team matches, profile statistics, custom paintball weapon support, multiple included map presets, and a simple command or lobby zone based menu entry. This guide keeps the setup and edits easy to follow.

## Start Here

{% content-ref url="/pages/CDWNCDnZINahKTThr8rK" %}
[Setup](/0resmon/0resmon-1/0r-resources/0r-paintball-v2/setup.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/v4MBeeAQqErjcnV3ZGpa" %}
[Integrations and Exports](/0resmon/0resmon-1/0r-resources/0r-paintball-v2/integrations-and-exports.md)
{% endcontent-ref %}

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

## Important Notes

* Main config file: `0r-paintball-v2/config.lua`
* Manual database import is required from `0r-paintball-v2/database.sql`
* The default paintball weapon requires the included `0r-paintball-gun` resource
* Included paintball maps are shipped separately in the maps package
* No normal inventory item is required by default

{% 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/0resmon-1/0r-resources/0r-paintball-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.
