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
2

Install minigames and optional dependencies

The following dependencies are required if you want to use the script as is:
bl_dialog is included in the minigames zip with modifications for the contracts system.
Make sure they 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

Configure the resource

Open config.lua and adjust the settings to your liking. Make sure to change the Framework, Inventory, Dispatch, and Target name to match your server setup.
5

Add to server.cfg

Make sure that the Framework, ox_lib, Target, Dispatch, Inventory, and Minigames are started before the robbery script.
ensure ox_lib
ensure projectx-houserobbery

Items Required

Items Required from Shop/Black Market

  • advancedlockpick
  • x_burner (if enabled in config)
  • x_tablet (if enabled in config)
  • x_device
  • x_stethoscope
  • glass_cutter
  • bag
The rest of the items are obtained within the robbery. Item images done by Artwork Inventory - Use code ProjectX for 10% off!

Item Configuration

["house_key"] = {
    label = "House Key",
    weight = 100,
    stack = false,
    close = false,
    description = "To unlock the front door",
},
["x_burner"] = {
    label = "Burner Phone",
    weight = 100,
    stack = false,
    close = false,
    description = "Nothing suspicious about this phone..",
},
["x_tablet"] = {
    label = "X Tablet",
    weight = 100,
    stack = false,
    close = false,
    description = "Nothing suspicious about this tablet..",
},
["bag"] = {
    label = "Bag",
    weight = 400,
    stack = false,
    close = false,
    description = "Duffel bag",
},
["x_stethoscope"] = {
    label = "X Stethoscope",
    weight = 200,
    stack = false,
    close = false,
    description = "click click",
},
["x_device"] = {
    label = "X Device",
    weight = 50,
    stack = false,
    close = false,
    description = "?????????",
},
["glass_cutter"] = {
    label = "Glass Cutter",
    weight = 1000,
    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_coffeemaker"] = {
    label = "Coffee Maker",
    weight = 5000,
    stack = true,
    close = false,
    description = "To make that perfect cup of Joe!",
},
["x_microwave"] = {
    label = "Microwave",
    weight = 5000,
    stack = true,
    close = false,
    description = "A microwave - for heating things up!",
},
["x_painting"] = {
    label = "Painting",
    weight = 3000,
    stack = true,
    close = false,
    description = "A beautiful painting - worth a lot!",
},
["x_plush"] = {
    label = "Plush Toy",
    weight = 100,
    stack = true,
    close = false,
    description = "A cute plush toy",
},
["x_toaster"] = {
    label = "Toaster",
    weight = 1000,
    stack = true,
    close = false,
    description = "A kitchen toaster",
},
["laptop"] = {
    label = "Laptop",
    weight = 500,
    stack = true,
    close = false,
    description = "A high-end laptop",
},
["x_printer"] = {
    label = "Printer",
    weight = 5000,
    stack = true,
    close = false,
    description = "A color printer",
},
["emerald_necklace"] = {
    label = "Emerald Necklace",
    weight = 200,
    stack = true,
    close = false,
    description = "",
},
['x_goldenknife'] = {
    label = "X Golden Knife",
    weight = 300,
    stack = false,
    close = false,
    description = "?????????",
},
['x_television'] = {
    label = "X Television",
    weight = 10000,
    stack = false,
    close = false,
    description = "A high-definition television",
},
["x_watch"] = {
    label = "Watch",
    weight = 100,
    stack = true,
    close = false,
    description = "Wrist watch",
},
["x_bananatrophy"] = {
    label = "Banana Trophy",
    weight = 1000,
    stack = false,
    close = false,
    description = "Don't ask..",
},
["x_electricguitar"] = {
    label = "Electric Guitar",
    weight = 1000,
    stack = false,
    close = false,
    description = "Rock on!",
},
["giant_gem"] = {
    label = "Giant Gem",
    weight = 500,
    stack = false,
    close = false,
    description = "A huge sparkling gem",
},