client_authorized

Syntax

forward client_authorized(id, const authid[]);

Usage

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.

Note

This is called for bots, and the SteamID will be "BOT".

Return

This forward ignores the returned value.