For the complete documentation index, see llms.txt. This page is also available as Markdown.

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).

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

Last updated