From 1419f7981bd9f21b9f685e40df60515f419a5918 Mon Sep 17 00:00:00 2001 From: Ben // Zerofour // 04 Date: Fri, 12 Nov 2021 21:06:34 +0100 Subject: [PATCH] Updated resource -added gta5 radio wheel design -replaced resource.lua with fxmanifest.lua --- radio/{__resource.lua => OLD__resource.lua} | 0 radio/fxmanifest.lua | 22 +++++++++++++++++++++ 2 files changed, 22 insertions(+) rename radio/{__resource.lua => OLD__resource.lua} (100%) create mode 100644 radio/fxmanifest.lua diff --git a/radio/__resource.lua b/radio/OLD__resource.lua similarity index 100% rename from radio/__resource.lua rename to radio/OLD__resource.lua diff --git a/radio/fxmanifest.lua b/radio/fxmanifest.lua new file mode 100644 index 0000000..7ca02c9 --- /dev/null +++ b/radio/fxmanifest.lua @@ -0,0 +1,22 @@ +fx_version 'cerulean' +games { 'gta5' } + +author 'Hellslicer | PeEcEeChIP | Hunt3red' +description 'forked by Zerofour04' +version '1.0' + +-- Config for radios +supersede_radio "RADIO_02_POP" { url = "https://revolutionradio.ru:8443/live.ogg", volume = 0.2 } +supersede_radio "RADIO_03_HIPHOP_NEW" { url = "http://stream.radioreklama.bg/nrj.ogg", volume = 0.2 } +-- + +files { + "index.html" +} + +ui_page "index.html" + +client_scripts { + "data.js", + "client.js" +}