1
0
Fork 0
forked from Simnation/Main
Main/resources/[test]/ry_shops/fxmanifest.lua

25 lines
406 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
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'}