AMX Mod X API Documentation

Signature
native cs_get_user_defuse(index);
Description

Returns if the client has a defuse kit.

Parameters
  • index Client index
Returns

1 if the client has a defuse kit, 0 otherwise

Errors
  • If the client index is not within the range of 1 to

    MaxClients, the client is not connected, or an invalid

    weapon id is provided, an error will be thrown.

Назад
Верх