♾️
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
Powered by GitBook
On this page
  • The exports of the script
  • 1. AddInteract
  • 2. RemoveInteract
  • 3. EditInteract
Edit on GitHub
  1. 3D Text UI

Exports

The exports of the script

1. AddInteract

Options:

exports["ip_interact"]:AddInteract({ 
    Coords = vec3(0.0, 0.0, 0.0), --> Vector3 | The coords of the Interact
    Job = nil, --> String | The job that can access the interact
    SeeDist = 10.0, --> Number | The Distance that the player can see the interact
    InteractDist = 1.0, --> Number | The Distance that the player can interact with the menu
    Options = {} --> Table | The Options of the interact
})

Returns: The Unique code of the Interact

2. RemoveInteract

Options: The Unique code of the interact

exports["ip_interact"]:RemoveInteract("XXXX-XXXX")

3. EditInteract

Options:

exports["ip_interact"]:EditInteract("XXXX-XXXX", {
    Coords = vec3(0.0, 0.0, 0.0), --> Vector3 | The coords of the Interact
    Job = nil, --> String | The job that can access the interact
    SeeDist = 10.0, --> Number | The Distance that the player can see the interact
    InteractDist = 1.0, --> Number | The Distance that the player can interact with the menu
    Options = {} --> Table | The Options of the interact
})

PreviousConfigurationNextCity Hall

Last updated 1 month ago

💬