# Гаражи

| ID | Константа                                  | Описание                                                                                                                                             |
| -- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1  | GARAGE\_MISSION                            | Placeholder garage (inactive garage)                                                                                                                 |
| 2  | GARAGE\_BOMBSHOP1                          | Bomb shop with timed detonator                                                                                                                       |
| 3  | GARAGE\_BOMBSHOP2                          | Bomb shop with engine ignition detonation                                                                                                            |
| 4  | GARAGE\_BOMBSHOP3                          | Bomb shop with remote-control detonator                                                                                                              |
| 5  | GARAGE\_RESPRAY                            | <p>Spray garage</p><p>It excludes Ambulance, Barracks, Bus, Coach, Enforcer, FBI Rancher, Firetruck, Police, Rhino</p>                               |
| 6  | GARAGE\_COLLECTORSITEMS                    | invalid garage                                                                                                                                       |
| 7  | GARAGE\_COLLECTSPECIFICCARS                | Car eater, functions similar to export garages but accepts any cars and gives no reward                                                              |
| 8  | GARAGE\_COLLECTCARS\_1                     | Sunshine Autos export garage 1                                                                                                                       |
| 9  | GARAGE\_COLLECTCARS\_2                     | Sunshine Autos export garage 2                                                                                                                       |
| 10 | GARAGE\_COLLECTCARS\_3                     | Sunshine Autos export garage 3                                                                                                                       |
| 11 | GARAGE\_FORCARTOCOMEOUTOF                  | unused garage, normally closed but if opened it will stay opened if anything is in the garage and will close itself if there's nothing in the garage |
| 12 | GARAGE\_60SECONDS                          | invalid garage                                                                                                                                       |
| 13 | GARAGE\_CRUSHER                            | invalid garage                                                                                                                                       |
| 14 | GARAGE\_MISSION\_KEEPCAR                   | unused garage, normally closed but if opened it will always close itself                                                                             |
| 15 | GARAGE\_FOR\_SCRIPT\_TO\_OPEN              | unused garage, normally closed but if opened it can't close                                                                                          |
| 16 | GARAGE\_HIDEOUT\_ONE                       | Save garage (El Swanko Casa)                                                                                                                         |
| 17 | GARAGE\_HIDEOUT\_TWO                       | Save garage (Hyman Condo 1)                                                                                                                          |
| 18 | GARAGE\_HIDEOUT\_THREE                     | Save garage (Hyman Condo 2)                                                                                                                          |
| 19 | GARAGE\_FOR\_SCRIPT\_TO\_OPEN\_AND\_CLOSE  | garage used in "Copland", normally closed and can be controlled normally                                                                             |
| 20 | GARAGE\_KEEPS\_OPENING\_FOR\_SPECIFIC\_CAR | unused garage, normally closed and can be controlled normally                                                                                        |
| 21 | GARAGE\_MISSION\_KEEPCAR\_REMAINCLOSED     | unused garage, normally closed but if opened it will always close itself                                                                             |
| 22 | GARAGE\_COLLECTCARS\_4                     | Sunshine Autos export garage 4                                                                                                                       |
| 23 | GARAGE\_FOR\_SCRIPT\_TO\_OPEN\_FOR\_CAR    | Army garage used in "Sir, Yes Sir!", normally closed and can be controlled normally                                                                  |
| 24 | GARAGE\_HIDEOUT\_FOUR                      | Save garage (Hyman Condo 3)                                                                                                                          |
| 25 | GARAGE\_HIDEOUT\_FIVE                      | Save garage (Ocean Heights Apartment)                                                                                                                |
| 26 | GARAGE\_HIDEOUT\_SIX                       | Save garage (Links View Apartment)                                                                                                                   |
| 27 | GARAGE\_HIDEOUT\_SEVEN                     | Save garage (Sunshine Autos 1)                                                                                                                       |
| 28 | GARAGE\_HIDEOUT\_EIGHT                     | Save garage (Sunshine Autos 2)                                                                                                                       |
| 29 | GARAGE\_HIDEOUT\_NINE                      | Save garage (Sunshine Autos 3)                                                                                                                       |
| 30 | GARAGE\_HIDEOUT\_TEN                       | Save garage (Sunshine Autos 4)                                                                                                                       |
| 31 | GARAGE\_HIDEOUT\_ELEVEN                    | Save garage (Vercetti Estate)                                                                                                                        |
| 32 | GARAGE\_HIDEOUT\_TWELVE                    | Save garage (unused)                                                                                                                                 |

<https://gtamods.com/wiki/Garage#Vice_City>


---

# 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/scm-documentation/vc/garages.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.
