# FAQ / Errors / Questions

***

## <mark style="background-color:yellow;">How it works?</mark>

* After setting the necessary jobs and locations for the clubs via Config, have the job.
* Light and Npc creation menus will only work within the club area you are working.

{% hint style="info" %}
[**Add Job or don't know how to add? Click here**](/0resmon/wais-resoucres/wais-club/add-edit-club-things.md#job-integration)
{% endhint %}

***

## <mark style="background-color:yellow;">NUI Is Not Ready</mark>

* Make sure the name of the script is ‘wais-club’
* Make sure that you have not made a mistake in the config.json file. If you think there is an error, try using the original file
* Check if you have started the script in the first rows. Sometimes the system may TimeOut due to NUI Sided requests of other scripts, requests may fail

***

## <mark style="background-color:yellow;">You lack the required entitlement</mark>

Since the script uses the [Keymaster escrow](https://forum.cfx.re/t/introducing-asset-escrow-for-your-resources/) system, you need to use a Server Key belonging to your purchased [Keymaster](https://keymaster.fivem.net) account.

{% hint style="success" %}
**If you don't know what to do,** [**read this topic**](/0resmon/fivem-escrow-system.md)
{% endhint %}

***

## <mark style="background-color:yellow;">Who developed it / How can I get help</mark>

You can recognise our script developers by the short names of the script. Scripts with short name ‘<mark style="background-color:yellow;">**Wais**</mark>’ are made by <mark style="background-color:yellow;">**Ayazwai**</mark>.

{% hint style="success" %}
**You can visit our** [**Discord**](https://discord.gg/0resmon) **address to ask questions in your mind / To get support**
{% endhint %}

***

## <mark style="background-color:yellow;">Resmon Values / Club Resmons</mark>

The script is written as optimised as possible. Created NPCs, Lights and everything else are only created when you enter the Club area and deleted when you leave it.

* <mark style="background-color:yellow;">Server Side</mark>: It can follow a value between 0.00 \~ 0.03.
* <mark style="background-color:yellow;">Client Side</mark>: **It will vary according to the lights created in the area**. A resmon value of 0.00 is seen for non-employees, while a resmon value of 0.01 can be seen if working people approach the tables.

{% hint style="warning" %}
**No more has been encountered. If you encounter a high resmon value, contact us and specify the situation. Thus, you can produce a solution and prevent it**
{% endhint %}

***

## <mark style="background-color:yellow;">Failed to load anim dict / Animation is not loaded</mark>

The animation you selected may not be loading, the reasons for this are as follows.

* <mark style="background-color:yellow;">Wrong / Missing entry</mark>: You may have entered the animation name or directory variable missing or incorrectly. It is useful to check and make sure.
* <mark style="background-color:yellow;">**Add-on / Custom animation**</mark>:First of all, you may not be able to use Add-on/Special animations running in your game via another script. Follow the steps below for the solution.
  * <mark style="background-color:orange;">**Find / Copy Animation**</mark>:Find and copy the files of the animation you are using. Usually the animation is in the stream folder of your menu script. ‘<mark style="background-color:green;">**script-name/stream**</mark>’
  * <mark style="background-color:orange;">**Import / Transfer animation**</mark>:Paste the copied animation into the ‘<mark style="background-color:green;">**wais-club/stream**</mark>’ folder. If you do not have a ‘**stream**’ folder, create it and paste the copied animation into it. Then restart your server. Now your Add-on animation is working

***

{% hint style="info" %}
**Not much has been asked / come across yet**
{% endhint %}


---

# 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://docs.0resmon.org/0resmon/wais-resoucres/wais-club/s.s.s-errors-questions.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.
