Oyuncunun clientId numarasını userId numarasına dönüştürür.
int userId = GetClientUserId(client);
int GetClientUserId(int client);
Değişken
Tür
Açıklama
client
int
Oyuncunun numarası
Bu fonksiyon geriye int değerinde userId döndürür.
Last updated 4 years ago
Was this helpful?