client_authorized
Syntax
forward client_authorized(id, const authid[]);
Usage
| Parameter | Description |
|---|---|
| id | Client index |
| authid | Client auth |
Description
Called when the client gets a valid SteamID.
Note
This may occur before or after client_putinserver has been called.
This is called for bots, and the SteamID will be "BOT".
Return
This forward ignores the returned value.