forked from qbcore-framework/qb-multicharacter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
42 lines (36 loc) · 689 Bytes
/
fxmanifest.lua
File metadata and controls
42 lines (36 loc) · 689 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
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'Kakarot'
description 'Allows players to create multiple characters'
version '1.2.0'
shared_scripts {
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
'config.lua'
}
client_scripts {
'client/main.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'@qb-apartments/config.lua',
'server/main.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/style.css',
'html/reset.css',
'html/vue.js',
'html/swal2.js',
'html/profanity.js',
'html/translations.js',
'html/validation.js',
'html/app.js'
}
dependencies {
'qb-core',
'qb-spawn'
}