- spawn AH-9- place Pawnee through console (game crashes always):
```
_spawnPos = [player, 1, 25, 3, 0, 20, 0] call BIS_fnc_findSafePos;ee ("B_Heli_Light_01_dynamicLoadout_F") close to you in the Editor or
_testVeh = createVehicle ["B_Heli_Light_01_dynamicLoadout_F",_spawnPos,[],0, "CAN_COLLIDE"];- spawn the helicopter and zoom closer to the helicopter
```- game crashes always
or
- place- spawn AH-9 Pawnee ("B_Heli_Light_01_dynamicLoadout_F") close to you in the Editor orthrough console (game crashes always):
```
- _spawn the helicopter and zoom closer to the helicopterPos = [player, 1, 25, 3, 0, 20, 0] call BIS_fnc_findSafePos;
- game crashes always
_testVeh = createVehicle ["B_Heli_Light_01_dynamicLoadout_F",_spawnPos,[],0, "CAN_COLLIDE"];
```