IF-Store Docs
DiscordYoutubeStoreMy Hosting
  • 📚Welcome To IF-Developments!
  • About us
    • 💗Support
    • 📉Common issues
    • ⁉️Terms of Service
    • ⚙️Download & Install Resources
  • Resources
    • 💰Banking V1
    • 💰Banking V2
    • 💰Redline Banking
    • 💰Banking V3
    • 🖼️HUD V1
    • 🖼️HUD V2
    • 🖼️HUD V3
    • 🖼️DPS HUD
    • 👕Luxury Clothing Store
    • 🖇️Crafting V1
    • 🐶Pets V2
    • GameShop
    • ⚙️Login/Signup
    • 🎆Redline Garage
    • 🛁Hot Tube
    • 💬Chat V1
Powered by GitBook
On this page

Was this helpful?

  1. Resources

HUD V3

ESX / QB | Fully Customizable | 0.03ms (Best Optimize) | Full Responsive UI (4k Supported) | Car Nitro System | Notifications System | 2 Car Speedometers | 6 Player Status Models

Notifications Implementation

Types: error, success, info.

  • Export: exports["if-hudv3"]:notify(label, time, type, title)

  • Event: TriggerEvent("if-hudv3:notify", label, time, type, title)

exports["if-hudv3"]:notify("Pay attention!", 3000, "info", "SERVER")
Progressbar Implementation
  • Export: exports["if-hudv3"]:setProgress(label, time, ellipsisAnim, cb)

exports["if-hudv3"]:setProgress("Performing an action", 3000, true, function(canceled)
    if (canceled) then
        print("Progress Canceled!")
    else
        print("Progress Done!")
    end
end)

PreviousHUD V2NextDPS HUD

Last updated 2 years ago

Was this helpful?

🖼️
Page cover image