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

projectx-bridge

Required Project X Bridge

projectx-atmprops

Required custom ATM props (included in the package zip)

bl_ui

Required minigame resource
2

Install minigames

Install bl_ui into your standalone or dependencies folder.

bl_ui

Download and place in your standalone or minigames folder
Make sure 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.
Do not split the folders from the zip unless you know what you are doing. Keep projectx-atmrobbery and projectx-atmprops together — the props resource is a hard dependency.
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. Set Config.Interaction to match your bridge interaction (ox_target, qb-target, or interact). Framework, inventory, and dispatch are handled by the bridge when set to 'auto'.
6

Add to server.cfg

Start order matters. Ensure dependencies in this order:

Optional: Renewed-Carryitems

If you want players to visually carry placeable ATM consoles (atmred, atmblue, atmgreen), you can optionally install Renewed-Carryitems and add those three items to its config. This is not required for the robbery to function.

Items Required

Items Required from Shop/Black Market

  • nylonrope
  • blowtorch
  • laserdrill
  • x_fakecredit
  • x_gastank
  • x_device
  • thermite
  • screwdriverset
  • lighter
The C4 approach uses weapon_stickybomb (a weapon, not a custom item).

Items Obtained Within the Robbery

Placeable ATM consoles and breakdown parts are obtained during the rope approach:
  • atmred
  • atmblue
  • atmgreen
  • atmpanel
  • atmcables
  • atmmotherboard

Item Configuration