> 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://arctic-development.gitbook.io/arctic-development/scripts/kills-counter-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
