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