> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r-scripts.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Free-for-all PvP arena system with customizable maps and wager matches

## What is R\_FFA?

R\_FFA is a comprehensive FFA (Free-for-all) arena system that provides a competitive PvP experience with customizable maps, weapon loadouts, and wager matches.

## Key Features

<CardGroup cols={2}>
  <Card title="Multiple Arenas" icon="map">
    Fully customizable maps with different themes
  </Card>

  <Card title="Weapon Loadouts" icon="gun">
    Configure different weapon sets per map
  </Card>

  <Card title="1v1 Mode" icon="users">
    Dedicated 1v1 arenas with spawn points
  </Card>

  <Card title="Wager System" icon="coins">
    Bet cash or r\_store credits
  </Card>

  <Card title="Stats Tracking" icon="chart-line">
    Tracks kills and deaths
  </Card>

  <Card title="Radial Menu" icon="circle-dot">
    Optional ox\_lib radial menu
  </Card>
</CardGroup>

## Supported Frameworks

<Tabs>
  <Tab title="ESX">
    Full support for ESX and ESX Legacy

    ```lua theme={null}
    R.Framework = "ESX"
    ```
  </Tab>

  <Tab title="QBCore">
    Full support for QBCore

    ```lua theme={null}
    R.Framework = "qbcore"
    ```
  </Tab>

  <Tab title="QBX">
    Full support for QBX

    ```lua theme={null}
    R.Framework = "qbx"
    ```
  </Tab>
</Tabs>

## Quick Links

<CardGroup cols={3}>
  <Card title="Installation" icon="download" href="/r_ffa/installation">
    Get started with R\_FFA
  </Card>

  <Card title="Configuration" icon="gear" href="/r_ffa/configuration">
    Configure settings
  </Card>

  <Card title="Creating Maps" icon="map" href="/r_ffa/creating-maps">
    Learn to create custom arenas
  </Card>
</CardGroup>

<Card title="Common Issues" icon="wrench" href="/r_ffa/common-issues">
  Troubleshoot common problems
</Card>
