forward CS_OnBuy(index, item);
index | Client index |
item | Item id |
Called when a client purchases an item.
This is called right before the user receives the item and before the money is deducted from their cash reserves.
For a list of possible item ids see the CSI_* constants.
PLUGIN_CONTINUE to let the buy continue PLUGIN_HANDLED to block the buy
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.