neuer printer
This commit is contained in:
parent
a1e9027648
commit
c917371845
33 changed files with 476 additions and 665 deletions
|
@ -1,34 +0,0 @@
|
|||
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