Skip to content

Paradrop

Mike-MF edited this page Jul 19, 2026 · 2 revisions

This page will explain the usage of the Paradrop function.


/*
 * Author: Mike
 * Orders a vehicle to paradrop units inside cargo slots, will replace backpacks with parachutes.
 *
 * Call from vehicle waypoint.
 *
 * Arguments:
 * 0: Vehicle <OBJECT>
 *
 * Return Value:
 * None
 *
 * Example:
 * [Vehicle] call tac_mission_fnc_paradrop
 */

Usage

This function will force crewmembers of helicopters or planes to jump out and paradrop down. It has no influence on where they land only where they jump.

It does replace unit backpacks and is 100% not designed to be used on players. It uses the vehicle as the argument, not groups or units.

Called from vehicle waypoints

Example:

[MyHelicopterOrPlane] call tac_mission_fnc_paradrop;

Clone this wiki locally