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,18 @@
|
||||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
name "MugShotBase64"
|
||||
description 'A script can convert peds mugshot image to Base64 encoding to save that as save and manage that'
|
||||
author "BaziForYou#9907"
|
||||
|
||||
ui_page 'html/index.html'
|
||||
|
||||
files {
|
||||
"html/js/*",
|
||||
"html/js/models/*",
|
||||
"html/img/*",
|
||||
"html/index.html",
|
||||
}
|
||||
client_script {
|
||||
"client.lua",
|
||||
}
|
||||
Reference in New Issue
Block a user