forked from jonassvensson4/jsfour-idcard
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfxmanifest.lua
41 lines (36 loc) · 1.08 KB
/
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
fx_version 'cerulean'
game 'gta5'
author 'jonassvensson4'
description 'PoliceBadge'
ui_page 'html/index.html'
server_script {
'@mysql-async/lib/MySQL.lua',
'server.lua'
}
client_script {
'client.lua'
}
files {
'html/index.html',
'html/assets/css/style.css',
'html/assets/js/jquery.js',
'html/assets/js/init.js',
'html/assets/fonts/roboto/Roboto-Bold.woff',
'html/assets/fonts/roboto/Roboto-Bold.woff2',
'html/assets/fonts/roboto/Roboto-Light.woff',
'html/assets/fonts/roboto/Roboto-Light.woff2',
'html/assets/fonts/roboto/Roboto-Medium.woff',
'html/assets/fonts/roboto/Roboto-Medium.woff2',
'html/assets/fonts/roboto/Roboto-Regular.woff',
'html/assets/fonts/roboto/Roboto-Regular.woff2',
'html/assets/fonts/roboto/Roboto-Thin.woff',
'html/assets/fonts/roboto/Roboto-Thin.woff2',
'html/assets/fonts/justsignature/JustSignature.woff',
'html/assets/css/materialize.min.css',
'html/assets/js/materialize.js',
'html/assets/images/idcard.png',
'html/assets/images/license.png',
'html/assets/images/firearm.png',
'html/assets/images/male.png',
'html/assets/images/female.png',
}