> For the complete documentation index, see [llms.txt](https://arctic-development.gitbook.io/arctic-development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arctic-development.gitbook.io/arctic-development/scripts/kills-counter-system.md).

# Kills Counter System

The Kill Counter **Script** for FiveM is the one-stop solution for Kills, Deaths, K/D and Leaderboard in game with compatibly for Discord! this script works seamlessly with any framework.

***

<figure><img src="/files/ITJW7mxwlrHJsBioikvw" alt=""><figcaption></figcaption></figure>

* [Badger-Discord-API](https://github.com/JaredScar/Badger_Discord_API)
* [OxLib](https://github.com/overextended/ox_lib/releases/tag/v3.30.6)

***

<figure><img src="/files/SpMscVNMZqsjkgvXax7q" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Cfdq9yjXVXf1PA9YwsXI" alt=""><figcaption><p>Command Preview</p></figcaption></figure>

<figure><img src="/files/6aCkxfUmlU02qhySG9pH" alt=""><figcaption><p>Main Menu Preview</p></figcaption></figure>

<figure><img src="/files/eypNTCqzcWJHmVzsYNWR" alt=""><figcaption><p>Discord Preview</p></figcaption></figure>

***

```lua
Config = Config or {}
---------------------------------------------------------------------------------------------
-- Discord Configuration
---------------------------------------------------------------------------------------------
Config.UseDiscord          = true
Config.DiscordWebhookURL   = "YOUR_WEBHOOK_URL"
Config.DiscordEmbedColor   = 16711680   -- red by default
---------------------------------------------------------------------------------------------
-- Local Values [DONT EDIT/TOUCH]
---------------------------------------------------------------------------------------------
Config.DiscordLeaderboardUpdateInterval = 15 * 60 * 1000   -- 15 minutes in ms
```

{% hint style="success" %}
Downloads

\[PAID | Open Source] [Official Store Link](https://arcticdevlabs.com/package/script?script=Kill-Counter)
{% endhint %}
