Files
Kotzu e756e29294 fix(qb-core): post-update recovery + centralizare notify 17mov_Hud
Restaurat jobs.lua din git (Quasar fork a suprascris joburile 17mov). Adăugat item map în items.lua (lipsea, rupt rv-maphold). Setat licences.driver = false în config.lua. Override QBCore.Functions.Notify + QBCore:Notify event → 17mov_Hud:ShowNotification (toate notificările merg automat prin 17mov_Hud).
2026-04-03 02:47:59 +03:00

49 lines
1000 B
Lua

-----------------For support, scripts, and more----------------
--------------- https://discord.gg/wasabiscripts -------------
---------------------------------------------------------------
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
description 'A library of functions used to ease the bridge between Wasabi Scripts'
author 'wasabirobby'
version '1.6.9'
ui_page 'ui/index.html'
files { 'ui/*', 'ui/**/*' }
shared_script {'config.lua', '@ox_lib/init.lua' }
client_scripts {
'frameworks/**/client.lua',
'targets/*.lua',
'inventories/**/client.lua',
'customize/client/*.lua',
'utils/client/*.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'frameworks/**/server.lua',
'inventories/**/server.lua',
'utils/server/*.lua'
}
files { 'import.lua' }
dependencies { 'oxmysql', 'ox_lib' }
escrow_ignore {
'config.lua',
'frameworks/**/*.lua',
'targets/*.lua',
'inventories/**/*.lua',
'customize/client/*.lua'
}
dependency '/assetpacks'