# Номера кнопок

```
00E1: key_pressed 0 <номер>
```

| Номер | Константа      | Пешком                    | В машине                         |
| ----- | -------------- | ------------------------- | -------------------------------- |
| 0     | LEFTSTICKX     | Left / Right              | Steer Left / Right               |
| 1     | LEFTSTICKY     | Forward / Backwards       | Steer Forward / Backward         |
| 2     | RIGHTSTICKX    | Special Ctrl Left / Right | Turret Left / Right              |
| 3     | RIGHTSTICKY    | Special Ctrl Up / Down    | Turret Up / Down, Lean Up / Down |
| 4     | LEFTSHOULDER1  | Action                    | Radio                            |
| 5     | LEFTSHOULDER2  | Previous Weapon           | Look Left                        |
| 6     | RIGHTSHOULDER1 | Aim                       | Handbrake                        |
| 7     | RIGHTSHOULDER2 | Next Weapon               | Look Right                       |
| 8     | DPADUP         | Forward                   |                                  |
| 9     | DPADDOWN       | Backward                  |                                  |
| 10    | DPADLEFT       | Strafe Left               | Steer Left                       |
| 11    | DPADRIGHT      | Strafe Right              | Steer Right                      |
| 12    | START          |                           |                                  |
| 13    | SELECT         | Change Camera             | Change Camera                    |
| 14    | SQUARE         | Jump / Zoom In            | Brake / Reverse                  |
| 15    | TRIANGLE       | Enter vehicle             | Exit vehicle                     |
| 16    | CROSS          | Sprint / Zoom Out         | Accelerate                       |
| 17    | CIRCLE         | Attack                    | Shoot                            |
| 18    | LEFTSHOCK      | Crouch                    | Horn                             |
| 19    | RIGHTSHOCK     | Look Behind               | Sub-mission                      |

<https://gtamods.com/wiki/00E1>


---

# 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/buttons.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.
