forked from kibook/pmms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
35 lines (28 loc) · 698 Bytes
/
fxmanifest.lua
File metadata and controls
35 lines (28 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
fx_version "adamant"
games {"gta5", "rdr3"}
rdr3_warning "I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships."
name "pmms"
description "FiveM and RedM syncronized media player"
author "kibukj"
repository "https://github.com/kibook/pmms"
dependency "httpmanager" -- https://github.com/kibook/httpmanager
shared_scripts {
"config.lua",
"common.lua"
}
server_script "server.lua"
files {
"ui/index.html",
"ui/style.css",
"ui/script.js",
"ui/mediaelement.min.js",
"ui/chineserocks.ttf",
"ui/loading.svg",
"ui/wave.js"
}
ui_page "ui/index.html"
client_scripts {
"dui.lua",
"staticEmitters.lua",
"client.lua"
}