35 lines
526 B
Lua
35 lines
526 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.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'
|