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