Quote:
Originally Posted by meTaLiCroSS
PHP Code:
const m_flC4Blow = 100
stock DetonateC4Bomb(c4entid) { set_pdata_float(c4entid, m_flC4Blow, 0.0) dllfunc(DLLFunc_Think, c4entid) }
|
Or cstrike> cs_set_c4_explode_time(ent, get_gametime() + 0.01);
__________________