cs_set_c4_explode_time
Syntax
native cs_set_c4_explode_time(index, Float:value);
Usage
| Parameter | Description |
|---|---|
| index | C4 entity |
| value | New explosion time |
Description
Sets the game time at which the bomb will explode.
Return
This function has no return value.
Error
If the provided entity index is not a bomb, an error will be thrown.