-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfxmanifest.lua
47 lines (40 loc) · 833 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
fx_version 'cerulean'
game 'gta5'
author 'james12007'
description 'Edited Policejob to work with sasp, sheriff with qb-target integration'
version '1.0.0'
shared_scripts {
'config.lua',
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua'
}
client_scripts {
'@PolyZone/client.lua',
'@PolyZone/BoxZone.lua',
'@PolyZone/ComboZone.lua',
'client/main.lua',
'client/camera.lua',
'client/interactions.lua',
'client/job.lua',
'client/heli.lua',
--'client/anpr.lua',
'client/evidence.lua',
'client/objects.lua',
'client/tracker.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/vue.min.js',
'html/script.js',
'html/tablet-frame.png',
'html/fingerprint.png',
'html/main.css',
'html/vcr-ocd.ttf'
}
lua54 'yes'