BankHeistCallout - DekoKiyo/JapaneseCallouts GitHub Wiki

Bank Heist

Overview

The bank reported a robber is stealing money now.

Callout Settings

Config File: plugins/LSPDFR/JapaneseCallouts/Xml/BankHeistConfig.xml

The config used in this callout

Settings List

Setting Name Description
Robbers Robber's ped settings
Weapons Robber's weapon settings

Original config file

<?xml version="1.0" encoding="UTF-8"?>
<BankHeistConfig>
  <Robbers>
    <Ped>G_M_M_CHICOLD_01</Ped>
  </Robbers>
  <Weapons>
    <Weapon chance="100">
      <Model>WEAPON_SAWNOFFSHOTGUN</Model>
    </Weapon>
    <Weapon chance="80">
      <Model>WEAPON_ASSAULTRIFLE</Model>
    </Weapon>
    <Weapon chance="80">
      <Model>WEAPON_PUMPSHOTGUN</Model>
    </Weapon>
    <Weapon chance="80">
      <Model>WEAPON_ADVANCEDRIFLE</Model>
    </Weapon>
    <Weapon chance="30">
      <Model>WEAPON_PISTOL</Model>
    </Weapon>
    <Weapon chance="50">
      <Model>WEAPON_ASSAULTSMG</Model>
    </Weapon>
  </Weapons>
</BankHeistConfig>
⚠️ **GitHub.com Fallback** ⚠️