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:
@@ -40,7 +40,7 @@ function WSB.skillCheck(data)
|
||||
if not data.keys then data.keys = 'e' end
|
||||
|
||||
if uikitFound then
|
||||
return exports.wasabi_uikit:SkillCircle(data.difficulty, type(data.keys) == 'table' and data.keys or {data.keys}) or false
|
||||
return exports.wasabi_uikit:SkillCircle({data.difficulty}, type(data.keys) == 'table' and data.keys or {data.keys}) or false
|
||||
end
|
||||
|
||||
return SkillCheck(data.difficulty, data.keys, data.color) or false
|
||||
|
||||
Reference in New Issue
Block a user