Files
red-valley/resources/[framework]/[addons]/ak4y-dice/fxmanifest.lua
2026-03-29 21:41:17 +03:00

41 lines
559 B
Lua

fx_version 'cerulean'
game 'gta5'
shared_script {
"config.lua",
}
client_scripts {
'client/main.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
-- '@mysql-async/lib/MySQL.lua',
'server_config.lua',
'server/main.lua',
}
ui_page {
'html/index.html',
}
files {
'html/index.html',
'html/main.css',
'html/font/*.otf',
'html/sound/*.mp3',
'html/img/*.jpg',
'html/img/gamepage/*.jpg',
'html/img/gamepage/*.png',
'html/img/*.png',
'html/js/*.js',
}
escrow_ignore {
'config.lua',
'server_config.lua',
}
lua54 'on'
dependency '/assetpacks'