-
Notifications
You must be signed in to change notification settings - Fork 5
/
fxmanifest.lua
50 lines (39 loc) · 956 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
44
45
46
47
48
49
50
--=================================================
--= github.com/davuongthanh
--= youtube.com/channel/UC4f6N3gtOGqn2znOo7lxzQA
--= facebook.com/hida1995/
--=================================================
fx_version 'adamant'
game 'gta5'
description 'OD User Profile'
version '1.0.1'
ui_page 'html/index.html'
client_scripts {
'client.lua',
}
server_scripts {
'@mysql-async/lib/MySQL.lua',
'server.lua',
}
files{
-- Main
'html/index.html',
'html/css/bootstrap.css',
'html/css/style.css',
'html/app.js',
-- Images
'html/img/chieucao.jpg',
'html/img/congviec.png',
'html/img/gioitinh.png',
'html/img/hovaten.png',
'html/img/nganhang.png',
'html/img/ngaysinh.png',
'html/img/profile.png',
'html/img/sodienthoai.png',
'html/img/sotienban.png',
'html/img/sotienmat.png',
'html/img/thongtin.png',
-- Fonts
'html/fonts/UVNBaiSau_R.ttf',
}
dependency 'es_extended'