Scripts/resources/[hp]/hp_charcreator/fxmanifest.lua

24 lines
348 B
Lua
Raw Normal View History

2024-12-29 19:48:41 +00:00
2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 19:48:41 +00:00
game 'gta5'
lua54 'yes'
author 'vames™'
description 'hp_charcreator'
version '1.1.1'
shared_script 'config.lua'
client_scripts {
'client/*.lua',
}
server_scripts {
'@mysql-async/lib/MySQL.lua',
'server/*.lua',
}
ui_page 'html/ui.html'
files {
'html/*.*',
'html/icons/*.svg',
'html/parents/*.png',
'translation.js'
}