-
Member
OK, I don't know WHY I have such a hard time with these little changes, but I tried to add the line "Hud.Sound.VolumeMode = Constant;" to my Pluginenablerordisablerplugin.Cs and I just get an exception. What is the proper way to set the VolumeMode to "Constant"?
-
First Dev On The Internet
Originally Posted by
Buzzy62
OK, I don't know WHY I have such a hard time with these little changes, but I tried to add the line "Hud.Sound.VolumeMode = Constant;" to my Pluginenablerordisablerplugin.Cs and I just get an exception. What is the proper way to set the VolumeMode to "Constant"?
It's :
Hud.Sound.VolumeMode = VolumeMode.Constant
-
Post Thanks / Like - 1 Thanks
Buzzy62 (1 members gave Thanks to User5981 for this useful post)
-
Member
Originally Posted by
User5981
It's :
Hud.Sound.VolumeMode = VolumeMode.Constant
Excellent! Thanks!!! I'm such a dolt when it comes to programming.
-
First Dev On The Internet
Originally Posted by
Buzzy62
Excellent! Thanks!!! I'm such a dolt when it comes to programming.
me too...