forked from Simnation/Main
ed
This commit is contained in:
parent
875c8448e1
commit
c81ae4bb6d
219 changed files with 8036 additions and 7 deletions
33
resources/[tools]/bl_idcard/fxmanifest.lua
Normal file
33
resources/[tools]/bl_idcard/fxmanifest.lua
Normal file
|
@ -0,0 +1,33 @@
|
|||
fx_version 'cerulean'
|
||||
|
||||
game "gta5"
|
||||
|
||||
author "Byte Labs"
|
||||
version '1.5.0'
|
||||
description 'Byte Labs ID Card'
|
||||
repository 'https://github.com/Byte-Labs-Project/bl_idcard'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
dependency 'bl_bridge'
|
||||
ui_page 'web/build/index.html'
|
||||
-- ui_page 'http://localhost:3000/' --for dev
|
||||
|
||||
shared_script '@ox_lib/init.lua'
|
||||
|
||||
server_script {
|
||||
'@bl_bridge/imports/server.lua',
|
||||
'server/init.lua'
|
||||
}
|
||||
|
||||
client_script {
|
||||
'@bl_bridge/imports/client.lua',
|
||||
'client/init.lua',
|
||||
}
|
||||
|
||||
files {
|
||||
'web/mugshots/*.png',
|
||||
'web/build/**',
|
||||
'client/**',
|
||||
'shared/**'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue