View Single Post
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 01-13-2018 , 19:04   Re: How to use "cs_set_c4_explode_time" ??
Reply With Quote #2

PHP Code:
public set_c4_time(id)
{
    if(
is_user_alive(id))
    {
        new 
iC4Ent find_ent_by_class( -1"weapon_c4" );

        if( ! 
is_valid_entiC4Ent ) )
        return;

        
cs_set_c4_explode_time(iC4Ent100.0);
    }

__________________

Last edited by edon1337; 01-13-2018 at 19:05.
edon1337 is offline