GetClientIP
Oyuncunun ip adresini almanızı sağlar.
char ip[64];
GetClientIP(client, ip, sizeof(ip));bool GetClientIP(int client, char[] ip, int maxlen, bool port);Parametreler
Geri Dönüş Değeri
Last updated
Oyuncunun ip adresini almanızı sağlar.
char ip[64];
GetClientIP(client, ip, sizeof(ip));bool GetClientIP(int client, char[] ip, int maxlen, bool port);Last updated