GetClientOfUserId

Oyuncunun userId numarasını clientId numarasına dönüştürür.

int clientId = GetClientOfUserId(userId);

Parametreler

Değişken

Tür

Açıklama

userId

int

Oyuncunun UserId numarası

Geri Dönüş Değeri

Bu fonksiyon geriye int değerinde clientId döndürür.

Last updated

Was this helpful?