# 0R - Deathmatch

{% 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-deathmatch` is an arena minigame resource with lobby creation, team based deathmatch rounds, profile statistics, custom weapon lists, multiple preset maps, and a simple command or zone based menu entry. This guide follows the same flat structure as the other arena resources so setup is easy to follow.

## Start Here

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

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

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

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

## Important Notes

* Main config file: `0r-deathmatch/config.lua`
* Manual database import is required from `0r-deathmatch/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-deathmatch.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.
