OnClientAuthorized Forward

Called when a client receives an auth ID. The state of a client's authorization as an admin is not guaranteed here. Use OnClientPostAdminCheck() if you need a client's admin status.

This is called by bots, but the ID will be "BOT".

void OnClientAuthorized(int client, const char[] auth)

Parameters

int client

Client index.

const char[] auth

Client Steam2 id, if available, else engine auth id.