g_pSound <- null;function onClientDeath ( killer, weapon, bodypart, ){if ( !g_pSound ) { g_pSound = FindSound( "death.mp3" ); if ( g_pSound ) { g_pSound.Open(); g_pSound.Play(); } } else { g_pSound.Play(); } return 1;}