> For the complete documentation index, see [llms.txt](https://lessons.sannybuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lessons.sannybuilder.com/00200.md).

# GTA 4 (PC)

- [Раздел 01. ScriptHookDotNet](https://lessons.sannybuilder.com/00200/00100.md)
- [Всё, что необходимо перед началом скриптинга GTA 4](https://lessons.sannybuilder.com/00200/00100/000100.md): В этом уроке Вы найдёте инструкцию о том, что нужно для запуска скриптов GTA IV.
- [Создание проекта и его открытие](https://lessons.sannybuilder.com/00200/00100/000200.md): В этом уроке Вы научитесь создавать и открывать код на C#, который будет выполняться ScriptHookDotNet-ом.
- [Наш первый скрипт. Необходимые условия его написания](https://lessons.sannybuilder.com/00200/00100/000300.md): Итак, мы подошли в плотную к написанию скрипта, и здесь мы рассмотрим необходимые условия для его создания.
- [000102. Метки и прыжки](https://lessons.sannybuilder.com/00200/00100/000102.-metki-i-pryzhki.md)
- [00034. Что такое Blip- Основные комадны](https://lessons.sannybuilder.com/00200/00100/00034.-chto-takoe-blip-osnovnye-komadny.md)
- [000107. Обзор класса GAME](https://lessons.sannybuilder.com/00200/00100/000107.-obzor-klassa-game.md)
- [000108. Обзор класса PLAYER(Часть 1)](https://lessons.sannybuilder.com/00200/00100/000108.-obzor-klassa-player-chast-1.md)
- [000109. Обзор класса PLAYER(Часть 2)](https://lessons.sannybuilder.com/00200/00100/000109.-obzor-klassa-player-chast-2.md)
- [000110. Обзор класса PLAYER(Часть 3)](https://lessons.sannybuilder.com/00200/00100/000110.-obzor-klassa-player-chast-3.md)
- [000111. Vector - Что это такое и с чем его едят](https://lessons.sannybuilder.com/00200/00100/000111.-vector-chto-eto-takoe-i-s-chem-ego-edyat.md)
- [000116. Обзор класса World](https://lessons.sannybuilder.com/00200/00100/000116.-obzor-klassa-world.md)
- [000117. Обзор класса Model](https://lessons.sannybuilder.com/00200/00100/000117.-obzor-klassa-model.md)
- [000118. Обзор класса Vehicles](https://lessons.sannybuilder.com/00200/00100/000118.-obzor-klassa-vehicles.md)
- [000119. Обзор класса Ped](https://lessons.sannybuilder.com/00200/00100/000119.-obzor-klassa-ped.md)
- [000126. Pickup в GTA 4](https://lessons.sannybuilder.com/00200/00100/000126.-pickup-v-gta-4.md)
- [000127. Обзор класса Group](https://lessons.sannybuilder.com/00200/00100/000127.-obzor-klassa-group.md)
- [000141. Списки в c#. Запуск нескольких скритов в GTA 4](https://lessons.sannybuilder.com/00200/00100/000141.-spiski-v-c-.-zapusk-neskolkikh-skritov-v-gta-4.md)


---

# 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://lessons.sannybuilder.com/00200.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.
