forked from qbcore-redm-framework/qbr-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
42 lines (34 loc) · 680 Bytes
/
Copy pathfxmanifest.lua
File metadata and controls
42 lines (34 loc) · 680 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
fx_version 'cerulean'
game '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.'
description 'qbr-core'
version '1.0.0'
shared_scripts {
'config.lua',
'shared.lua'
}
client_scripts {
'client/main.lua',
'client/functions.lua',
'client/loops.lua',
'client/events.lua'
}
server_scripts {
'server/main.lua',
'server/functions.lua',
'server/player.lua',
'server/events.lua',
'server/commands.lua',
'server/debug.lua'
}
ui_page 'html/ui.html'
files {
'html/ui.html',
'html/css/main.css',
'html/js/app.js'
}
dependencies {
'progressbar',
'connectqueue'
}
lua54 'yes'