Table of Contents

Delegate Listeners.OnClientConnected

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

Called when a client connects to the server.

[ListenerName("OnClientConnected")]
public delegate void Listeners.OnClientConnected(int playerSlot)

Parameters

playerSlot int

The player slot of the connected client.