# RconCommand

### RU

Позволяет выдать кредиты или создать/продлить доступ клану через RCON.

#### Синтаксис

```
mm_clans_give <Credits|Access> <Amount|Seconds> <ClanID|SteamID64> <Clanname>
```

#### Параметры

* Credits - количество кредитов (может быть отрицательным для списания).,
* Access - время доступа в секундах (например, 604800 = 7 дней).,
* ClanID - ID существующего клана (для выдачи/списания кредитов или продления).,
* SteamID64 - при создании клана: STEAMID владельца.,
* Clanname - название клана при создании (необязательный параметр).,

#### Примеры

Создание клана:

```
mm_clans_give Access 604800 steamid64 test
```

Выдача кредитов:

```
mm_clans_give Credits 500 4
```

Списание кредитов:

```
mm_clans_give Credits -500 4
```

Продление уже существующего клана:

```
mm_clans_give Access 604800 4
```

### EN

Allows you to grant credits or create/extend a clan’s access via RCON.

#### Syntax

```
mm_clans_give <Credits|Access> <Amount|Seconds> <ClanID|SteamID64> <Clanname>
```

#### Parameters,

* **Credits** — number of credits (can be negative to deduct).
* **Access** — access time in seconds (e.g., 604800 = 7 days).
* **ClanID** — ID of an existing clan (for granting/deducting credits or extending access).
* **SteamID64** — when creating a clan: the owner’s SteamID64.
* **Clanname** — clan name when creating (optional).

#### Examples

Creating a clan:

```
mm_clans_give Access 604800 steamid64 test
```

Granting credits:

```
mm_clans_give Credits 500 4
```

Deducting credits:

```
mm_clans_give Credits -500 4
```

Extending an existing clan:

```
mm_clans_give Access 604800 4
```


---

# 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://clans.gitbook.io/clans-docs/rconcommand.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.
