forked from reyyghi/rhd_garage
-
Notifications
You must be signed in to change notification settings - Fork 3
/
fxmanifest.lua
49 lines (42 loc) · 974 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
fx_version 'cerulean'
game 'gta5'
version '1.4.1'
author 'Reyghita Hafizh Firmanda'
description 'Garage system for ESX & QBCore made by RHD Team'
shared_scripts {
'@ox_lib/init.lua',
'@qbx_core/modules/lib.lua',
'shared/*.lua',
'bridge/houses/*.lua',
'bridge/framework/*.lua'
}
client_scripts {
'bridge/radialmenu/*.lua',
'client/*.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/db_update.lua',
'server/main.lua',
'server/police_impound.lua',
'server/storage.lua',
'server/vehicle.lua',
'server/command.lua',
'server/jobvehshop.lua'
}
files {
'locales/*.json',
'data/peds.json',
'data/garages.json',
'data/vehiclesname.json',
'modules/debugzone.lua',
'modules/zone.lua',
'modules/deformation.lua',
'modules/spawnpoint.lua',
'modules/pedcreator.lua',
}
ox_lib "locale"
dependencies {
'ox_lib'
}
lua54 'yes'