Main/resources/[test]/ry_shops/fxmanifest.lua
2025-06-07 08:51:21 +02:00

24 lines
406 B
Lua

fx_version 'adamant'
game 'gta5'
author 'Redyy'
version '1.0.0'
lua54 'yes'
ui_page {'html/index.html'}
client_script {
'client/functions.lua',
'client/main.lua',
'client/events.lua',
}
server_script {
'@oxmysql/lib/MySQL.lua',
'server/main.lua',
}
shared_scripts {'config.lua'}
files {'html/index.html','html/js/*.js','html/css/*.css', 'html/assets/*.png', 'html/assets/*.jpg'}