[HELP] Play .waw file
Hi! I just want to play a .waw file.
Here is part of my code: Code:
new SoundNames[SoundNR][] =Code:
new Name[33]EDIT: PRECACHE Code:
precache_sound("FORCE.WAW") |
Re: [HELP] Play .waw file
Try .wav instead of .waw?
|
Re: [HELP] Play .waw file
Yeah... Now it's downloading the file, but it doesn't play it
|
Re: [HELP] Play .waw file
Show your full code.
|
Re: [HELP] Play .waw file
I managed to make it play. Here is the code that runs as it should:
Code:
new SoundNames[SoundNR][] =Code:
new Name[33]Code:
precache_sound("misc/FORCE.WAV") |
Re: [HELP] Play .waw file
Why .WAV instead of .wav?
|
Re: [HELP] Play .waw file
It's just that i just copied the file name, and it was all Upper Case and i was just lazy to change it.
|
Re: [HELP] Play .waw file
Use "spk misc/yes.wav" in your console to see if the sound is even working in CS.
|
Re: [HELP] Play .waw file
It works now, with that code, but idk why it didn't worked with the first implementation
|
Re: [HELP] Play .waw file
You are missing the "misc/" folder path?
|
| All times are GMT -4. The time now is 07:38. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.