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 752c78b commit cf44868
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
fx_version 'cerulean'
game 'gta5'

description 'QBX-Radio'
description 'QBX_Radio'
repository 'https://github.com/Qbox-project/qbx_radio'
version '1.0.0'

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

client_script 'client.lua'
client_scripts {
'@qbx_core/modules/playerdata.lua',
'client.lua'
}

server_script 'server.lua'

modules {
'qbx_core:playerdata',
'qbx_core:utils',
}

ui_page('html/ui.html')

files {'html/ui.html', 'html/js/script.js', 'html/css/style.css', 'html/img/radio.png'}
Expand Down

0 comments on commit cf44868

Please sign in to comment.