native
cs_get_c4_defusing
Syntax
native bool:cs_get_c4_defusing(c4index);
Description
Returns if the bomb is being defused.
Parameters
| c4index | C4 entity |
|---|
Return
1 if the bomb is being defused, 0 otherwise
Error
If the provided entity index is not a bomb, an error will be
thrown.