# Common Issues

{% tabs %}
{% tab title="Crypto purchase not going through/saving" %}
A lot of customers were reporting that their crypto purchases were not going through. This can easily be fixed by following these steps

1. Install [HeidiSQL](https://www.heidisql.com/download.php) and connect to your SQL using your credentials
2. Head over to your server's database
3. Open the devm\_fraud table, and under the table section where it says **`identifier`**, set the **`Length/Set`** value to **`100`**

You can watch this video which shows exactly how the steps should be followed

{% embed url="<https://youtu.be/0-lWPtfJy5U>" %}
{% endtab %}

{% tab title="ATM Issues" %}
A lot of customers were complaining about certain aspects of the script, like the ATM, not working until the server restarted. We are currently working on a fix in the future. In the meantime follow these steps

1. Open your server.cfg, usually located in the same folder as your resources folder
2. At the end of the resources script, write `restart devm-fraud`

Another issue players are facing with ATM's is caused by players having the `stolen_card` item in their inventory. If you give yourself this item without going through the laptop it will break the script.
{% 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://docs.devm.cc/fraud-old/common-issues.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.
