๐Ÿง Installation

This page contains general information about the installation.

ensure pa-wordmemory
ensure pa-thermite
ensure ac-coloredminigame
ensure ac-lockpick
ensure pa-uipack
ensure pa-textui-2
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, },

Last updated

Was this helpful?