# Части тела игрока

```
087B: set_player $PLAYER_CHAR texture "VEST" model "VEST" body_part <id>
```

| ID | Название                                                               | Описание           |
| -- | ---------------------------------------------------------------------- | ------------------ |
| 0  | [Torso](/ru/scm-documentation/sa/clothes.md#verkhnyaya-odezhda)        | тело               |
| 1  | [Head](/ru/scm-documentation/sa/haircuts.md)                           | голова             |
| 2  | [Legs](/ru/scm-documentation/sa/clothes.md#shtany)                     | ноги               |
| 3  | [Shoes](/ru/scm-documentation/sa/clothes.md#obuv)                      | обувь              |
| 4  | [Lower left arm](/ru/scm-documentation/sa/tattoos.md#lower-left-arm)   | левое предплечье   |
| 5  | [Upper left arm](/ru/scm-documentation/sa/tattoos.md#upper-left-arm)   | левое плечо        |
| 6  | [Upper right arm](/ru/scm-documentation/sa/tattoos.md#upper-right-arm) | правое плечо       |
| 7  | [Lower right arm](/ru/scm-documentation/sa/tattoos.md#lower-right-arm) | правое предплечье  |
| 8  | [Back top](/ru/scm-documentation/sa/tattoos.md#back-top)               | верх спины         |
| 9  | [Left chest](/ru/scm-documentation/sa/tattoos.md#left-chest)           | левая часть груди  |
| 10 | [Right chest](/ru/scm-documentation/sa/tattoos.md#right-chest)         | правая часть груди |
| 11 | [Stomach](/ru/scm-documentation/sa/tattoos.md#stomach)                 | живот              |
| 12 | [Lower back](/ru/scm-documentation/sa/tattoos.md#lower-back)           | низ спины          |
| 13 | [Necklace](/ru/scm-documentation/sa/clothes.md#cepi)                   | шея                |
| 14 | [Bracelet/Watch](/ru/scm-documentation/sa/clothes.md#chasy)            | запястье           |
| 15 | [Glasses](/ru/scm-documentation/sa/clothes.md#ochki)                   | очки               |
| 16 | [Hats](/ru/scm-documentation/sa/clothes.md#golovnye-ubory)             | головной убор      |
| 17 | [Special skin](/ru/scm-documentation/sa/clothes.md#uniforma)           | униформа           |


---

# 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/sa/player-body-parts.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.
