Fixed Rope Lengths
This commit is contained in:
@@ -15,13 +15,14 @@ _ccargo = [
|
||||
];
|
||||
*/
|
||||
|
||||
|
||||
_ccargo = [
|
||||
|
||||
];
|
||||
|
||||
/* Here you can change blacklisted entities which will be added at the start of a mission. */
|
||||
_acargo = entities [[], ["Air","Man","Tank","Logic","House"], true];;
|
||||
|
||||
// ====================== Don't Touch Anything Below this line ======================
|
||||
_acargo = entities [[], ["Air","Man","Tank","Logic","Car"], true];; // Maybe Better way of Doing This????
|
||||
_acargo append _ccargo;
|
||||
{
|
||||
_action = [
|
||||
|
||||
Reference in New Issue
Block a user