List of radio names?

Hello,

I’m trying to find a list of all the radio stations, the SetRadioToStationName function in the documentation says For a full list, see here: pastebin.com/Kj9t38KF, however the pastebin link is dead (“This page is no longer available. It has either expired, been removed by its creator, or removed by one of the Pastebin staff.”)

Any chance the docs could point towards a valid link?

Cheers.

Also quick side note, how would you set the radio to off?

SetRadioToStationName ('') doesn’t work :pensive:

See

1 Like

I personally use SetVehRadioStation - Natives @ Cfx.re Docs with "OFF":

SetVehRadioStation(vehicle, "OFF")

Ah perfect! Thank you