> For the complete documentation index, see [llms.txt](https://kyles-project.gitbook.io/baza-znanii-igrokov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kyles-project.gitbook.io/baza-znanii-igrokov/last-news/2025/9-noyabrya.md).

# 9 ноября

## Анти АФК

Возвращена система автоматической замены АФК игрока с возможностью включения/отключения и настройки через [Server Specific Settings](/baza-znanii-igrokov/plugins_and_guides/obshii-spisok/igrovye-sistemy/server-specific-settings.md). По умолчанию, эта настройка отключена.

<figure><img src="/files/9phQcHUbK7Zo9UEtoiC3" alt=""><figcaption></figcaption></figure>

В поле **"Роли для замены"** можно указать предпочтительные роли для замены (указываются номера роли через пробел). Для подтверждения указанных ролей для замены, не забудьте нажать на <kbd>ENTER</kbd>.

**Доступны следующие классы для замены:**

<table><thead><tr><th>Название Роли</th><th>Номер Класса</th><th data-hidden></th></tr></thead><tbody><tr><td>ClassD</td><td>1</td><td></td></tr><tr><td>NtfSpecialist</td><td>4</td><td></td></tr><tr><td>Scientist</td><td>6</td><td></td></tr><tr><td>ChaosConscript</td><td>8</td><td></td></tr><tr><td>NtfSergeant</td><td>11</td><td></td></tr><tr><td>NtfCaptain</td><td>12</td><td></td></tr><tr><td>NtfPrivate</td><td>13</td><td></td></tr><tr><td>FacilityGuard</td><td>15</td><td></td></tr><tr><td>ChaosRifleman</td><td>18</td><td></td></tr><tr><td>ChaosMarauder</td><td>19</td><td></td></tr><tr><td>ChaosRepressor</td><td>20</td><td></td></tr></tbody></table>

## Голосовые Реплики

Они вернулись [Расширенный голосовой чат](/baza-znanii-igrokov/plugins_and_guides/obshii-spisok/servernye-modifikacii/golosovye-repliki.md).

1. Появились 2 настройки в [Server Specific Settings](/baza-znanii-igrokov/plugins_and_guides/obshii-spisok/igrovye-sistemy/server-specific-settings.md).\\

   <figure><img src="/files/fQuPWa6J7DocXZpZ1Df8" alt=""><figcaption></figcaption></figure>
2. Удалены команды `.changevoicename` и `.changevoicemode`.

## Голосовой чат SCP

Появилась возможность отключить прослушивание голосового чата SCP (в т.ч и общего голосового чата SCP с людьми) через настройку в [Server Specific Settings](/baza-znanii-igrokov/plugins_and_guides/obshii-spisok/igrovye-sistemy/server-specific-settings.md).

<figure><img src="/files/8MsvmodkKAuJPqbzcNe2" alt=""><figcaption></figcaption></figure>

## Донат-конфеты

Теперь можно увидеть название эффекта и длительность действия эффекта от донат-конфеты.

<figure><img src="/files/FveIgBoptmvdXf4SUDsl" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/UZcQcR7LQQwioQZqGn2E" alt=""><figcaption></figcaption></figure>

## Отображение союзников SCP

И эта фишка вернулась с приятными визуальными изменениями.

1. Добавлен разделитель
2. Теперь отображается не больше **5** ближайших союзников SCP и сортировка происходит в порядке увеличения расстояния до игрока.

<figure><img src="/files/qns06wBKDRTDJJRZKzIa" alt=""><figcaption></figcaption></figure>


---

# 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://kyles-project.gitbook.io/baza-znanii-igrokov/last-news/2025/9-noyabrya.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.
