# 0088: Глобальная переменная вне допустимых границ

[Глобальная переменная](/ru/coding/variables.md#globalnye-peremennye) превышает [установленный лимит](/ru/scm-documentation/gta-limits.md).&#x20;

В GTA III, VC и San Andreas разрешены переменные в интервале от `$2` до `$3FFF`. В Liberty City Stories максимальная переменная `$6655`, в Vice City Stories - `$6399`.

**Возможные решения**: измените имя глобальной переменной так, чтобы оно был положительным числом в пределах допустимых границ для текущей игры. Также вы можете отключить [опцию](/ru/editor/options/general.md#proverka-peremennykh) `Проверка переменных`.


---

# 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.sannybuilder.com/ru/troubleshooting/errors/0088.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.
