AMX Mod X API Documentation

Signature
native get_user_authid(index, authid[], len);
Description

Retrieves the SteamID of a client.

Notes
  • The SteamID is only available once the client_authorized() forward has

    been called for the client.

Parameters
  • index Client index
  • authid Buffer to copy auth to
  • len Maximum buffer size
Returns

Number of cells written to buffer

Назад
Верх