# FAQ

This page has FAQs related **ONLY to this script**, be sure to also check [Common FAQ](/jaksams-scripts/common-faq.md) for other issues

<details>

<summary>Some blips are red</summary>

If some blips are red, is probably because one of your other scripts has a file named `minimap.gfx`

Delete that file and restart the server

</details>

<details>

<summary>Blips are flashing</summary>

If the blips on the map are flashing, it's because you have more than 99 blips

Unfortunately GTA 5 doesn't support more than 99 blips, so the only way to fix it is reducing the blips count

*Note: If you give to more blips the **same** name and the **same** sprite, they will group together*

</details>


---

# 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://documentation.jaksam-scripts.com/blips-creator/faq.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.
