1
0
Fork 0
forked from Simnation/Main
Main/resources/[housing]/ox_doorlock/fxmanifest.lua

52 lines
907 B
Lua
Raw Normal View History

2025-07-14 18:34:49 +02:00
--[[ 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',
}