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).
This commit is contained in:
@@ -7,15 +7,14 @@ lua54 'yes'
|
||||
|
||||
description 'A library of functions used to ease the bridge between Wasabi Scripts'
|
||||
author 'wasabirobby'
|
||||
version '1.6.6'
|
||||
version '1.6.9'
|
||||
|
||||
ui_page 'ui/index.html'
|
||||
files { 'ui/*', 'ui/**/*' }
|
||||
|
||||
shared_script {'config.lua', 'callback/shared.lua' }
|
||||
shared_script {'config.lua', '@ox_lib/init.lua' }
|
||||
|
||||
client_scripts {
|
||||
'callback/client.lua',
|
||||
'frameworks/**/client.lua',
|
||||
'targets/*.lua',
|
||||
'inventories/**/client.lua',
|
||||
@@ -24,7 +23,6 @@ client_scripts {
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'callback/server.lua',
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'frameworks/**/server.lua',
|
||||
'inventories/**/server.lua',
|
||||
@@ -33,7 +31,7 @@ server_scripts {
|
||||
|
||||
files { 'import.lua' }
|
||||
|
||||
dependencies { 'oxmysql' }
|
||||
dependencies { 'oxmysql', 'ox_lib' }
|
||||
|
||||
escrow_ignore {
|
||||
'config.lua',
|
||||
|
||||
Reference in New Issue
Block a user