Kinetix AI Emote Creator for FiveM - Documentation
CtrlK
GitHubDiscord
  • 🖐️Introduction
  • 👀Overview
  • 🚀Get started
  • 👨‍💻Developer Portal
    • Game/App Space - Creation
    • Game/App Space - Settings
  • ⚙️Core
    • User Creation
    • Emote generation
    • Webhook
    • User bag
    • Sharing emote
    • Validation / Retake process
    • Paywalls
    • File download
    • Playing animations
  • 🖥️Interface
    • Events
      • Server
      • Client
    • Render functions
      • CreateRootMenu()
      • CreateQRCodeAlert(url)
      • CreateMainMenu()
      • CreateEmoteBagMenu(emotes)
      • OpenEmoteBagMenu()
      • CreateProcessValidationMenu(process)
      • CreateEmoteCreatorMenu(processes)
      • CreateErrorMenu(statusCode, error)
      • NotifyProcessUpdate(process)
      • NotifyEmoteReady(data)
      • CreateEmoteWheel(emotes)
  • 🔌Integrations
  • 🧪Live Demo
  • 📚Video recording Guidelines & AI Specs
    • AI Emote Creator - specifications
    • Video recording guidelines
Powered by GitBook
On this page
  1. 🖥️Interface
  2. Render functions

CreateQRCodeAlert(url)

Create an alert dialog which display the QR Code that redirect to the PWA. The QR Code is generated on the fly from the URL payload

![QRCode](https://api.qrserver.com/v1/create-qr-code/?size=500x500&data=%s)
PreviousCreateRootMenu()NextCreateMainMenu()

Last updated 1 year ago