-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
42 lines (40 loc) · 1.38 KB
/
fxmanifest.lua
File metadata and controls
42 lines (40 loc) · 1.38 KB
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 'gta5'
lua54 'yes'
author 'Trippler Scripts'
version '0.91.0'
dependency 'tr_lib'
shared_script 'init.lua'
server_scripts {
'modules/print/shared.lua',
'modules/require/shared.lua',
'order/server.lua',
'converter/server.lua',
'calls/server.lua',
'mapper/server.lua',
'env/server.lua',
'adapter/server.lua',
'scripts/server.lua',
'exceptions/server.lua',
'categories/server.lua',
'loader/server.lua',
-- this will edit your fxmanifest providing the scripts that are missing automatically :)
'provider/server.lua',
-- this will filter the supported resources names that are:
-- missing | stored in ScriptsToSupport
-- will be provided by the tr_adapter | stored in AvailableScripts
-- provided by another script | ignored
'selector/server.lua',
-- this will import the names of all resources that are located in /compatibilities/ folder
-- store the category and name of the resource in a table
'extractor/server.lua',
-- this will grab the names of all resources that are installed in the server
-- store the detected resources names from the server in a table
'finder/server.lua',
}
files {
'compatibilities/inventory/_exception/server.lua',
'compatibilities/inventory/ox_inventory/server.lua',
'compatibilities/inventory/qb-inventory/server.lua',
}
provide 'ox_inventory'