# 🛠️Installation

***

## 1️⃣ Follow Tutorial

* Follow the tutorial video to learn how to install usable clothing item.

{% columns %}
{% column %}
{% embed url="<https://youtu.be/HNeZtwt2XZA?si=v7RezJ0TuPUN8EMJ>" %}
{% endcolumn %}

{% column %}
*<mark style="color:yellow;">**If the video didn’t help, follow the step-by-step guide below.**</mark>*
{% endcolumn %}
{% endcolumns %}

***

## 2️⃣ Dependencies

Before installing the script, make sure the following required resources are already running:

| Resource                                                     | Purpose                 |
| ------------------------------------------------------------ | ----------------------- |
| [ft\_weathersystem](https://github.com/papuft/weathersystem) | changing Weather / Time |

## 3️⃣ Download & Extract

* Download the script from Keymaster/assets page.
* Extract it into your server's `resources` folder.
* Suggested folder structure:

  ```
  resources/[ft-scripts]/ft_adminmenu
  ```

***

## 4️⃣ Install Database.

Go to `ft_adminmenu\INSTALL-FIRST\database.sql`    Install SQL in server database

***

## 5️⃣ Configure Permissions.

* Go to `ft_adminmenu\shared\config.lua`&#x20;
* Near line 16 find `Config.Admins` and below add admin license id in new line

{% hint style="danger" %}
*Make sure put license id without* **License:**
{% endhint %}

**For more detail visit** [⚠️ Common Issues](/ft-scripts/recources/overview/admin-menu/esx/common-issues.md)

***

## 6️⃣ Ensure the script in your `server.cfg` file.

```
ensure es_extended
ensure ft_weathersystem
ensure ft_adminmenu
```

***

## 7️⃣ Done

✅ Restart your server!\
🎉 Enjoy the script!

***


---

# 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://ftscripts.gitbook.io/ft-scripts/recources/overview/admin-menu/esx/installation.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.
