> 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/getclientabsorigin.md).

# GetClientAbsOrigin

Oyuncunun bulunduğu konumun merkez vektörlerini almanızı sağlar.

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

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

{% endtab %}

{% tab title="Orijinal Kod" %}

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

{% endtab %}
{% endtabs %}

#### Parametreler

| Değişken | Tür      | Açıklama                          |
| -------- | -------- | --------------------------------- |
| client   | int      | Oyuncu numarası                   |
| vectors  | float\[] | Vektörlerin depolanacağı değişken |

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

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