mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 05:01:33 +00:00
29 lines
365 B
Lua
29 lines
365 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
description 'ESX Identity'
|
|
|
|
version '1.1.0'
|
|
|
|
server_scripts {
|
|
'@mysql-async/lib/MySQL.lua',
|
|
'@es_extended/locale.lua',
|
|
'server/main.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'@es_extended/locale.lua',
|
|
'client/main.lua'
|
|
}
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/script.js',
|
|
'html/style.css'
|
|
}
|
|
|
|
dependency 'es_extended'
|