forked from Simnation/Main
ed
This commit is contained in:
parent
19fb68f805
commit
01d047b3cc
53 changed files with 3222 additions and 5 deletions
51
resources/[housing]/ox_doorlock/fxmanifest.lua
Normal file
51
resources/[housing]/ox_doorlock/fxmanifest.lua
Normal file
|
@ -0,0 +1,51 @@
|
|||
--[[ FX Information ]]--
|
||||
fx_version 'cerulean'
|
||||
use_experimental_fxv2_oal 'yes'
|
||||
lua54 'yes'
|
||||
game 'gta5'
|
||||
|
||||
--[[ Resource Information ]]--
|
||||
name 'ox_doorlock'
|
||||
version '1.17.0'
|
||||
license 'GPL-3.0-or-later'
|
||||
author 'Overextended'
|
||||
repository 'https://github.com/overextended/ox_doorlock'
|
||||
|
||||
--[[ Manifest ]]--
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
'config.lua',
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client/main.lua',
|
||||
'client/utils.lua',
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server/main.lua',
|
||||
}
|
||||
|
||||
ui_page 'web/build/index.html'
|
||||
|
||||
files {
|
||||
'web/build/index.html',
|
||||
'web/build/**/*',
|
||||
'locales/*.json',
|
||||
'audio/data/oxdoorlock_sounds.dat54.rel',
|
||||
'audio/dlc_oxdoorlock/oxdoorlock.awc',
|
||||
}
|
||||
|
||||
data_file 'AUDIO_WAVEPACK' 'audio/dlc_oxdoorlock'
|
||||
data_file 'AUDIO_SOUNDDATA' 'audio/data/oxdoorlock_sounds.dat'
|
||||
|
||||
dependencies {
|
||||
'oxmysql',
|
||||
'ox_lib',
|
||||
}
|
||||
|
||||
ox_libs {
|
||||
'locale',
|
||||
'table',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue