SOH69 / mm_radio

A Radio Script for Fivem Server
GNU General Public License v3.0
114 stars 43 forks source link

suggestion -- change radio channels via keybinds #26

Closed jaylac2000 closed 7 months ago

jaylac2000 commented 7 months ago

i have custom radio for qb-core where i can change the channel with keybinds

this looks like a real nice radio to switch to

but can you make it so players can change both full channels up and down along with decimal channels please :D

Config.KeyMapping = {
    IncreaseRadioChannel = 'UP',
    DecreaseRadioChannel = 'DOWN',
    IncreaseRadioChannelDecimal = 'LEFT',
    DecreaseRadioChannelDecimal = 'RIGHT'
}

I got mine setup using arrow keys but people can self change or remove these keybinds

SOH69 commented 7 months ago

done with update 2.0.5

jaylac2000 commented 5 months ago

Thank youuu😄