Hi people. I have no idea. I have a line of code. Everything works fine but sound is quiet.
timer.Simple( 0.6, function() self.Weapon:EmitSound( "r_bf/r_brf.wav", 75,100, 1, CHAN_WEAPON ) end )
Any ideas?
maybe turn up in game audio or turn up system audio?
You could either do what was said above, or change the default sound level (75) to something like :
SNDLVL_80 or SNDLVL_TALKING
SNDLVL_85
SNDLVL_95
SNDLVL_100
SNDLVL_105
SNDLVL_110
SNDLVL_120
SNDLVL_130
SNDLVL_140 or SNDLVL_GUNFIRE
SNDLVL_150
SNDLVL_180
Found on the Garry's Mod wiki.
Ok. I put 180 but now my sound veeeeeery quiet. I just don't hear it..
https://files.facepunch.com/forum/upload/114477/cd201ba2-0357-4d62-a8f2-a88d12ec7102/изображение.png
Maybe the audio file itself is quiet. Also make sure all your game sound is up correctly.
Sorry, you need to Log In to post a reply to this thread.