mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 23:01:36 +00:00
18 lines
258 B
Lua
18 lines
258 B
Lua
description 'ESX ATM'
|
|
|
|
server_script 'server/esx_atm_sv.lua'
|
|
|
|
client_script {
|
|
'config.lua',
|
|
'client/esx_atm_cl.lua'
|
|
}
|
|
|
|
ui_page 'html/ui.html'
|
|
|
|
files {
|
|
'html/ui.html',
|
|
'html/pdown.ttf',
|
|
'html/img/cursor.png',
|
|
'html/css/app.css',
|
|
'html/scripts/app.js'
|
|
} |