client_impulse

Syntax

forward client_impulse(id, impulse);

Usage

Parameter Description
id
Client index
impulse
Impulse triggered by client
PLUGIN_CONTINUE
to ignore, PLUGIN_HANDLED or higher to
nullify impulse (CmdStart() is not blocked)

Description

Called when a client triggers an impulse.