> For the complete documentation index, see [llms.txt](https://docs.pingouin.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pingouin.dev/scripts-docs/advanced-water-pumps/general-config/frameworks-and-compatibility.md).

# Frameworks and compatibility

## cfg.ESX&#x20;

Set to ***true*** if you plan to use ESX Jobs to run the script, ***false*** if not applicable

```lua
cfg.ESX = true,
```

***

## cfg.QB&#x20;

Set to ***true*** if you plan to use QB Jobs to run the script, ***false*** if not applicable

```lua
cfg.QB = true,
```

***

## cfg.jobNames

Set the jobs which are allowed to use the script (pumps, hoses ...).

***BEFORE :***&#x20;

```lua
cfg.jobNames = {
    'firefighters',
}
```

***AFTER***&#x20;

```lua
cfg.jobNames = {
    'firefighters',
    'army',
    'technicalService',
}
```
