/* Set whether the C4 is being defused.
*/
native cs_set_c4_defusing(c4index, bool:defusing);
Синтаксис:
cs_set_c4_defusing(c4index, bool:defusing)
- c4index - Индекс бомбы??
- bool:defusing - Обезврежена или нет
Тип функции:
Native
Пример:
--
Описание:
--