How to "Clear Ground around helicrash"

Unpack your server pbo.(Original - @hive>addons)
Edit "compile/server_spawnCrashSite.sqf"
FIND THESE LINES (Usually line 108)
_clutter = createVehicle ["ClutterCutter_small_2_EP1", _lootpos, [], 0, "CAN_COLLIDE"];
_clutter setPos _lootpos;
And replace it with
//_clutter = createVehicle ["ClutterCutter_small_2_EP1", _lootpos, [], 0, "CAN_COLLIDE"];
//_clutter setPos _lootpos;
 
Back
Top