-
Notifications
You must be signed in to change notification settings - Fork 66
/
data.js
29 lines (29 loc) · 1.59 KB
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
const availableRadios = [
"RADIO_01_CLASS_ROCK", // Los Santos Rock Radio
"RADIO_02_POP", // Non-Stop-Pop FM
"RADIO_03_HIPHOP_NEW", // Radio Los Santos
"RADIO_04_PUNK", // Channel X
"RADIO_05_TALK_01", // West Coast Talk Radio
"RADIO_06_COUNTRY", // Rebel Radio
"RADIO_07_DANCE_01", // Soulwax FM
"RADIO_08_MEXICAN", // East Los FM
"RADIO_09_HIPHOP_OLD", // West Coast Classics
"RADIO_11_TALK_02", // Blaine County Radio
"RADIO_12_REGGAE", // Blue Ark
"RADIO_13_JAZZ", // Worldwide FM
"RADIO_14_DANCE_02", // FlyLo FM
"RADIO_15_MOTOWN", // The Lowdown 91.1
"RADIO_16_SILVERLAKE", // Radio Mirror Park
"RADIO_17_FUNK", // Space 103.2
"RADIO_18_90S_ROCK", // Vinewood Boulevard Radio
"RADIO_19_USER", // Self Radio
"RADIO_20_THELAB", // The Lab
"RADIO_21_DLC_XM17", // Blonded Los Santos 97.8 FM
"RADIO_22_DLC_BATTLE_MIX1_RADIO", // Los Santos Underground Radio
"RADIO_23_DLC_XM19_RADIO", // iFruit Radio
"RADIO_27_DLC_PRHEI4", // Still Slipping Los Santos
"RADIO_34_DLC_HEI4_KULT", // Kult FM
"RADIO_35_DLC_HEI4_MLR", // The Music Locker
"RADIO_36_AUDIOPLAYER", // Media Player
"RADIO_37_MOTOMAMI" // MOTOMAMI Los Santos
];