ArmA 3 [Tutorial]: para drop
This video shows you, how to do a para-drop in arma3.
parajump = (vehicle this) spawn
{
private ["_chute"];
_this allowdammage false;
{
_x allowDamage false;
unassignVehicle _x;
_behindanddownchopper = _This modelToWorld [0,-6,-3];
_x setpos _behindanddownchopper;
_chute = "Steerable_Parachute_F" createVehicle [0,0,0];
sleep 0.5; // kurzer sleep, damit sich der Fallschirm aufbaut
_chute setPos [(getPos _x select 0),(getPos _x select 1),(getPos _x select 2)+5];
_x moveinDriver _chute;
_x allowDamage true;
sleep 0.56; //diese sleep steuert die Zeit zwischen den einzelnen Absprüngen. Ich finde, da sieht es relativ gut mit der Zeit
} forEach assignedCargo _this;
_this allowdammage true;
};
};
Other Videos By Drunken Officer - Gaming, Scripts & Tutorials
Other Statistics
ARMA 3 Statistics For Drunken Officer - Gaming, Scripts & Tutorials
At this time, Drunken Officer - Gaming, Scripts & Tutorials has 5,445 views for ARMA 3 spread across 15 videos. His channel uploaded 12 hours worth of ARMA 3 videos, roughly 5.84% of the content that Drunken Officer - Gaming, Scripts & Tutorials has uploaded to YouTube.