drucker und fixes
This commit is contained in:
parent
5e9804135d
commit
bebc98abca
29 changed files with 673 additions and 7 deletions
34
resources/[inventory]/pl_printer/fxmanifest.lua
Normal file
34
resources/[inventory]/pl_printer/fxmanifest.lua
Normal file
|
@ -0,0 +1,34 @@
|
|||
fx_version 'cerulean'
|
||||
games { 'gta5' }
|
||||
lua54 'yes'
|
||||
|
||||
name 'Printer Script'
|
||||
author 'PulseScripts'
|
||||
version '1.0.4'
|
||||
|
||||
ui_page 'web/index.html'
|
||||
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
'config.lua',
|
||||
'locales/locale.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client/main.lua',
|
||||
'client/bridge/*'
|
||||
}
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server/main.lua',
|
||||
'server/bridge/*'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'ox_lib',
|
||||
}
|
||||
|
||||
files {
|
||||
'web/index.html',
|
||||
'locales/*.json'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue