forked from qbcore-redm-framework/qbr-inventory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
38 lines (31 loc) · 697 Bytes
/
fxmanifest.lua
File metadata and controls
38 lines (31 loc) · 697 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
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-Inventory'
version '1.0.2'
shared_scripts {
'@qbr-core/shared/locale.lua',
'locales/en.lua',
'config.lua',
-- '@qbr-weapons/config.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
client_script 'client/main.lua'
ui_page {
'html/ui.html'
}
files {
'html/ui.html',
'html/css/main.css',
'html/js/app.js',
'html/images/*.png',
'html/images/*.jpg',
'html/ammo_images/*.png',
'html/attachment_images/*.png',
'html/*.ttf'
}
lua54 'yes'
-- dependency 'qbr-weapons'