arma2-epoch-server/@DayZ_Epoch_Server/addons/dayz_server/modules/drop_bombs.sqf

4 lines
266 B
Plaintext
Raw Normal View History

2022-04-21 16:15:41 +03:00
// 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"];