Custom Sound Files


(ske7ch) #1

Ok, heres my question.

I have a server set up and when someone gets a killingspree of 20, A msg is displayed, but id also like to play a voice.

Im not sure if and where id put the script to do this, or if its a simple one line like this under the msg.

exec “sound/weapons/impact/unstopable.wav”.

I have programming experience, so a simple explanation on where and what to add should be all i need. thanx


(Juno_Who) #2

If you want to play a sound from inside the pk3’s included with W:ET then you can get help here. If you want to exec a sound from an rcon or console from inside a ***.cfg file consult the modmakers of the mod you have running. ETPub.org (for example) has excellent documentation on how to do this.