neuer printer
This commit is contained in:
parent
a1e9027648
commit
c917371845
33 changed files with 476 additions and 665 deletions
45
resources/[inventory]/omi-printers/fxmanifest.lua
Normal file
45
resources/[inventory]/omi-printers/fxmanifest.lua
Normal file
|
@ -0,0 +1,45 @@
|
|||
fx_version 'cerulean'
|
||||
|
||||
game 'gta5'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
version '2.0.0'
|
||||
|
||||
author 'Nullvalue#6848'
|
||||
|
||||
description 'moon-printers'
|
||||
|
||||
files {
|
||||
'*.lua',
|
||||
'html/*.html',
|
||||
'html/*.js',
|
||||
'html/*.css',
|
||||
'html/*.png',
|
||||
}
|
||||
|
||||
shared_script {
|
||||
'shared/*.lua',
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'client/*.lua',
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'config.lua',
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server/server.lua',
|
||||
}
|
||||
|
||||
-- dependencies {
|
||||
-- 'ps-ui',
|
||||
-- 'qb-target',
|
||||
-- }
|
||||
|
||||
escrow_ignore {
|
||||
"config.lua"
|
||||
}
|
||||
|
||||
ui_page 'html/index.html'
|
Loading…
Add table
Add a link
Reference in a new issue