Red40 Binco Heist

red40_bincoheist_promo_gif

A fun heist activity designed from the ground up for flexibility and customization. Designed with security from the outset to prevent exploits

Features

  • Customizable items, locations, mini game choice/difficulty, cooldowns before heists resets
  • Add your own clothing item types
  • Failure of loot points prevents another attempt
  • Built in ped spawn to sell stolen clothes (ox_inventory only)
  • Metadata integration for custom serial numbers per store
  • Integration with dispatch alerts
  • Integration with evidence resources
  • Secure against event injection attacks
  • Includes locations for all stock clothing stores as of game build 3258
  • Locales for translations

Framework Support

  • QBX/QB/ESX
  • Bridge files are open for other inventories/frameworks

Requirements

  • ox_lib
  • ox_target (target functions open)
  • ox_inventory (for built-in shop)
  • Bridge files are open for other frameworks

Installation

  • Unzip resource to your server resources
  • Add the following to your data\items.lua
  • Item names can be changed if required in the configuration
    red40_binco_shoes = {
        label = 'Binco Shoes',
        description = 'Stylish shoes from Binco',
        weight = 500,
        stack = true,
    },
    red40_binco_shirts = {
        label = 'Binco Shirt',
        description = 'Stylish shirt from Binco',
        weight = 500,
        stack = true,
    },
    red40_binco_pants = {
        label = 'Binco Pants',
        description = 'Stylish pants from Binco',
        weight = 500,
        stack = true,
    },
    red40_binco_accessories = {
        label = 'Binco Accessories',
        description = 'Stylish accessories from Binco',
        weight = 500,
        stack = true,
    },
    red40_binco_bags = {
        label = 'Binco Bag',
        description = 'Stylish bag from Binco',
        weight = 500,
        stack = true,
    }
  • Copy images from images folder to your inventory images

Preview

Usage

  • Target laptop while holding heist item and unlock store
  • Target loot points to attempt loot
  • Target shop ped and open store to sell items

Purchase

Documentation

Support

Code is accessible No (Config/Bridge Code Accessible)
Subscription-based No
Lines (approximately) 2600+
Requirements ox_lib, ox_target, ox_inventory (shops)
Support Yes
4 Likes