FiveM NPC Dialog ScriptDialog with NPC
Police Administration BuildingLSPD - Police Administration Building

izzy HUD v4

Original price was: $35.00.Current price is: $17.00.

51% Off

izzy HUD v4, a modern FiveM HUD that works simple!

Don’t buy anywhere else than our site

Direct Download
  • Satisfaction Guarantee
  • 100% No Leaks

  • Receive a Free Gift with Every Order

Price Increases after Countdown
This Sale is Limited!
0
0
0
0
Days
0
0
Hrs
0
0
Min
0
0
Sec

Share this mod

Video Preview

 

Readme

# 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-hudv4']:addNotification(type, caption, length)
    else
        exports['izzy-hudv4']:addNotification(type, caption, length)
    end
end

# Stress Events (client side)

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