Update fxmanifest.lua

This commit is contained in:
Linden
2021-06-04 00:35:32 +10:00
committed by GitHub
parent fe78cbd5ef
commit 78ca5462c3
+15 -12
View File
@@ -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',
}