Files
Elite-Gaming-FiveM-Old/resources/rp-radio/fxmanifest.lua
T
Jacob e047d8f9ac Phone & identifier database base implementation
+ Added the phone which is working already.
+ Added RP-Radio for testing.
2022-01-13 21:32:45 +00:00

28 lines
378 B
Lua

fx_version "adamant"
game "gta5"
name "rp-radio"
description "An in-game radio which makes use of the pma-voice radio API for FiveM"
author "Frazzle (frazzle9999@gmail.com)"
version "2.2.1"
ui_page "index.html"
dependencies {
"pma-voice",
}
files {
"index.html",
"on.ogg",
"off.ogg",
}
client_scripts {
"config.lua",
"client.lua",
}
server_scripts {
"server.lua",
}