GM:OnDamagedByExplosion
Description
Called when a player has been hurt by an explosion. Override to disable default sound effect.
Arguments
Example
Disables the high pitched ringing sound effect.
Note that this hook does not have a return value, and instead by default it calls Player:SetDSP( 35, false )
in the base gamemode.
This example uses a built-in feature of the hook system to prevent the default gamemode action. See more info on the hook.Add page.