PA Scripts
Scripts
  • Overview
  • Hookers
    • 🔧 Installation
    • 🎮 Gameplay & Usage
    • ⚙ Configuration Details
  • Multiplayer Roof Running
    • 🔧 Installation
    • 🔍 Gameplay & Usage
    • ⚙️ Configuration Details
  • Crafting System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Details
  • Lockpick System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Details
  • Racing System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Details
  • Hacking System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Details
  • Money Laundering System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Options
  • Radial Menu
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Options
  • Prop System
    • 🔧 Installation
    • 🔍 Usage
    • Configuration Details
  • Hq App + Art Asylum Heist
    • ⚔️General information page
    • 🧠Installation
  • Inventory
    • Readme file
    • 🧠Installation
    • 🪶Config Settings
  • Craft System
    • 💻General features
    • 🧠Installation
    • 🪶Config Settings
    • 🟦Blueprints
  • UI Pack
    • ⚙️Setting for Core
    • 🪶Usage examples
Powered by GitBook
On this page

Was this helpful?

  1. Hq App + Art Asylum Heist

Installation

This page contains general information about the installation.

PreviousGeneral information pageNextInventory

Last updated 10 months ago

Was this helpful?

To use the script, you also need to install the minigames , text and notify provided with your purchase

ensure pa-wordmemory
ensure pa-thermite
ensure ac-coloredminigame
ensure ac-lockpick
ensure pa-uipack
ensure pa-textui-2

After installing minigames, start hq panel, lib and heist script

ensure pa-lib-2
ensure pa-heist
ensure pa-asylumheist

As sql, you will only need to query the sql in pa-heist.

Qb The tablet item you need to add to the items table for Inventory.

hqtablet = { name = 'hqtablet', label = 'Underground Tablet', weight = 0, type = 'item', image = 'np_tablet.png', unique = true, useable = true, shouldClose = false, combinable = nil, description = 'Tablet for the Underground' },

Ox The tablet item you need to add to the items table for Inventory.

['hqtablet'] = { label = 'Underground Tablet', weight = 0, },

Everything is done, it's that simple. Then you can continue using hqtablet as in the script video. You can examine its usage here.

🧠
https://www.youtube.com/watch?v=1gCIobS-KiE