register_forward(FM_EmitSound, "emitSound") // Get rid of the crowbar hitting noise public emitSound(entity, channel, const sample[]) { if(equali(sample,"weapons/cbar_hit1.wav")) { return FMRES_SUPERCEDE } return FMRES_IGNORED }