Using custom sounds in CS:GO
Posted: Tue Aug 09, 2016 1:05 pm
Hey Guys,
Im currently trying to make my CS:S plugin work with CS:GO.
On CS:S im using sounds which are from hl2 eg. bot or ambient sounds. Sadly I found out that 2 are not in cs:go so I copied them from the vpk's and put them into the csgo/sound/ dic. and when I try to play them easily via Sound("sound_name.mp3").play(index) it gives me a red console error "Failed to create sound, cant create mixer".
Im currently trying to make my CS:S plugin work with CS:GO.
On CS:S im using sounds which are from hl2 eg. bot or ambient sounds. Sadly I found out that 2 are not in cs:go so I copied them from the vpk's and put them into the csgo/sound/ dic. and when I try to play them easily via Sound("sound_name.mp3").play(index) it gives me a red console error "Failed to create sound, cant create mixer".