Hi i have new weapon to cs. All works fine and if i shoot i hear only new custom sound. But if fire others players, i hear new custom sound + old soud. How can i block old sound?
Code:
public UpdateClientData_Post( id, sendweapons, cd_handle ){
if ( !is_alive[id] ) return FMRES_IGNORED;
if(haswhpnnmg[id] && has_minigun[id]) set_cd(cd_handle, CD_flNextAttack, halflife_time() + 0.001 );
return FMRES_HANDLED;
}