-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
43 lines (38 loc) · 828 Bytes
/
fxmanifest.lua
File metadata and controls
43 lines (38 loc) · 828 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
36
37
38
39
40
41
42
43
fx_version 'cerulean'
game 'gta5'
author 'https://github.com/MOXHARTZ'
repository 'https://github.com/MOXHARTZ/mx-audioplayer'
discord 'https://discord.gg/crbtDw9hT7'
version '3.2.8'
lua54 'yes'
shared_scripts {
'@ox_lib/init.lua',
'shared/*.lua'
}
client_scripts {
'client/framework/*.lua',
'client/modules/audioplayer.lua',
'client/*.lua',
'client/modules/auth.lua',
'client/addons/*.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/framework/*.lua',
'server/modules/*.lua',
'server/*.lua'
}
ui_page 'web/build/index.html'
-- ui_page 'http://localhost:3005/' -- dev
files({
'locales/*.json',
'web/build/index.html',
'web/build/**/*',
'client/modules/audioplayer.lua',
})
dependencies {
'/onesync',
'mx-surround',
'oxmysql',
'ox_lib'
}