GetClientAuthId
Oyuncunun birçok steamId bilgisinden bir tanesini almanızı sağlar.
char steamId[32];
GetClientAuthId(client, AuthId_SteamID64, steamId, sizeof(steamId));bool GetClientAuthId(int client, AuthIdType authType, char[] auth, int maxlen, bool validate);Parametreler
Geri Dönüş Değeri
Last updated