0ixb-stashes/fxmanifest.lua
Bxio 9cb715fc34 Remove auto-restart from upgrade command, bump to 1.1.1
ExecuteCommand('restart ...') was restarting the whole FXServer
process in this environment instead of just the resource, so
/oixbupgrade now only downloads files and tells the admin to
restart manually.
2026-08-03 11:35:17 +00:00

38 lines
640 B
Lua

fx_version 'cerulean'
game 'gta5'
author 'SeuNome'
description 'Sistema de safes com ox_inventory e ox_target'
version '1.1.1'
-- Dependências
dependencies {
'ox_inventory',
'ox_target',
'ox_lib',
'oxmysql'
}
-- Shared / Config
shared_script '@ox_lib/init.lua'
shared_script 'config.lua'
-- Scripts do servidor
server_scripts {
'@oxmysql/lib/MySQL.lua', -- garante que o oxmysql esteja carregado
'server.lua'
}
-- Scripts do cliente
client_scripts {
'client.lua'
}
-- Comandos do console / debug
escrow_ignore {
'config.lua',
'client.lua',
'server.lua'
}