├── LICENSE.md ├── README.md └── radio ├── GermanRadioData ├── GermanRadioData.md ├── gta_radio_stations_texture02_512.png ├── gta_radio_stations_texture04_128.png ├── gta_radio_stations_texture05_128.png ├── gta_radio_stations_texture06_128.png └── gtav_radio_stations_texture_512.png ├── client.js ├── data.js ├── fxmanifest.lua ├── index.html └── stream └── hud.ytd /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/README.md -------------------------------------------------------------------------------- /radio/GermanRadioData/GermanRadioData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/radio/GermanRadioData/GermanRadioData.md -------------------------------------------------------------------------------- /radio/GermanRadioData/gta_radio_stations_texture02_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/radio/GermanRadioData/gta_radio_stations_texture02_512.png -------------------------------------------------------------------------------- /radio/GermanRadioData/gta_radio_stations_texture04_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/radio/GermanRadioData/gta_radio_stations_texture04_128.png -------------------------------------------------------------------------------- /radio/GermanRadioData/gta_radio_stations_texture05_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/radio/GermanRadioData/gta_radio_stations_texture05_128.png -------------------------------------------------------------------------------- /radio/GermanRadioData/gta_radio_stations_texture06_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/radio/GermanRadioData/gta_radio_stations_texture06_128.png -------------------------------------------------------------------------------- /radio/GermanRadioData/gtav_radio_stations_texture_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/radio/GermanRadioData/gtav_radio_stations_texture_512.png -------------------------------------------------------------------------------- /radio/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/radio/client.js -------------------------------------------------------------------------------- /radio/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/radio/data.js -------------------------------------------------------------------------------- /radio/fxmanifest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/radio/fxmanifest.lua -------------------------------------------------------------------------------- /radio/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/radio/index.html -------------------------------------------------------------------------------- /radio/stream/hud.ytd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerofour04/fivem-radio-mp3-ogg/HEAD/radio/stream/hud.ytd --------------------------------------------------------------------------------