God Studios
Discord
  • Welcome
  • GOD - Prop Robbery & Selling System
    • How It Works
    • Code Breakdown
    • Customization
  • GOD -Dynamic Spotlights & Detection System
    • How It Works
    • Code Breakdown
    • Customization
  • GOD - Laser System
    • Overivew
    • Usage
  • GOD - Crosshair Generator
  • God - Impound System
    • How It Works
    • Installation Guide: Impound System
  • GOD - Car Parts Stealing
    • How It Works
    • Installation Guide: Car Parts Stealing
  • GOD - Nail Trap System
    • How It Works
    • Installation Guide: Nail Trap System
    • Configuration Guide: Nail Trap System
Powered by GitBook
On this page
  1. GOD - Prop Robbery & Selling System

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.

PreviousCode BreakdownNextGOD -Dynamic Spotlights & Detection System

Last updated 4 months ago