1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/pl_printer/fxmanifest.lua

35 lines
470 B
Lua
Raw Permalink Normal View History

2025-06-26 02:53:14 +02:00
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'
}