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:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"noImplicitAny": true,
|
||||
"module": "es2020",
|
||||
"target": "es2021",
|
||||
"lib": ["es2021", "esnext.disposable"],
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"noEmit": true,
|
||||
"allowUnreachableCode": false,
|
||||
"strictFunctionTypes": true,
|
||||
"moduleResolution": "bundler",
|
||||
"noImplicitThis": true,
|
||||
"noUnusedLocals": true,
|
||||
"strict": true,
|
||||
"types": ["@types/node", "@citizenfx/server"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user