This is a script I made so that everytime you press a number on the numpad a radio command is played, and pressing the enter key you cycle through to the next radio tier.
Put this part into you autoexec.cfg
//Radio and Chat binds
alias radio "radio01"
alias radio01 "exec CScom1.cfg; echo Radio1 commands activated; alias radio radio02"
alias radio02 "exec CScom2.cfg; echo Radio2 commands activated; alias radio radio03"
alias radio03 "exec CScom3.cfg; echo Radio3 commands activated; alias radio radio01"
For the next parts you must create 3 more cfg files in your cfg folder.
Create a txtfile with notepad and call it CScom1.cfg and put this into it: