Files
esx_core/__resource.lua
T
2017-09-16 22:31:30 +02:00

73 lines
1.1 KiB
Lua

resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
description 'ES Extended'
version '1.0.1'
server_scripts {
'@async/async.lua',
'@mysql-async/lib/MySQL.lua',
'config.lua',
'locale.lua',
'locales/de.lua',
'locales/br.lua',
'locales/fr.lua',
'locales/en.lua',
'config.weapons.lua',
'server/common.lua',
'server/classes/player.lua',
'server/functions.lua',
'server/paycheck.lua',
'server/main.lua',
'server/commands.lua'
}
client_scripts {
'config.lua',
'locale.lua',
'locales/de.lua',
'locales/br.lua',
'locales/fr.lua',
'locales/en.lua',
'config.weapons.lua',
'client/common.lua',
'client/entityiter.lua',
'client/functions.lua',
'client/main.lua'
}
ui_page {
'html/ui.html'
}
files {
'html/ui.html',
'html/css/app.css',
'html/js/mustache.min.js',
'html/js/app.js',
'html/fonts/pdown.ttf',
'html/fonts/bankgothic.ttf',
'html/img/cursor.png',
'html/img/keys/enter.png',
'html/img/keys/return.png',
'html/img/accounts/bank.png',
'html/img/accounts/black_money.png'
}
exports {
'getSharedObject'
}
server_exports {
'getSharedObject'
}
dependencies {
'essentialmode'
}