# FiveM Escrow

***

## Common Errors

<details>

<summary>Error parsing script... syntax error near &#x3C;\1></summary>

**Example:**

{% code fullWidth="false" %}

```
[script:mst_example] Error parsing script @mst_example/server/sv-impound.lua in resource mst_example: @mst_example/server/sv-impound.lua:1: syntax error near '<\1>'
[c-scripting-core] Failed to load script server/sv-impound.lua.
```

{% endcode %}

**Solutions:**

* Your server artifacts are too old, the minimum version is **5181** ([**Windows**](https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/) - [**Linux**](https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/))
* You are using **FileZilla** and files have been corrupted during transfer - try using an alternative FTP client such as [**WinSCP**](https://winscp.net/)

</details>

<details>

<summary>Failed to verify protected resource</summary>

**Example:**

```
[svadhesive] Failed to verify protected resource mst_example
```

**Solutions:**

* You don't have `.fxap` file in the script folder - try installing the script again
* You are using **FileZilla** and files have been corrupted during transfer - try using an alternative FTP client such as [WinSCP](https://winscp.net/)

</details>

<details>

<summary>You lack the required entitlement</summary>

**Example:**

```
You lack the required entitlement to use mst_example
```

**How it works?**\
\
In order to work, the script must be run in a server which is using a server key created by the **same** FiveM account you used when purchasing the script.\
\
So, you have to create a server key here -> [**Portal**](https://portal.cfx.re/servers/registration-keys)

The generated server key will look similar to this one:

```
sv_licenseKey "cfxk_xxxxxxxxxxxxxxxxxxxx_xxxxxx"
```

</details>
