ed
This commit is contained in:
parent
9e03784b6e
commit
53578d1af6
32 changed files with 1857 additions and 0 deletions
40
resources/[tools]/um-idcard/fxmanifest.lua
Normal file
40
resources/[tools]/um-idcard/fxmanifest.lua
Normal file
|
@ -0,0 +1,40 @@
|
|||
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',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue