native
get_user_authid
Syntax
native get_user_authid(index, authid[], len);
Description
Retrieves the SteamID of a client.
Parameters
| index | Client index |
|---|---|
| authid | Buffer to copy auth to |
| len | Maximum buffer size |
Note
The SteamID is only available once the client_authorized() forward has
been called for the client.
Return
Number of cells written to buffer