# 0R - GunGame

{% 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-gungame` is a fast arena minigame resource with lobby creation, team based matches, profile statistics, multiple preset maps, weapon category based game modes, and a simple command or zone based menu entry. This guide is intentionally short and practical.

## Start Here

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

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

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

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

## Important Notes

* Main config file: `0r-gungame/config.lua`
* Manual database import is required from `0r-gungame/database.sql`
* No required inventory items are needed by default
* The script uses `ox_lib` locales and a profile stats table
* Match access can be opened by command and also restricted to a physical lobby zone

{% 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-gungame.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.
