> For the complete documentation index, see [llms.txt](https://docs.devm.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devm.cc/fraud-old/common-issues.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.devm.cc/fraud-old/common-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
