mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:01:32 +00:00
25 lines
408 B
Lua
25 lines
408 B
Lua
-- https://wiki.fivem.net/wiki/Resource_manifest
|
|
|
|
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
|
|
|
description 'ESX Identity'
|
|
|
|
version '1.0.4'
|
|
|
|
client_script 'client/main.lua'
|
|
|
|
server_scripts {
|
|
"@mysql-async/lib/MySQL.lua",
|
|
"@es_extended/locale.lua",
|
|
"server/main.lua",
|
|
}
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/script.js',
|
|
'html/style.css',
|
|
'html/cursor.png',
|
|
}
|