forked from VORPCORE/vorp_character-lua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fxmanifest.lua
43 lines (35 loc) · 976 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
42
43
fx_version 'cerulean'
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
game 'rdr3'
lua54 'yes'
-- Initial Convertion from C# to lua by grumpypoo
name 'vorp character'
author 'VORP @outsider'
description 'A Character creator with also shops built in for vorpcore framework'
repository 'https://github.com/VORPCORE/vorp_character-lua'
shared_scripts {
'config.lua',
'config_shops.lua',
'shared/utils.lua',
'shared/translation.lua',
}
client_scripts {
'@vorp_core/client/dataview.lua',
'shared/clothing.lua',
'shared/hairs.lua',
'client/*.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/*.lua',
}
files {
'images/*png',
'images/CreatorImages/*png',
'clothingfemale/*png',
}
version '1.7'
vorp_checker 'yes'
vorp_name '^4Resource version Check^3'
vorp_github 'https://github.com/VORPCORE/vorp_character-lua'
-- this script is protected under its license.