MercyV-Scripts/mercyv-id/fxmanifest.lua
2026-04-14 15:54:53 +02:00

27 lines
344 B
Lua

fx_version 'cerulean'
game 'gta5'
author 'MercyV'
description 'MercyV Ausweis System'
version '1.0.0'
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/**/*'
}