AMX Mod X API Documentation

Signature
native cs_set_c4_defusing(c4index, bool:defusing);
Description

Sets if the bomb is being defused.

Parameters
  • c4index C4 entity
  • defusing True if the bomb should be defused, false otherwise
No return value
Errors
  • If the provided entity index is not a bomb, an error will be

    thrown.

Назад
Верх