I want to add this to my server:
I have Unreal Tournament sounds in a folder already in my addons. What I want to do with them:
When a player kills NPC's, there will be a .wav file played so they can hear it such as "Unstoppable!". I would like to be able to change the variable of how many kills they get to what .wav sound that plays.
Example:
one kill - "First blood!"
five kills - "Multi kill!"
ten kills - "Unstoppable!"
Anyone have any plugins or code for this?
just make an variable "kills" or so, and upon killing someone, make the variable + 1, and always check if variable is given number, if so, play specific sound.