Skip to content

Commit

Permalink
FIX: speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin committed May 13, 2017
1 parent 1b7e6da commit eb89398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/side/hack.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ if (btc_side_aborted || btc_side_failed) exitWith {

//// Launch the hacked missile \\\\
private _altitude = 20;
while {_altitude < 400} do {
_altitude = _altitude + 1.5;
while {_altitude < 500} do {
_altitude = _altitude + 3;
(createVehicle ["DemoCharge_Remote_Ammo_Scripted", [_pos select 0, _pos select 1, _altitude], [], 0, "CAN_COLLIDE"]) setDamage 1;
sleep 0.1;
};
Expand Down

0 comments on commit eb89398

Please sign in to comment.