init commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
description 'items to help players breathe and move underwater'
|
||||
version '0.0.0'
|
||||
|
||||
shared_script {
|
||||
'@ox_lib/init.lua',
|
||||
'@qb-core/shared/locale.lua',
|
||||
'locales/en.lua',
|
||||
'locales/*.lua',
|
||||
'config.lua',
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'server/*',
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client/*'
|
||||
}
|
||||
|
||||
lua54 'yes'
|
||||
use_experimental_fxv2_oal 'yes'
|
||||
Reference in New Issue
Block a user