🧠Installation

This page contains general information about the installation.

circle-exclamation
ensure pa-wordmemory
ensure pa-thermite
ensure ac-coloredminigame
ensure ac-lockpick
ensure pa-uipack
ensure pa-textui-2
circle-exclamation
ensure pa-lib-2
ensure pa-heist
ensure pa-asylumheist

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

circle-info

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' },
circle-info

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

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

Last updated