mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 02:01:31 +00:00
fcfcb2b534
* Added de.js Added forgotten de.js for german translation. * Update to load locales files in html folder Updated the file to load all locales files in the html/locales folder.
36 lines
501 B
Lua
36 lines
501 B
Lua
fx_version 'adamant'
|
|
game 'gta5'
|
|
description 'https://github.com/thelindat/esx_multicharacter'
|
|
version '1.0.1'
|
|
|
|
dependencies {
|
|
'es_extended',
|
|
'esx_menu_default',
|
|
'esx_identity',
|
|
'esx_skin'
|
|
}
|
|
|
|
shared_script 'config.lua'
|
|
|
|
server_scripts {
|
|
'@mysql-async/lib/MySQL.lua',
|
|
'server/main.lua',
|
|
}
|
|
|
|
client_scripts {
|
|
'@es_extended/locale.lua',
|
|
'client/main.lua',
|
|
'locales/*.lua',
|
|
}
|
|
|
|
ui_page {
|
|
'html/ui.html',
|
|
}
|
|
|
|
files {
|
|
'html/ui.html',
|
|
'html/css/main.css',
|
|
'html/js/app.js',
|
|
'html/locales/*.js',
|
|
}
|