- Messages
- 302
- Reaction score
- 306
- Points
- 455
- Staff
- #1
Changing the government radio volume is one of the most frequently asked questions by new players joining the PLPD.
I was reading the GMod wiki before, and I came across the Player:SetVoiceVolumeScale(number). It's been a long time since I last wrote Lua for GMod, but I thought maybe this can be used to allow users to configure how loud they want their radio volume to be? Add a F1 slider with a number, and use this function to set the receive volume for players talking on gov radio.
I post it here because the suggestion to configure radio volume already exists, the topic is to discuss this approach to solve the issue.
I'm sure it's more complicated than that, but maybe this can serve as a starting point for you. We really need this
I was reading the GMod wiki before, and I came across the Player:SetVoiceVolumeScale(number). It's been a long time since I last wrote Lua for GMod, but I thought maybe this can be used to allow users to configure how loud they want their radio volume to be? Add a F1 slider with a number, and use this function to set the receive volume for players talking on gov radio.
I post it here because the suggestion to configure radio volume already exists, the topic is to discuss this approach to solve the issue.
I'm sure it's more complicated than that, but maybe this can serve as a starting point for you. We really need this
