mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 05:02:15 +00:00
30 lines
405 B
Lua
30 lines
405 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
server_scripts {
|
|
"@mysql-async/lib/MySQL.lua",
|
|
"config.lua",
|
|
"server/main.lua",
|
|
}
|
|
|
|
client_scripts {
|
|
"config.lua",
|
|
"client/main.lua",
|
|
}
|
|
|
|
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',
|
|
}
|
|
|
|
dependency 'es_extended'
|