-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
34 lines (29 loc) · 603 Bytes
/
Copy pathfxmanifest.lua
File metadata and controls
34 lines (29 loc) · 603 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
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'Kakarot'
description 'A menu providing players the ability to change their clothing and accessories'
version '1.2.0'
ui_page 'html/index.html'
shared_scripts {
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
'config.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server.lua'
}
client_scripts {
'@PolyZone/client.lua',
'@PolyZone/BoxZone.lua',
'@PolyZone/ComboZone.lua',
'client.lua'
}
files {
'html/index.html',
'html/style.css',
'html/reset.css',
'html/script.js'
}