> For the complete documentation index, see [llms.txt](https://docs.menanak47.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.menanak47.com/esx/ak47_territories/integration.md).

# Integration

### Add Influence

{% tabs %}
{% tab title="Client" %}

```lua
TriggerEvent('ak47_territories:addinfluence', 2.0)
```

{% endtab %}
{% endtabs %}

### Territory Menu

{% tabs %}
{% tab title="Client" %}

```lua
TriggerEvent('ak47_territories:territory')
```

{% endtab %}
{% endtabs %}

### Start Npc Selling

{% tabs %}
{% tab title="Client" %}

```lua
TriggerEvent('ak47_territories:startsell')
```

{% endtab %}
{% endtabs %}

### Stop Npc Selling

{% tabs %}
{% tab title="Client" %}

```lua
TriggerEvent('ak47_territories:stopsell')
```

{% endtab %}
{% endtabs %}

### Set Vehicle Fuel

Path: /modules/garage/client/customizable.lua

<figure><img src="/files/OgP1BzxUHDtEKFtWsfBI" alt=""><figcaption></figcaption></figure>

### Give Key

Path: /modules/garage/client/customizable.lua

<figure><img src="/files/NANKmqyt5pR8PlVPllvy" alt=""><figcaption></figcaption></figure>

### Custom Dispatch

Path: /modules/npcsell/config.lua

<figure><img src="/files/U6H9ZTtWeJbW5kCMlVi7" alt=""><figcaption></figcaption></figure>
