Table of Contents

Delegate Listeners.OnClientDisconnect

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

Called when a client disconnects from the server.

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

Parameters

playerSlot int

The player slot of the disconnected client.