AMX Mod X API Documentation

Signature
forward CS_OnBuyAttempt(index, item);
Description

Called when a client attempts to purchase an item.

Notes
  • 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.
Parameters
  • index Client index
  • item Item id
Returns

PLUGIN_CONTINUE to let the buy attempt continue

PLUGIN_HANDLED to block the buy attempt

Назад
Верх