This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.

35 lines
526 B
Lua
Raw Normal View History

2025-02-02 10:40:42 +01:00
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.8'
shared_scripts {
'@ui_core/imports.lua',
'@ui_core/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 'ui_core'