I'm trying to program a new gun. This is my first time making a reloading gun. I only added the sprite animation and sounds, but the sounds will not play. I tried to mess with the soundinfo file but everything looks fine. What is going wrong?
Reload:
AIRR A 3
AIRR B 3 A_StartSound("smgClipOut", 1)
AIRR CDEFG 3
AIRR H 3 A_StartSound("smgClipIn", 1)
AIRR I 3
goto ready
I also tried A_playsound and got the same. Also in my fire state, I have a sound that is working fine, so it's not all sounds that are broken.
Question
Theshyguy489
I'm trying to program a new gun. This is my first time making a reloading gun. I only added the sprite animation and sounds, but the sounds will not play. I tried to mess with the soundinfo file but everything looks fine. What is going wrong?
Reload:
AIRR A 3
AIRR B 3 A_StartSound("smgClipOut", 1)
AIRR CDEFG 3
AIRR H 3 A_StartSound("smgClipIn", 1)
AIRR I 3
goto ready
I also tried A_playsound and got the same. Also in my fire state, I have a sound that is working fine, so it's not all sounds that are broken.
Share this post
Link to post
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.