> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_drugs/configuration/mission-locations.md).

# Mission Locations

Edit `rcore_drugs/config/locations.lua` to change delivery mission locations.

## 🚐 Mobile Delivery

`Config.MissionLocations.MobileDelivery` controls van delivery missions.

You can configure:

| Option                  | Description                                             |
| ----------------------- | ------------------------------------------------------- |
| `vehicles`              | Standard and upgraded delivery vehicle models.          |
| `vehicleSpawnLocations` | Possible vehicle spawn points.                          |
| `peds`                  | Ped models used at drop-offs.                           |
| `enemyConfig`           | Enemy spawn chance, models, weapons, health, and armor. |
| `dropOffLocations`      | Delivery stops grouped by region.                       |

Each drop-off can use `ped` or `marker` mode.

## ✈️ Plane Delivery

`Config.MissionLocations.PlaneDelivery` controls plane delivery missions.

You can configure:

| Option                | Description                        |
| --------------------- | ---------------------------------- |
| `planeSpawnLocations` | Possible plane spawn points.       |
| `deliveryLocations`   | Possible air delivery drop points. |

## 📍 Adding Locations

Add new locations using `vector4(x, y, z, heading)`.

```lua
vector4(1738.22, 3241.68, 41.60, 38.70)
```

Keep headings accurate so vehicles, peds, and markers face the right direction.
