Files
esx_core/fxmanifest.lua
T
Linden 72450dfcd6 refactor: swap to oxmysql
ESX officially uses oxmysql with new syntax, so follow suite.
2022-02-12 05:58:45 +11:00

40 lines
538 B
Lua

fx_version 'cerulean'
game 'gta5'
description 'https://github.com/thelindat/esx_multicharacter'
version '1.4.2'
lua54 'yes'
dependencies {
'es_extended',
'esx_menu_default',
'esx_identity',
'esx_skin'
}
shared_scripts {
'@es_extended/locale.lua',
'locales/*.lua',
'config.lua'
}
server_scripts {
'@es_extended/imports.lua',
'@oxmysql/lib/MySQL.lua',
'server/*.lua',
}
client_scripts {
'client/*.lua'
}
ui_page {
'html/ui.html',
}
files {
'html/ui.html',
'html/css/main.css',
'html/js/app.js',
'html/locales/*.js',
}