> For the complete documentation index, see [llms.txt](https://sourcemod.botbenson.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sourcemod.botbenson.com/komutlar/oyuncu-komutlari/getclientmins.md).

# GetClientMins

Oyuncunun minimum boyut vektörlerini almanızı sağlar.

{% tabs %}
{% tab title="Kullanım" %}

```cpp
float vectors[3];
GetClientMins(client, vectors);
```

{% endtab %}

{% tab title="Orijinal Kod" %}

```cpp
void GetClientMins(int client, float vectors[3]);
```

{% endtab %}
{% endtabs %}

#### Parametreler

| Değişken | Tür       | Açıklama                                     |
| -------- | --------- | -------------------------------------------- |
| client   | int       | Oyuncunun numarası                           |
| vectors  | float\[3] | Oyuncunun vektörlerinin saklanacağı değişken |

#### Geri Dönüş Değeri

{% hint style="warning" %}
Bu fonksiyon geriye değer döndürmez.
{% endhint %}
