forked from Hellslicer/fivem-radio
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-added gta5 radio wheel design -replaced resource.lua with fxmanifest.lua
- Loading branch information
1 parent
05ae7e7
commit 1419f79
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |