> For the complete documentation index, see [llms.txt](https://forever-developments.gitbook.io/forever-developments/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forever-developments.gitbook.io/forever-developments/assets/advanced-npc-hostage/configuration.md).

# Configuration

<details>

<summary>View Configuration</summary>

```
codeShared = {}

Shared.Notification = "ox"  -- If you are using ESX, then use "esx". If you are using ox_lib, then use "ox". If you want to customize the notification, edit "cl_custom.lua".

Shared.allowedCoords = {
        vector3(-294.76, -989.14, 31.06),  -- Config the coords 
        vector3(-108.46, -427.34, 35.96)
    } 

Shared.HostageCommand = 'gethostage'  -- Command used to get the hostage.

Shared.OrderCommand = 'orderhostage'  -- Command used to release the ped after getting the hostage.

Shared.SpawnRadius = 10 -- Set the Radius to spawn hostage.
```

</details>
