I realize I am late on this, but hopefully it will help those who come here by a generic search.
As an alternative you can use the PulseAudio suspend command which is a little more convenient once you get it going but takes a little bit of set-up.
Install alsa-oss if you have not already done so.
Then in the ETQW configuration file called etqwconfig.cfg (~/.etqwcl/base/etqwconfig.cfg) you need to make small changes.
Note that it is inside a hidden directory, as indicated by the dot in front of the name. You need to show hidden files in your file browser in order to find it. .etqwcl should be inside your home directory. The file contains a note not to modify it directly, but I think that may be a Windows only thing.
Find the lines that begin with:
seta s_alsa_lib
seta s_alsa_pcm
Change them to:
seta s_alsa_lib "libasound.so.2"
seta s_alsa_pcm "hw:0,0"
"hw:0,0" refers to my sound card and the fact that the system calls it card 0, device 0. On a command line, type aplay -l to see your sound devices and to find out the number of your card. If you only have one sound device (such as on board sound), it will probably be 0,0.
My config also has the following line, but I believe it to only be related to using my USB boom microphone.
seta s_alsa_mic "plughw:1"
So you installed alsa-oss and changed the two lines in etqwconfig.cfg, now you can set the launcher to not use PulseAudio.
Edit your launcher menu entry for Quake Wars so it has pasuspender in front of it. As an example, here is the command on my menu:
pasuspender /usr/local/games/etqw/etqw +set r_useThreadedRenderer "4"
The +set r_useThreadedRenderer "4" part is not necessary, it just tells the game to use 4 CPU cores, which my system has.
With this setup, you will not need to type extra PulseAudio related commands each time you want to play the game, and it should automatically turn PulseAudio back on when you quit the game.