{"id":199007,"date":"2025-09-22T08:08:05","date_gmt":"2025-09-22T06:08:05","guid":{"rendered":"https:\/\/fivemx.com\/?post_type=product&#038;p=199007"},"modified":"2025-12-24T07:29:59","modified_gmt":"2025-12-24T06:29:59","slug":"izzy-hud-v5","status":"publish","type":"product","link":"https:\/\/fivemx.com\/de\/izzy-hud-v5\/","title":{"rendered":"izzy HUD v5"},"content":{"rendered":"<p><iframe title=\"FiveM | Advanced HUD V5 [ESX &amp; QBCore &amp; QBOX]\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/7Dv4MA5NCMY?feature=oembed\" loading=\"lazy\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<p><strong>Readme<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Progress bar\r\n\r\nfunction QBCore.Functions.Progressbar(name, label, duration, useWhileDead, canCancel, disableControls, animation, prop, propTwo, onFinish, onCancel)\r\n    exports['izzy-hudv5']:Progress({\r\n        name = name:lower(),\r\n        duration = duration,\r\n        label = label,\r\n        useWhileDead = useWhileDead,\r\n        canCancel = canCancel,\r\n        controlDisables = disableControls,\r\n        animation = animation,\r\n        prop = prop,\r\n        propTwo = propTwo,\r\n    }, function(cancelled)\r\n        if not cancelled then\r\n            if onFinish then\r\n                onFinish()\r\n            end\r\n        else\r\n            if onCancel then\r\n                onCancel()\r\n            end\r\n        end\r\n    end)\r\nend\r\n\r\n# Notification\r\n\r\nfunction QBCore.Functions.Notify(text, texttype, length)\r\n    texttype = texttype == \"success\" and \"success\" or texttype == \"error\" and \"error\" or \"inform\"\r\n    length = length or 5000\r\n    if type(text) == 'table' then\r\n        local ttext = text.text or 'Placeholder'\r\n        local caption = text.caption or 'Placeholder'\r\n        exports['izzy-hudv5']:addNotification(type, ttext, caption, length)\r\n    else\r\n        exports['izzy-hudv5']:addNotification(type, texttype == 'error' and 'Error' or texttype == 'success' and 'Success' or 'Notify', text, length)\r\n    end\r\nend\r\n\r\n# Stress Events (client side)\r\n\r\nTriggerEvent(\"izzy-hudv5:client:gainStress\", math.random(1, 3))\r\nTriggerEvent(\"izzy-hudv5:client:relieveStress\", math.random(1, 3))<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Das izzy HUD v5 setzt neue Ma\u00dfst\u00e4be bei FiveM \u2013 Sie k\u00f6nnen dieses HUD vollst\u00e4ndig anpassen.<\/p>","protected":false},"featured_media":199008,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"product_brand":[2897],"product_cat":[2907,96,1893,512,511],"product_tag":[],"class_list":["post-199007","product","type-product","status-publish","has-post-thumbnail","product_brand-izzy-scripts","product_cat-qbox-scripts","product_cat-esx-scripts","product_cat-fivem-hud","product_cat-qbcore-scripts","product_cat-standalone-scripts","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product\/199007","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/comments?post=199007"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media\/199008"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media?parent=199007"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_brand?post=199007"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_cat?post=199007"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_tag?post=199007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}