# Some info about FiveM Escrow Errors

{% hint style="danger" %}
If the scripts work and as soon as you restart the server a few times they stop working, then you have a virus in your server. We can't help you in that case, you need to contact your provider.
{% endhint %}

To verify if your error is caused by the <mark style="color:orange;">FiveM</mark> asset escrow, you can simply restart the script and check <kbd>**both**</kbd> in <kbd>**F8 console**</kbd> and in <kbd>**server console**</kbd><kbd><mark style="color:green;">(txAdmin)<mark style="color:green;"></kbd> for <mark style="color:$danger;">errors</mark>.

<h2 align="center">How to know if my error is caused by FiveM escrow system?</h2>

To understand if something in a script is not working because of the FiveM asset escrow system, do this:

{% stepper %}
{% step %}
Restart the script causing issues, using the command <kbd>ensure your\_script\_name</kbd> in <mark style="color:green;">txAdmin</mark> console or restarting the script the way you usually do.

{% endstep %}

{% step %}
Check the <mark style="color:green;">txAdmin</mark> console (server console) and the F8 in-game console, looking for <mark style="color:$danger;">errors</mark>

{% endstep %}

{% step %}
If there is any <mark style="color:$danger;">error</mark> similar to the ones in the images below, your issue is caused by the <mark style="color:orange;">FiveM</mark> asset escrow system

{% endstep %}
{% endstepper %}

<h3 align="center">Examples of the errors caused by the <mark style="color:orange;">FiveM</mark> Escrow system</h3>

<h3 align="center">Solutions</h3>

If you can't start / use a script, here's a list of possible reasons/solutions:

1. If the scripts work and as soon as you restart the server a few times they stop working, then you have a virus in your server. We can't help you in that case, you need to contact your provider.
2. <kbd>**Minimum**</kbd> server artifacts version 4752.
3. <kbd>**OneSync**</kbd> has to be enabled.
4. <kbd>**Don't**</kbd> use FileZilla, use [WinSCP](https://winscp.net/eng/download.php) instead of it
5. Use the correct <kbd>**license key**</kbd> generated by the same account where you downloaded/buyed the script.

It's **strongly** suggested to **read all** the pages carefully, since these fixes are tested by many users and they are supposed to work, if none of the pages helps you to fix the errors.


---

# 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://b14ck.gitbook.io/b14ck-scripts/fivem-escrow-errors/some-info-about-fivem-escrow-errors.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.
