Files
esx_core/[core]/esx_identity/fxmanifest.lua
T
2024-10-14 20:16:29 +00:00

35 lines
538 B
Lua

fx_version 'adamant'
game 'gta5'
description 'Allows the player to Pick their characters: Name, Gender, Height and Date-of-birth.'
lua54 'yes'
version '1.10.9'
shared_scripts {
'@es_extended/imports.lua',
'@es_extended/locale.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'locales/*.lua',
'config.lua',
'server/main.lua'
}
client_scripts {
'locales/*.lua',
'config.lua',
'client/main.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/js/script.js',
'html/css/style.css',
}
dependency 'es_extended'