forward

CS_OnBuyAttempt

Syntax

forward CS_OnBuyAttempt(index, item);

Description

Called when a client attempts to purchase an item.

Parameters

index Client index
item Item id

Note

This is called immediately when the client issues a buy command. The
game has not yet checked if the client can actually buy the weapon.

Note

For a list of possible item ids see the CSI_* constants.

Return

PLUGIN_CONTINUE to let the buy attempt continue
PLUGIN_HANDLED to block the buy attempt