iPot Posted May 2, 2012 Posted May 2, 2012 Does this function even work? local radio = getRadioChannel(thePlayer) setRadioVolume(radio,0) iPot
Kenix Posted May 2, 2012 Posted May 2, 2012 (edited) setRadioVolume Because this function not exists. Edited May 2, 2012 by Guest
Smart. Posted May 2, 2012 Posted May 2, 2012 setRadioVolume does not exist. it should be: setSoundVolume also, getRadioChannel(thePlayer) would only retrieve which channel you are listening to, read the example.
iPot Posted May 2, 2012 Author Posted May 2, 2012 I was doubting if it existed (https://wiki.multitheftauto.com/wiki/Req ... and_Events). Secondly, that's exactly what I want seb. Like this would output a number from 0 - 12 test = getRadioChannel(thePlayer) outputChatBox(test) iPot You can request this function on bug tracker. I will definitely do that So is there a way around this without changing the channel to 0?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now