Customization
You can configure the props available for robbery within the Config.Props
table:
Config.Props = {
['atm'] = {
required_item = 'hacking_device',
notify_police_chance = 50,
reward = { min = 500, max = 1500 },
items = {
'prop_atm_01',
'prop_atm_02'
}
}
}
required_item
: Specifies the item needed to initiate a robbery.notify_police_chance
: Percentage chance that police will be notified.reward
: Defines the range of cash rewards.items
: Specifies the props that can be stolen.
Last updated