4 lines
266 B
Plaintext
4 lines
266 B
Plaintext
|
// Sample Drop Bomb
|
||
|
private ["_position"];
|
||
|
_position = [getMarkerPos "center",0,((getMarkerSize "center") select 1),10,0,2000,0] call BIS_fnc_findSafePos;
|
||
|
bomb = createVehicle ["Bo_GBU12_LGB", [(_position select 0),(_position select 1), 1000], [], 0, "CAN_COLLIDE"];
|