private arrays server

This commit is contained in:
[VB]AWOL
2013-10-23 00:49:12 -05:00
parent 415a0b1ed9
commit 13d825778a
6 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
// Sample Drop Bomb
private ["_position"];
_position = [MarkerPosition,0,DynamicVehicleArea,10,0,2000,0] call BIS_fnc_findSafePos;
bomb = "Bo_GBU12_LGB" createVehicle [(_position select 0),(_position select 1), 1000];