neuer printer

This commit is contained in:
Nordi98 2025-06-26 02:08:42 +02:00
parent a1e9027648
commit c917371845
33 changed files with 476 additions and 665 deletions

View file

@ -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'
}