Hello I have been looking for a radio script that comes with key binds to change frequency and volume but I’m unable to find any, paid or free. Would anyone be able to help?
I think you would want something like this as it has this
RegisterKeyMapping('openradio', 'Open Radio', 'keyboard', Config.keyBind.openRadio)
RegisterKeyMapping('Volup1', 'Turn Radio Up', 'keyboard', Config.keyBind.volUp1)
RegisterKeyMapping('Radiovoldown', 'Turn Radio Down', 'keyboard', Config.keyBind.radioVolDown)
RegisterKeyMapping('RadioChannelUp+', 'Radio Channel Up', 'keyboard', Config.keyBind.RadioChannelUp)
RegisterKeyMapping('RadioChannelDown-', 'Radio Channel Down', 'keyboard', Config.keyBind.RadioChannelDown)
Thank you I genuinely appreciate that
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.