Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weapon_custom_sound issue #8

Open
cmoki2222 opened this issue Sep 28, 2024 · 1 comment
Open

weapon_custom_sound issue #8

cmoki2222 opened this issue Sep 28, 2024 · 1 comment

Comments

@cmoki2222
Copy link

Heyo w00t, I'm encountering an issue with weapon_custom_sound where the script does not cache audio sounds properly. Although the audio files are present and work when triggered, the script still throws an error saying "sound not found" when it checks for the path/filename of the sound entity. It seems like the script is not caching or handling the audio correctly, causing unnecessary error logs.

I've heard from people say that the script can handle both .wav path files and sound entities, but it still tries to check for a file path with the name of the weapon_custom_sound entity when a sound entity is used, firing the error even though the sound plays.

123

@wootguy
Copy link
Owner

wootguy commented Sep 29, 2024

I've noticed that too but didn't care enough to fix it. It works, but the false errors can be annoying. Don't know which part of the code needs updating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants