General Bug Fix

Ropes
Trigger Distance
This commit is contained in:
mrpvtdagger
2021-02-21 22:28:39 -04:00
parent fc7f84bfc2
commit e02f5af32c
2 changed files with 32 additions and 35 deletions

View File

@@ -21,9 +21,13 @@ _ccargo = [
];
// ====================== Don't Touch Anything Below this line ======================
_acargo = entities [[], ["Air","Man"], true];; // Maybe Better way of Doing This????
_acargo = entities [[], ["Air","Man","Tank"], true];; // Maybe Better way of Doing This????
_acargo append _ccargo;
{
[_x] execVM "MPD_SlingLoad\sling.sqf";
} forEach _acargo;
} forEach _acargo;