Skip to main content

Configuration

Dependencies

  • plouffe_lib
  • plouffe_doorlock

Github

Convars

NameExampleDescriptionFormat
plouffe_vangelico:use_guardsset plouffe_vangelico:use_guards "true"If the script should create the guards inside or notstring
plouffe_vangelico:hack_lootset plouffe_vangelico:hack_loot "card_fleeca"The item to be given the player once the hack is finished (set amount to 0 if you dont want it)string
plouffe_vangelico:hack_loot_amountset plouffe_vangelico:hack_loot_amount "1"The amount of the set item to be given the player once the hack is finished (set to 0 if you dont want it)string
plouffe_vangelico:grinder_item_nameset plouffe_vangelico:grinder_item_name "grinder"The nescesary item to start the grinder minigame (will also look for the disc name item)string
plouffe_vangelico:grinder_disc_nameset plouffe_vangelico:grinder_disc_name "grinder_disc"The item to be consumed when the player fails the grinder minigamestring
plouffe_vangelico:lootssetr plouffe_vangelico:loots ["diamond"]The possibles items to find when lootingjson string[]
plouffe_vangelico:min_lootsset plouffe_vangelico:min_loots "1"The minimum amount of possible items to findstring
plouffe_vangelico:max_lootsset plouffe_vangelico:max_loots "5"The maximum amount of possible items to findstring
plouffe_vangelico:police_groupsset plouffe_vangelico:police_groups ["police", "sherif"]Groups to be detected as 'Police'string
plouffe_vangelico:min_copsset plouffe_vangelico:min_cops "5"Minimum player in 'polices' groups required to start the robberystring
plouffe_vangelico:rob_intervalset plouffe_vangelico:rob_interval "1"Time in HOURS between robberiesstring
plouffe_vangelico:allowed_time_to_robset plouffe_vangelico:allowed_time_to_rob "1"Allowed time in HOURS to finish lootingstring

Example config

set plouffe_vangelico:use_guards "true"
set plouffe_vangelico:hack_loot "card_fleeca"
set plouffe_vangelico:hack_loot_amount "1"
set plouffe_vangelico:grinder_item_name "grinder"
set plouffe_vangelico:grinder_disc_name "grinder_disc"
set plouffe_vangelico:loots [
"diamond",
"diamond_ring",
"gold_chain",
"gold_ring",
"gold_watch",
"silver_watch"
]
set plouffe_vangelico:min_loots "1"
set plouffe_vangelico:max_loots "5"
set plouffe_vangelico:police_groups ["police", "sherif"]
set plouffe_vangelico:min_cops "5"
set plouffe_vangelico:rob_interval "1" # Hours
set plouffe_vangelico:allowed_time_to_rob "1" # Hours

Important

  • All the convars needs to be set for the script to work