From 78ca5462c33e662e210586d8dacf3db7edd9169a Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Fri, 4 Jun 2021 00:35:32 +1000 Subject: [PATCH] Update fxmanifest.lua --- fxmanifest.lua | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 51b2754d..8f358297 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -3,30 +3,33 @@ game 'gta5' description 'https://github.com/thelindat/esx_multicharacter' version '1.0.0' -dependency 'es_extended' +dependencies { + 'es_extended', + 'esx_menu_default' +} shared_script 'config.lua' server_scripts { - '@mysql-async/lib/MySQL.lua', - 'server/main.lua', + '@mysql-async/lib/MySQL.lua', + 'server/main.lua', } client_scripts { '@es_extended/locale.lua', - 'client/main.lua', - 'locales/*.lua', + 'client/main.lua', + 'locales/*.lua', } ui_page { - 'html/ui.html', + 'html/ui.html', } files { - 'html/ui.html', - 'html/css/main.css', - 'html/js/app.js', - 'html/locales/fr.js', - 'html/locales/en.js', - 'html/locales/pl.js', + 'html/ui.html', + 'html/css/main.css', + 'html/js/app.js', + 'html/locales/fr.js', + 'html/locales/en.js', + 'html/locales/pl.js', }