ive already read all of that. Im asking if time until next attack can be used to make a gun fire faster then normal . in that tutorial he shows how to block fireing for a certain amount of time using time until next attack.
Code:
set_cd(cd_handle, CD_flNextAttack, halflife_time() + 0.001 );
can i use this to make the guns fire faster ? like this
Code:
set_cd(cd_handle, CD_flNextAttack, halflife_time() - 0.001 );
will this work ? thanks guys ++karma