mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
32 lines
498 B
Lua
32 lines
498 B
Lua
fx_version 'adamant'
|
|
game 'gta5'
|
|
description 'https://github.com/thelindat/esx_multicharacter'
|
|
version '1.0.0'
|
|
|
|
dependency 'es_extended'
|
|
|
|
shared_script 'config.lua'
|
|
|
|
server_scripts {
|
|
'@mysql-async/lib/MySQL.lua',
|
|
'server/main.lua',
|
|
}
|
|
|
|
client_scripts {
|
|
'client/main.lua',
|
|
}
|
|
|
|
--[[ Disabled for now
|
|
ui_page {
|
|
'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',
|
|
}]]
|