Skip to content

Commit

Permalink
fix: import modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm authored Nov 16, 2023
1 parent d2867a6 commit 5b36c40
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
fx_version 'cerulean'
game 'gta5'

description 'QBX-Storerobbery'
description 'QBX_Storerobbery'
repository 'https://github.com/Qbox-project/qbx_storerobbery'
version '1.1.1'

ui_page 'html/index.html'

shared_scripts {
'@qbx_core/import.lua',
'configs/default.lua',
'@ox_lib/init.lua',
'@qbx_core/modules/utils.lua',
'@qbx_core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
'@ox_lib/init.lua'
'configs/default.lua',
}

client_script 'client.lua'
server_script 'server.lua'

modules {'qbx_core:utils'}

files {
'html/index.html',
'html/script.js',
Expand Down

0 comments on commit 5b36c40

Please sign in to comment.