Script ESX QBCore QBOX Standalone

Izzy HUD v5

$19.00

izzy HUD v5 – Le izzy HUD v5 établit de nouvelles normes sur FiveM – Vous pouvez personnaliser entièrement ce HUD. Compatible avec le framework ESX pour les serveurs FiveM.

Ajouter au panier
Aperçu des ressources FiveM d'izzy HUD v5
Izzy HUD v5
$19.00

Détails du produit

Framework
ESX, QBCore, QBOX, Autonome
Type de ressource
Script
Créateur / Marque
Izzy Scripts
Fichiers inclus
1 fichier téléchargeable

Détails de l’achat

Accès aux mises à jour
Accès à vie aux fichiers publiés sur cette fiche produit Lire la politique d’accès aux mises à jour
Format de téléchargement
ZIP
Paquet vérifié
2026-07-25 · 294 fichiers dans le paquet livré

Lisez-moi

# Progress bar

function QBCore.Functions.Progressbar(name, label, duration, useWhileDead, canCancel, disableControls, animation, prop, propTwo, onFinish, onCancel)
    exports['izzy-hudv5']:Progress({
        name = name:lower(),
        duration = duration,
        label = label,
        useWhileDead = useWhileDead,
        canCancel = canCancel,
        controlDisables = disableControls,
        animation = animation,
        prop = prop,
        propTwo = propTwo,
    }, function(cancelled)
        if not cancelled then
            if onFinish then
                onFinish()
            end
        else
            if onCancel then
                onCancel()
            end
        end
    end)
end

# Notification

function QBCore.Functions.Notify(text, texttype, length)
    texttype = texttype == "success" and "success" or texttype == "error" and "error" or "inform"
    length = length or 5000
    if type(text) == 'table' then
        local ttext = text.text or 'Placeholder'
        local caption = text.caption or 'Placeholder'
        exports['izzy-hudv5']:addNotification(type, ttext, caption, length)
    else
        exports['izzy-hudv5']:addNotification(type, texttype == 'error' and 'Error' or texttype == 'success' and 'Success' or 'Notify', text, length)
    end
end

# Stress Events (client side)

TriggerEvent("izzy-hudv5:client:gainStress", math.random(1, 3))
TriggerEvent("izzy-hudv5:client:relieveStress", math.random(1, 3))

 

Informations complémentaires

Framework

ESX, QBCore, QBOX, Autonome