IsPlayerAlive
Oyuncunun yaşayıp/yaşamadığını kontrol etmenizi sağlar.
if(IsPlayerAlive(client)) {
// Oyuncu Yaşıyor
} else {
// Oyuncu Yaşamıyor
}bool IsPlayerAlive(int client);Parametreler
Değişken
Tür
Açıklama
client
int
İstemci numarası
Geri Dönüş Değeri
Last updated
Was this helpful?