forked from Renewed-Scripts/qb-phone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
39 lines (31 loc) · 687 Bytes
/
fxmanifest.lua
File metadata and controls
39 lines (31 loc) · 687 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
fx_version 'cerulean'
game 'gta5'
author 'FjamZoo#0001 & MannyOnBrazzers#6826'
description 'A No Pixel inspired edit of QBCore\'s Phone. Released By RenewedScripts'
version 'Release'
ui_page 'html/index.html'
shared_scripts {
'config.lua',
'@qb-apartments/config.lua',
'@qb-garages/config.lua',
}
client_scripts {
'client/*.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/*.lua',
}
files {
'html/*.html',
'html/js/*.js',
'html/img/*.png',
'html/css/*.css',
'html/fonts/*.ttf',
'html/fonts/*.otf',
'html/fonts/*.woff',
'html/img/backgrounds/*.png',
'html/img/apps/*.png',
}
lua54 'yes'
dependency 'qb-target'