native
cs_set_c4_defusing
Syntax
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 |
Return
This function has no return value.
Error
If the provided entity index is not a bomb, an error will be
thrown.