> 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_gangs/integration.md).

# Integration

### Add or Remove Radius

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

```lua
TriggerServerEvent('ak47_gangs:addradius', gangtag, value)
```

{% endtab %}

{% tab title="Remove" %}

```lua
TriggerServerEvent('ak47_gangs:removeradius', gangtag, value)
```

{% 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

Enable Config.CustomDispatch from /modules/drugsell/config.lua & add your dispatch code inside utils/client.lua
