Files
esx_core/fxmanifest.lua
T
2020-01-19 17:21:15 +01:00

61 lines
1007 B
Lua

fx_version 'adamant'
game 'gta5'
description 'ESX Phone'
version '1.1.0'
server_scripts {
'@mysql-async/lib/MySQL.lua',
'config.lua',
'@es_extended/locale.lua',
'locales/de.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'locales/es.lua',
'locales/sv.lua',
'locales/pl.lua',
'server/main.lua'
}
client_scripts {
'@es_extended/locale.lua',
'config.lua',
'locales/de.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'locales/es.lua',
'locales/sv.lua',
'locales/pl.lua',
'client/main.lua'
}
ui_page 'html/ui.html'
files {
'html/ui.html',
'html/css/app.css',
'html/scripts/mustache.min.js',
'html/scripts/app.js',
'html/img/phone.png',
'html/img/icons/signal.png',
'html/img/icons/rep.png',
'html/img/icons/msg.png',
'html/img/icons/add.png',
'html/img/icons/back.png',
'html/img/icons/new-msg.png',
'html/img/icons/reply.png',
'html/img/icons/write.png',
'html/img/icons/edit.png',
'html/img/icons/location.png'
}
dependency 'es_extended'