29 lines
361 B
Lua
29 lines
361 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'MercyV'
|
|
description 'MercyV Case Opening System'
|
|
version '1.0.0'
|
|
|
|
lua54 'yes'
|
|
|
|
shared_scripts {
|
|
'config.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'@oxmysql/lib/MySQL.lua',
|
|
'server/main.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client/main.lua'
|
|
}
|
|
|
|
ui_page 'web/dist/index.html'
|
|
|
|
files {
|
|
'web/dist/index.html',
|
|
'web/dist/**/*'
|
|
}
|