# Gang System for ESX

#### Configuration Steps

1. **Disable the Gang System (Use Jobs as Gangs Instead)**
   * Set `useJobsAsGangs` to **true** in `modules/framework/esx/gangs.lua`
2. **Enable the Gang System**
   * Open `modules/framework/esx/gangs.lua`
   * Set `useJobsAsGangs` to **false** in `modules/framework/esx/gangs.lua`
   * Add all your gangs to this file.
   * Run the `esx_gangs.sql` file to apply database changes.
