remove pilot lock
This commit is contained in:
parent
ef2817e4ec
commit
4d73198df1
@ -102,7 +102,7 @@ for "_i" from 1 to _vehiclesToSpawn do
|
|||||||
_unit = [_group,_spawnLocation,"assault","random","bandit","Vehicle"] call DMS_fnc_SpawnAISoldier;
|
_unit = [_group,_spawnLocation,"assault","random","bandit","Vehicle"] call DMS_fnc_SpawnAISoldier;
|
||||||
_unit assignAsDriver _vehicle;
|
_unit assignAsDriver _vehicle;
|
||||||
_unit moveInDriver _vehicle;
|
_unit moveInDriver _vehicle;
|
||||||
_vehicle lockDriver true;
|
//_vehicle lockDriver true;
|
||||||
_unit setVariable ["DMS_AssignedVeh",_vehicle];
|
_unit setVariable ["DMS_AssignedVeh",_vehicle];
|
||||||
removeBackpackGlobal _unit;
|
removeBackpackGlobal _unit;
|
||||||
_unit addBackpackGlobal "B_Parachute";
|
_unit addBackpackGlobal "B_Parachute";
|
||||||
|
Loading…
Reference in New Issue
Block a user