-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
38 lines (32 loc) · 789 Bytes
/
Copy pathfxmanifest.lua
File metadata and controls
38 lines (32 loc) · 789 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
game 'rdr3'
fx_version 'adamant'
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
ui_page 'html/ui.html'
client_scripts {
'client/models/*.lua',
'client/handler/*.lua',
'client/services/*.lua',
'client/controllers/*.lua',
'client/*.lua',
}
server_scripts {
'server/models/*.lua',
'server/handler/*.lua',
'server/services/*.lua',
'server/controllers/*.lua',
'vorpInventoryApi.lua',
'server/*.lua',
}
shared_scripts {
"config.lua",
"locale.lua",
"languages/*.lua"
}
files {
'html/**/*'
}
server_exports { 'vorp_inventoryApi' }
version '1.1.0'
vorp_checker 'yes'
vorp_name '^4Resource version Check^3'
vorp_github 'https://github.com/VORPCORE/vorp_inventory-lua'