Skip to Content

Radio Stations

Radio station identifiers are used to control in-game radio. Use these with natives like SetRadioToStationName, GetPlayerRadioStationName, and SetVehRadioStation.

Quick Usage

-- Set player's radio station SetRadioToStationName("RADIO_03_HIPHOP_NEW") -- Radio Los Santos -- Turn radio off SetRadioToStationName("OFF") -- Get current station local station = GetPlayerRadioStationName() print(station)
// JavaScript equivalent SetRadioToStationName("RADIO_03_HIPHOP_NEW"); const station = GetPlayerRadioStationName(); console.log(station);

All Radio Stations

26 entries
Internal NameStation NameGenre
RADIO_01_CLASS_ROCKLos Santos Rock RadioClassic Rock
RADIO_02_POPNon-Stop-Pop FMPop
RADIO_03_HIPHOP_NEWRadio Los SantosHip-Hop
RADIO_04_PUNKChannel XPunk Rock
RADIO_05_TALK_01West Coast Talk RadioTalk Radio
RADIO_06_COUNTRYRebel RadioCountry
RADIO_07_DANCE_01Soulwax FMDance/Electronic
RADIO_08_MEXICANEast Los FMMexican/Latin
RADIO_09_HIPHOP_OLDWest Coast ClassicsClassic Hip-Hop
RADIO_11_TALK_02Blaine County RadioTalk Radio
RADIO_12_REGGAEBlue ArkReggae/Dub
RADIO_13_JAZZWorldwide FMJazz/World
RADIO_14_DANCE_02FlyLo FMElectronic/Experimental
RADIO_15_MOTOWNThe Lowdown 91.1Motown/Soul
RADIO_16_SILVERLAKERadio Mirror ParkIndie/Alternative
RADIO_17_FUNKSpace 103.2Funk/Disco
RADIO_18_90S_ROCKVinewood Boulevard Radio90s Rock
RADIO_19_USERSelf RadioUser Music
RADIO_20_THELABThe LabHip-Hop/Electronic
RADIO_21_DLC_XM17Blonded Los Santos 97.8 FMR&B/Experimental
RADIO_22_DLC_BATTLE_MIX1_RADIOLos Santos Underground RadioElectronic
RADIO_23_DLC_XM19_RADIOiFruit RadioHip-Hop
RADIO_27_DLC_PRHEI4Still Slipping Los SantosGrime/Electronic
RADIO_34_DLC_HEI4_KULTKult FMAlternative
RADIO_35_DLC_HEI4_MLRThe Music LockerDance/House
RADIO_OFFRadio OffN/A