AMX Mod X API Documentation

Signature
forward client_authorized(id, const authid[]);
Description

Called when the client gets a valid SteamID.

Notes
  • This may occur before or after client_putinserver has been called.
  • This is called for bots, and the SteamID will be "BOT".
Parameters
  • id Client index
  • authid Client auth
No return value
Назад
Верх