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 V1

ESX / QB | Fully Customizable | 0.02ms (Best Optimize) | Full Responsive UI (4k Supported) | Car Nitro System | Notifications System

Notifications Implementation
  • Export: exports["if-hud"]:SendNotification(message, duration, type)

  • Event: TriggerEvent("if-hud:SendNotification", message, duration, type)

exports["if-hud"]:SendNotification("Pay attention!", 3000, "info")
Progressbar Implementation
  • Export: exports["if-hud"]:ProgressStart(Message, Duration, Options)

exports["if-hud"]:ProgressStart("Performing an action", 3000, {
    FreezePlayer = true, 
    footerMessage = "Searching a sandwich...",
    animation = {
        type = "anim",
        dict = "anim@mp_player_intmenu@key_fob@", 
        lib ="fob_click"
        -- or scenario:
        -- type = "scenario",
        -- Scenario = "PROP_HUMAN_BUM_BIN", 
    },
    onFinish = function()
        --Code here
    end, onCancel = function()
        --Code here
    end
})

PreviousBanking V3NextHUD V2

Last updated 2 years ago

Was this helpful?

🖼️
Page cover image