Skip to content

Commit

Permalink
Updated resource
Browse files Browse the repository at this point in the history
-added gta5 radio wheel design
-replaced resource.lua with fxmanifest.lua
  • Loading branch information
Zerofour04 committed Nov 12, 2021
1 parent 05ae7e7 commit 1419f79
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
File renamed without changes.
22 changes: 22 additions & 0 deletions radio/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 1419f79

Please sign in to comment.