# Installation

{% tabs %}
{% tab title="ESX" %}

### Removing esx\_multicharacter

Make sure to totally remove esx\_multicharacter from `/resources/[core]/`

### Changing es\_extended config

Firstly, we need to apply the changes to the config file.\
\
If you're on ESX Legacy 1.12 and above find **es\_extended/shared/config/main.lua**\
Any other version, go to **es\_extended/config.lua**\
\
Find this variabl&#x65;**:**

```lua
Config.Multichar = GetResourceState("esx_multicharacter") ~= "missing"
```

And change it to:

```lua
Config.Multichar = true
```

Now you applied the core changes to the framework!

### Installing the resource

Drag resource into your /resources folder.\
\
Voila! :tada:
{% endtab %}

{% tab title="QBCore" %}

### Removing qb-multicharacter

Make sure to totally remove qb-multicharacter from `/resources/[qb]/`

### Installing the resource

Drag resource into your /resources folder.\
\
Voila! :tada:
{% endtab %}

{% tab title="QBOX" %}

### Disabling QBOX default Multicharacter

Headover to the `/qbx-core/config/client.lua` and set at line **8**

**`useExternalCharacters = true`**

<figure><img src="/files/XIl78Nw8Huol0Q9WYn3H" alt=""><figcaption><p>useExternalCharacters location</p></figcaption></figure>

### Installing the resource

Drag resource into your /resources folder.

Voila! :tada:\
\
**Why those changes are crucial?**\
QBOX prioritize identifiers starting from the license2, that way we can't just set the identifier for license2 since some percentage of the users does not have that identifier.
{% endtab %}
{% endtabs %}


---

# 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://zsx-development.gitbook.io/docs/resources/multicharacter/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.
