forward

client_authorized

Syntax

forward client_authorized(id, const authid[]);

Description

Called when the client gets a valid SteamID.

Parameters

id Client index
authid Client auth

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.