forked from DEVHUB-GG/devhub_lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
48 lines (40 loc) · 861 Bytes
/
Copy pathfxmanifest.lua
File metadata and controls
48 lines (40 loc) · 861 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
44
45
46
47
48
fx_version 'cerulean'
games {'gta5'}
lua54 'yes'
author 'DEVHUB (store.devhub.gg)'
description 'LIBRARY FOR DEVHUB SCRIPTS'
version '3.0.7'
client_scripts {
-- '@vrp/lib/utils.lua',
'config.lua',
'core/shared/autoDetect.lua',
'core/client/main.lua',
'core/client/c.*.lua',
'core/tests/c.*.lua',
'core/tests/functions/c.*.lua',
'modules/**/c.*.lua',
}
server_scripts {
-- '@vrp/lib/utils.lua',
'@oxmysql/lib/MySQL.lua',
'config.lua',
'core/shared/autoDetect.lua',
'core/server/main.lua',
'core/server/s.*.lua',
'core/tests/s.*.lua',
'core/tests/functions/s.*.lua',
'modules/**/s.*.lua',
}
shared_scripts {
'core/shared/sh.*.lua',
}
ui_page "html/index.html"
files {
'html/**/*',
}
provide 'dh_lib'
escrow_ignore {
'core/**/*.lua',
'modules/**/*.lua',
'config.lua',
}