forward CS_OnBuyAttempt(index, item);
index | Client index |
item | Item id |
Called when a client attempts to purchase an item.
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.
For a list of possible item ids see the CSI_* constants.
PLUGIN_CONTINUE to let the buy attempt continue PLUGIN_HANDLED to block the buy attempt
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.