-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathfxmanifest.lua
41 lines (34 loc) · 966 Bytes
/
fxmanifest.lua
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
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.'
lua54 'yes'
name 'vorp core'
description 'A Tool to build your RedM server and scripts'
author 'VORP' -- converted from the original C# vorp core by goncalobsccosta#9041
repository 'https://github.com/VORPCORE/vorp-core-lua'
shared_scripts {
'config/config.lua',
'config/skills.lua',
'translation/language.lua'
}
client_scripts {
'client/ref/*.lua',
'client/exports/*.lua',
'client/coreactions.lua',
'client/*.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/class/*.lua',
'config/commands.lua',
'server/*lua',
'server/services/dbupdater/*.lua',
}
files {
'ui/**/*',
}
ui_page 'ui/index.html'
version '2.8'
vorp_checker 'yes'
vorp_name '^4Resource version Check^3'
vorp_github 'https://github.com/VORPCORE/vorp_core-lua'