# fnx-login

### How can i use this resource?

this resource is very simple to use, it requires a simple dependency.

* [esx legacy version ](https://docs.esx-framework.org/legacy/installation/)or upper
* [oxmysql](https://github.com/overextended/oxmysql/releases) (recommended not required)

Go to es\_extended config and set the multichar config to true.

![](https://807306352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYyUqsAFg0fc2f2rIKA9A%2Fuploads%2FW4TrMDvVVKtKSvzScxRB%2Fimage.png?alt=media\&token=52e529c7-a7f4-41fd-8160-3c4917f8785d)\ <br>

### Im using esx\_skin, how can i set the script for it?

This is a very easy thing, just set to false usefivemappearance config.![](https://807306352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYyUqsAFg0fc2f2rIKA9A%2Fuploads%2FnHZRAPBZnNaDCZs0qFaf%2Fimage.png?alt=media\&token=9abc58fa-da14-4791-8bc5-22c02ebb74ae)

### I have xPlayer error in my console

To fix this error you need to change the identifier control with the base function to get the identifier of ESX

Following an example:

![](https://807306352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYyUqsAFg0fc2f2rIKA9A%2Fuploads%2F0sfa2RIvU8qwq4EYAhFI%2Fimage.png?alt=media\&token=c299b461-1538-40ec-a6f6-e7e557081479)

to:

![](https://807306352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYyUqsAFg0fc2f2rIKA9A%2Fuploads%2FsvwSLrRdw6IMTicAwDyj%2Fimage.png?alt=media\&token=9e357f16-9096-46ab-b560-e729268d8472)

### How can i unlock the 2nd character slot?

to unlock the second character for a specific person just go to the "multipg" table and where the identifier of the player in question is put the value 1

only one slot =

![](https://807306352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYyUqsAFg0fc2f2rIKA9A%2Fuploads%2FP0umyQWARjLlOTNsm2Lj%2Fimage.png?alt=media\&token=637e6c53-678c-46ff-a703-7853c07e5aa3)

enable second slot =&#x20;

![](https://807306352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYyUqsAFg0fc2f2rIKA9A%2Fuploads%2F7CG7vaxox8hrNbIMuwRd%2Fimage.png?alt=media\&token=1bd6ca39-5553-4139-afbe-b309628e29ae)

### How can i unlock the 2nd character for all?

go to "multipg" table setting&#x20;

![](https://807306352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYyUqsAFg0fc2f2rIKA9A%2Fuploads%2FG71aAKkx8oyLnJnb5STa%2Fimage.png?alt=media\&token=5e27f32d-aff8-42f7-b8db-0a0fc595cf23)

see the default value of culumn slot

![](https://807306352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYyUqsAFg0fc2f2rIKA9A%2Fuploads%2FK5rKwmbxFn2BJzXydwCf%2Fimage.png?alt=media\&token=1a8394ef-b8c4-49b5-b9c6-04d4748a37ec)

set the default value to 1&#x20;

![](https://807306352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYyUqsAFg0fc2f2rIKA9A%2Fuploads%2Fxw5a4IrZfOTEhwSu92GO%2Fimage.png?alt=media\&token=50818ff5-3526-426c-9c80-a75e8e085b83)


---

# 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://peppesess.gitbook.io/fenix-development-documentation/resources/fnx-login.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.
