fix: import modules
This commit is contained in:
+2
-5
@@ -2,20 +2,17 @@ fx_version 'cerulean'
|
|||||||
game 'gta5'
|
game 'gta5'
|
||||||
|
|
||||||
description 'items to help players breathe and move underwater'
|
description 'items to help players breathe and move underwater'
|
||||||
|
repository 'https://github.com/Qbox-project/qbx_divegear'
|
||||||
version '0.0.0'
|
version '0.0.0'
|
||||||
|
|
||||||
shared_scripts {
|
shared_scripts {
|
||||||
'@ox_lib/init.lua',
|
'@ox_lib/init.lua',
|
||||||
'@qbx_core/import.lua',
|
'@qbx_core/modules/utils.lua',
|
||||||
'@qbx_core/shared/locale.lua',
|
'@qbx_core/shared/locale.lua',
|
||||||
'locales/en.lua',
|
'locales/en.lua',
|
||||||
'locales/*.lua',
|
'locales/*.lua',
|
||||||
}
|
}
|
||||||
|
|
||||||
modules {
|
|
||||||
'qbx_core:utils',
|
|
||||||
}
|
|
||||||
|
|
||||||
server_script 'server/main.lua'
|
server_script 'server/main.lua'
|
||||||
|
|
||||||
client_script 'client/main.lua'
|
client_script 'client/main.lua'
|
||||||
|
|||||||
Reference in New Issue
Block a user