Table of Contents

Delegate Listeners.OnClientPutInServer

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

Called when a client is entering the game.

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

Parameters

playerSlot int

The player slot of the client.