1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/um-idcard/fxmanifest.lua
2025-08-04 05:39:52 +02:00

40 lines
635 B
Lua

fx_version 'cerulean'
game 'gta5'
lua54 'yes'
name 'um-idcard'
author 'uyuyorum {um}'
version '1.2.8'
license 'GPL-3.0 license'
repository 'https://github.com/alp1x/um-idcard'
description 'FiveM Identity Card for QBCore and ESX and QBox'
dependencies {
'ox_lib',
'MugShotBase64'
}
shared_scripts {
'@ox_lib/init.lua',
'config.lua'
}
client_script 'main/client.lua'
server_scripts {
'@oxmysql/lib/MySQL.lua',
'bridge/**/*.lua',
'main/server.lua',
'main/version.lua',
}
ui_page 'web/index.html'
files {
'web/index.html',
'web/css/style.css',
'web/flags/*.png',
'lang/global.js',
'web/js/*.js',
'web/badges/*.png',
}