4.3 KiB
4.3 KiB
title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
ngd-pillboxheist | true | 2025-02-14T05:11:05.919Z | markdown | 2025-02-14T03:56:05.394Z |
Installation Steps
-
Install ngd-Bridge
Follow the guide to install ngd-Bridge HERE. -
Install ngd-pillboxheist
Placengd-pillboxheist
andngd-interactiondialog
into your [ngd] folder. This script must be started afterngd-Bridge
. -
Add Items to Your Inventory
Copy the items listed below into your inventory. -
Copy Images
Move the images from theimg
folder into your inventory's images folder. -
Dependencies: By default this script requires ps-ui. All minigame functions are open and are easy to change if you don't want to use ps-ui.
-
Add the items into your framework/inventory.
Items List (OX) (Click to Expand)
['ngd_suspiciousnote'] = {
label = 'Suspicious Note',
weight = 0,
stack = false,
close = true,
description = ''
},
['ngd_fakeidtoken'] = {
label = 'A Token Of Trust',
weight = 0,
stack = false,
close = true,
description = ''
},
['ngd_pbsecurity'] = {
label = 'Forged Pillbox Security Card',
weight = 0,
stack = false,
close = true,
description = ''
},
['ngd_pbfreezerring'] = {
label = 'Mafia Family Ring',
weight = 0,
stack = false,
close = true,
description = ''
},
Items List (QB Format #1) (Click to Expand)
ngd_suspiciousnote = { name = 'ngd_suspiciousnote', label = 'Suspicious Note', weight = 0, type = 'item', image = 'ngd_suspiciousnote.png', unique = true, useable = true, shouldClose = false, combinable = nil, description = '' },
ngd_fakeidtoken = { name = 'ngd_fakeidtoken', label = 'A Token Of Trust', weight = 0, type = 'item', image = 'ngd_fakeidtoken.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
ngd_pbsecurity = { name = 'ngd_pbsecurity', label = 'Forged Pillbox Security Card', weight = 0, type = 'item', image = 'ngd_pbsecurity.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
ngd_pbfreezerring = { name = 'ngd_pbfreezerring', label = 'Mafia Family Ring', weight = 0, type = 'item', image = 'ngd_pbfreezerring.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = '' },
Items List (QB Format #2) (Click to Expand)
['ngd_suspiciousnote'] = { ['name'] = 'ngd_suspiciousnote', ['label'] = 'Suspicious Note', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_suspiciousnote.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
['ngd_fakeidtoken'] = { ['name'] = 'ngd_fakeidtoken', ['label'] = 'A Token Of Trust', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_fakeidtoken.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
['ngd_pbsecurity'] = { ['name'] = 'ngd_pbsecurity', ['label'] = 'Forged Pillbox Security Card', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pbsecurity.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
['ngd_pbfreezerring'] = { ['name'] = 'ngd_pbfreezerring', ['label'] = 'Mafia Family Ring', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_pbfreezerring.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
Configuration Notes
- Extensive Configuration Options
Open and configure all theConfig
files to match your server's settings.
Do you still need help? Open a ticket in our Discord {.is-warning}