Skip to main content

Installation Steps

1

Install required dependencies

Verify all dependencies below are started before this script in your server.cfg.

ox_lib

Download ox_lib

TStudio Ammunation Map

Required map by TStudio

projectx-bridge

Required Project X Bridge
2

Install minigames

Download the minigames zip and place each resource into your standalone or dependencies folder.

Minigames

Download and place in your standalone or minigames folder
Make sure the minigames are not in the same folder as the robbery script.
3

Extract and place the resource

Extract the script from the zip file and place it into your scripts folder.
4

Add items to your inventory

Add the required items and their images to your inventory resource. See the items section below for the full list.
Item images done by Artwork Inventory - Use code ProjectX for 10% off!
5

Configure the resource

Open config/config.lua and adjust the settings to match your server. The bridge handles framework, inventory, dispatch, and interaction automatically if set to 'auto'.
6

Add to server.cfg

Make sure dispatch starts before the bridge, and the bridge and minigames start before the robbery script.
ensure ox_lib
ensure projectx-bridge

ensure bl_ui
ensure SN-Hacking
ensure pure-minigames
ensure pd-safe

ensure projectx-ammunationrobbery-tstudio

Items Required

Items Required from Outside the Robbery

The ammunation_keycard must be obtained externally (e.g. from another robbery or side mission) before the robbery can be started.
  • ammunation_keycard

Items Required from Shop/Black Market

  • x_circuittester
  • advancedlockpick
  • x_cyberdeck
  • x_fingerprinttape
  • x_stethoscope
  • x_trojanusb
  • bag
The rest of the items (x_trojanusb2, x_fingerprintbag, etc.) are obtained within the robbery itself.

Item Configuration

["bag"] = {
    label = "Duffel Bag",
    weight = 250,
    stack = false,
    close = false,
    description = "Duffel bag",
},
["x_circuittester"] = {
    label = "X Circuit Tester",
    weight = 125,
    stack = false,
    close = false,
    description = "?????????",
},
["ammunation_keycard"] = {
    label = "Ammunation Keycard",
    weight = 125,
    stack = false,
    close = false,
    description = "?????????",
},
["advancedlockpick"] = {
    label = "Advanced Lockpick",
    weight = 500,
    stack = true,
    close = true,
    description = "If you lose your keys a lot this is very useful... Also useful to open your beers",
},
["x_cyberdeck"] = {
    label = "X Cyberdeck",
    weight = 100,
    stack = false,
    close = false,
    description = "Nothing suspicious about this cyberdeck..",
},
["x_fingerprinttape"] = {
    label = "Fingerprint Tape",
    weight = 125,
    stack = false,
    close = false,
    description = "?????????",
},
["x_fingerprintbag"] = {
    label = "Fingerprint Bag",
    weight = 125,
    stack = false,
    close = false,
    description = "?????????",
},
["x_stethoscope"] = {
    label = "X Stethoscope",
    weight = 200,
    stack = false,
    close = false,
    description = "click click",
},
["x_trojanusb"] = {
    label = "X Trojan USB",
    weight = 125,
    stack = false,
    close = false,
    description = "?????????",
},
["x_trojanusb2"] = {
    label = "X Encrypted Trojan",
    weight = 125,
    stack = false,
    close = false,
    description = "?????????",
},