Skip to content

Commit

Permalink
disable vehicle randomization
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Aug 16, 2018
1 parent a5feaad commit 08ea827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/setup/fn_createStartVehicle.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ for [{_i=0}, {_i<_vehicleAmount}, {_i=_i+1}] do {
_searchPos = _searchPos getPos [12,_dir];

private _veh = createVehicle [_sideVehicle,_spawnPos,[],0,"NONE"];
_veh setVariable ["BIS_enableRandomization",false];
_veh setDir _dir;
[_veh] call mitm_common_fnc_emptyContainer;
_veh setVariable ["ace_vehiclelock_lockpickStrength",300,true];
Expand Down

0 comments on commit 08ea827

Please sign in to comment.