โ™พ๏ธ
InfinityPulse
๐ŸŽฎ Discord๐Ÿ“บ Youtube๐Ÿ›’ Tebex
  • Introduction
  • RedM
    • ๐ŸŒฟHerbalist System
      • Installation
      • Commands
      • Herbalist Skills
    • โญ•Company Blips
      • Installation
      • Config
    • โš”๏ธBandits Ambush
      • Installation
      • Config
    • ๐Ÿ“–XP System
      • Installation
      • Types
      • Exports
      • UI Additions
  • ๐Ÿ’ฌAlert Dialogue
    • Installation
    • Exort
  • FiveM
    • ๐ŸŒŸVIP System
      • Installation
      • Exports
    • ๐Ÿ’ฑMoney Laundering
      • Configuration
      • Server/Framework support
  • DATA TABLE
    • Export
  • ๐Ÿ“ฆCrate Drop
    • Installation
    • Configuration
  • ๐Ÿ’ฌ3D Text UI
    • Installation
    • Configuration
    • Exports
  • ๐Ÿ“บCity Hall
    • Installation
    • Configuration
  • ๐ŸŒŠUnderwater Treasure Hunt
    • Installation
Powered by GitBook
On this page
Edit on GitHub
  1. ๐Ÿ’ฌAlert Dialogue

Exort

This export can import in any client side script you want!

   exports['ip_alert']:alert({
        header = 'Header',
        image = 'bandits_bg',
        content = 'Content',
        duration = 5000,
        showButtons = true,
        progress = true,
        confirmText = 'Confirm',
        cancelText = 'Cancel',
    }, function(response)
        print(Config.TestAlertCommand.. " command received response:", response)
    end)
PreviousInstallationNextVIP System

Last updated 3 months ago