Main/resources/[Developer]/[Max]/myDj/fxmanifest.lua
2025-06-16 20:56:55 +02:00

56 lines
No EOL
1.1 KiB
Lua

fx_version 'bodacious'
game 'gta5'
lua54 'yes'
escrow_ignore {
'config.lua',
'client.lua',
'server.lua',
}
client_scripts {
'config.lua',
'client.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'config.lua',
'server_escrow.lua',
'server.lua',
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/css/style.css',
'html/css/fontawesome.css',
'html/img/*.png',
'html/js/script.js',
'html/js/jquery-3.5.1.min.js',
'html/webfonts/Icons/fa-brands-400.eot',
'html/webfonts/Icons/fa-brands-400.svg',
'html/webfonts/Icons/fa-brands-400.tff',
'html/webfonts/Icons/fa-brands-400.woff',
'html/webfonts/Icons/fa-brands-400.woff2',
'html/webfonts/Icons/fa-regular-400.eot',
'html/webfonts/Icons/fa-regular-400.svg',
'html/webfonts/Icons/fa-regular-400.tff',
'html/webfonts/Icons/fa-regular-400.woff',
'html/webfonts/Icons/fa-regular-400.woff2',
'html/webfonts/Icons/fa-solid-900.eot',
'html/webfonts/Icons/fa-solid-900.svg',
'html/webfonts/Icons/fa-solid-900.tff',
'html/webfonts/Icons/fa-solid-900.woff',
'html/webfonts/Icons/fa-solid-900.woff2',
}
dependency '/assetpacks'