mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Adding files
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
server_scripts {
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'server/esx_jobs_sv.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'jobs/fisherman.lua',
|
||||
'jobs/fuel.lua',
|
||||
'jobs/lumberjack.lua',
|
||||
'jobs/miner.lua',
|
||||
'jobs/reporter.lua',
|
||||
'jobs/slaughterer.lua',
|
||||
'jobs/textil.lua',
|
||||
'client/esx_jobs_cl.lua'
|
||||
}
|
||||
|
||||
ui_page 'html/ui.html'
|
||||
|
||||
files {
|
||||
'html/ui.html',
|
||||
'html/bankgothic.ttf',
|
||||
'html/pdown.ttf',
|
||||
'html/css/app.css',
|
||||
'html/scripts/mustache.min.js',
|
||||
'html/scripts/app.js',
|
||||
'html/img/keys/enter.png',
|
||||
'html/img/keys/return.png'
|
||||
}
|
||||
Reference in New Issue
Block a user