IsClientSourceTV
Oyuncunun SourceTV Botu olup/olmadığını kontrol etmenizi sağlar.
if(IsClientSourceTV(client)) {
// Oyuncu SourceTV Botu
} else {
// Oyuncu SourceTV Botu Değil
}
Parametreler
Değişken
Tür
Açıklama
client
int
İstemci numarası
Geri Dönüş Değeri
Last updated
Was this helpful?