cs_set_c4_defusing
Syntax
native cs_set_c4_defusing(c4index, bool:defusing);
Usage
| Parameter | Description |
|---|---|
| c4index | C4 entity |
| defusing | True if the bomb should be defused, false otherwise |
Description
Sets if the bomb is being defused.
Return
This function has no return value.
Error
If the provided entity index is not a bomb, an error will be thrown.