> For the complete documentation index, see [llms.txt](https://5scripts-1.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://5scripts-1.gitbook.io/docs/assets/5s_hitmarker/install.md).

# Install

## 1. File Installation

Extract the downloaded files and copy all folders to the `resources/[5s]/` directory on your server

* `5s_hitmarker`
* `5s_lib`

## 2. Server.cfg Configuration

Add the following lines to your `server.cfg` file:

```cfg
# 5s Hit Marker - Required dependencies
ensure ox_lib
ensure 5s_lib


# 5s Hit Marker - Main resource
ensure 5s_hitmarker
```

> **Note:** `5s_hitmarker` is fully standalone and client-side. It does **not** require a database or any framework (ESX/QB) - player settings are stored locally on each client.
