Files
d4rk_divegear/fxmanifest.lua
T

23 lines
466 B
Lua

fx_version 'cerulean'
game 'gta5'
description 'items to help players breathe and move underwater'
repository 'https://github.com/Qbox-project/qbx_divegear'
version '1.0.0'
shared_scripts {
'@ox_lib/init.lua',
'@qbx_core/modules/utils.lua',
'@qbx_core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
}
server_script 'server/main.lua'
client_script 'client/main.lua'
file 'config/client.lua'
lua54 'yes'
use_experimental_fxv2_oal 'yes'