OnClientAuthorized

Last Updated2026-07-16
Created At2007-02-27

Called after a client's auth ID has been validated. The state of a client's authorization as an admin is not guaranteed here. Use OnClientPostAdminCheck() if you need a client's admin status. There may be a delay in receiving this callback if the Steam netowrk is experience downtime or other issues. This is called by bots, but the ID will be "BOT".

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

Parameters

int client
Client index.
const char[] auth
Client Steam2 id, if available, else engine auth id.

Return Value

void