Table of Contents

Delegate Listeners.OnClientAuthorized

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll

Called when a client has been authorized by Steam.

[ListenerName("OnClientAuthorized")]
public delegate void Listeners.OnClientAuthorized(int playerSlot, SteamID steamId)

Parameters

playerSlot int

The player slot of the authorized client.

steamId SteamID

The Steam ID of the authorized client.