Hello!
So I have problem with changing pain and death sounds.
In terrortown/gamemode/init.lua (line 219-225) I wrote this:
[B] resource.AddSingleFile( "deathsounds/animedeathsound1.wav")
resource.AddSingleFile( "deathsounds/animedeathsound2.wav")
resource.AddSingleFile( "deathsounds/animedeathsound3.wav")
resource.AddSingleFile( "deathsounds/animedeathsound4.wav")
resource.AddSingleFile( "deathsounds/animedeathsound5.wav")
resource.AddSingleFile( "deathsounds/animedeathsound6.wav")
end[/B]
And it works for me, but only for me, what I have to do to make it works for everyone? Where to put files, or what I have to do next?
Also, I know only where I can change death sounds, but where and how with pain sounds?
Thank you in advance!
It should be: resource.AddSingleFile( "[B]/sounds/[/B]deathsounds/animedeathsound6.wav")
Sorry, you need to Log In to post a reply to this thread.