Перейти к публикации
Поиск в
  • Дополнительно...
Искать результаты, содержащие...
Искать результаты в...
  • Нужна помощь?

    Создайте тему в соответствующем разделе
    Не нужно писать всё в чат!
  • Загляните на торговую площадку

    Там вы можете купить
    всё что касается игровых серверов
  • Не хотите бан?

    Пожалуйста, ознакомьтесь с нашими правилами
    Не нарушайте порядок!
  • Продаёте или покупаете?

    Пользуйтесь услугами гаранта
    Мы сделаем вашу сделку безопасной

Рекомендованные сообщения

Тема дополнена

Добавлен скриншот

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах



Спасибо за скриншот. Так это..... маркеры полей на карте должны быть?))) Просто мне очень важно это знать. Скрипт то проще некуда, а маркеров нет

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

 

Спасибо за скриншот. Так это..... маркеры полей на карте должны быть?))) Просто мне очень важно это знать. Скрипт то проще некуда, а маркеров нет

Да, вообще маркеры должны быть, я ставил с оригинала у меня были

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Вот хоть убейся маркеров нет. Это _useLocalMarkers = true; было по дефолту false. поменял на тру Фермы спавнятся, все работает но маркеров ферм на карте нет. Че делать то? 

 2:10:41 "[Random_Weed_Farm]: waiting for BIS_fnc_findSafePos"
 2:10:41 "[Random_Weed_Farm]: Function loaded ... Server Building 5 Weed Farm(s)"
 2:10:41 "[Random_Weed_Farm]: Found Location for a farm (041069) [4146.25,8437.72] with 4 plants"
 2:10:41 "[Random_Weed_Farm]: Found Location for a farm (070002) [7018.99,15144] with 4 plants"
 2:10:41 "[Random_Weed_Farm]: Found Location for a farm (039009) [3945.78,14437.2] with 4 plants"
 2:10:41 "[Random_Weed_Farm]: Found Location for a farm (011127) [1112.78,2653.31] with 4 plants"
 2:10:41 "[Random_Weed_Farm]: Found Location for a farm (141000) [14117.3,15262.8] with 4 plants"
 2:10:41 "[Random_Weed_Farm]: Weed Farm(s) Done ... Broadcasting locations for clients"
Изменено пользователем KorbenDallas (история изменений)

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Всё никак в редакторе этот салат не могу найти.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

 

Цветовое обозначение:
  • Ключевые слова
  • Папки, pbo файлы или Путь к папке
  • Файлы (SQF.SQM.SQS)
Работает на [1.0.5.1]
 
Описание: добавляет на сервер плантации с коноплей и позволяет игрокам собирать ее.

 

 
 
 
Установка:
1. Создаем в папке со своей миссией папку scripts . В ней создаем файл hemp.sqf и вставляем туда:
/*
put together for DayZ Epoch
Credits to Shogun338 from Insurrection gaming
modified for separate "gather weed" script
*/
private ["_gearmenu","_playerPos","_nearWeed","_weed","_objectID","_objectUID"];
_playerPos = getPosATL player;
_hempqty = {_x == "ItemKiloHemp"} count magazines player;
_nearWeed = count nearestObjects [_playerPos, ["fiberplant"], 4] > 0;
_weed = nearestObject [player, "fiberplant"];

if !(_nearWeed) exitWith {
    cutText [format["You need to be near the weed plants in order to gather."], "PLAIN DOWN"];
};
if (_hempqty > 2) exitWith { 
    cutText [format["WARNING: %1, You have maximum amount of weed in your inventory! You could get arrested by the police ;)", name player], "PLAIN DOWN"];
};
if (dayz_combat == 1) then { 
    cutText [format["You are in Combat and Cannot Gather the Weed."], "PLAIN DOWN"];
} else {
    disableSerialization;
    _gearmenu = FindDisplay 106;
    _gearmenu CloseDisplay 106;
    player playActionNow "Medic";
    r_interrupt = false;
    sleep 6;
    _objectID = _weed getVariable["ObjectID","0"];
    _objectUID = _weed getVariable["ObjectUID","0"];
    deleteVehicle _weed;
    [_objectID,_objectUID] call server_deleteObj;
    _weed setDamage 1;
    player addMagazine "ItemKiloHemp";
    sleep 2;
    cutText [format["You've Gathered Some Weed! Smoke that shit or sell it at Black market dealer!!"], "PLAIN DOWN"];    
};
2. В той же папке создаем еще один файл с названием smokeshit.sqf, и добавляем туда:
/*
       by: http://infiSTAR.de  Credits to infistar for the actual script
       Edited by FragZ
 
    */
//Add this part after *while {true} do {* to add a smoke effect
  /*  Flare = "SmokeShellGreen" createVehicle position player;
    if (vehicle player != player) then { Flare attachTo [vehicle player,[0,0,0.]];}
       else {Flare attachTo [player,[0,0,0.]];}
*/
   [] spawn {
            hint "You took drugs YOLOLOLO";
            player removeMagazine 'ItemKiloHemp';
            Remove_Drug_effects =
            {
                    {
                            ppEffectDestroy _x;
                    } forEach (_this select 0);
                    ppEffectDestroy nonapsi_ef;
                    ppEffectDestroy wetdist1;
                    ppEffectDestroy ppe;
                    ppEffectDestroy ppe2;
                    ppEffectDestroy ppe3;
                    setaperture 0;
                    "dynamicBlur" ppEffectAdjust [0];
                    "dynamicBlur" ppEffectCommit 16;
                    "colorCorrections" ppEffectAdjust [1, 1, 0, [1, 1, 1, 0.0], [1, 1, 1, 1],  [1, 1, 1, 0.0]];
                    "colorCorrections" ppEffectCommit 0;
            };
            _time = time;
            _effects = [];
            while {true} do
            {
                    nonapsi_ef = ppEffectCreate ["colorCorrections", 1555];
                    _effects = _effects + [nonapsi_ef];
                    nonapsi_ef ppEffectEnable true;
                    nonapsi_ef ppEffectAdjust [1.0, 1.0, -0.03, [0.0, 0.0, 0.0, 0.0], [3.0, 5.0, 9.0, 5.0],[0.4,0.0,0.0, 0.7]];
                    nonapsi_ef ppEffectCommit 1;
                    sleep random(1);
                    wetdist1 = ppEffectCreate ["wetDistortion", 2006];
                    _effects = _effects + [wetdist1];
                    wetdist1 ppEffectAdjust [0, 8, 0.8,8,8, 0.2, 1, 0, 0, 0.08, 0.08, 0, 0, 0, 0.77];
                    wetdist1 ppEffectEnable true;
                    wetdist1 ppEffectCommit 0;
                    ppe = ppEffectCreate ["colorCorrections", 1555];
                    _effects = _effects + [ppe];
                    ppe ppEffectAdjust [1, 1, 0, [1.5,6,2.5,0.5], [5,3.5,5,-0.5], [-3,5,-5,-0.5]];
                    ppe ppEffectCommit 1;
                    ppe ppEffectEnable true;
                    ppe2 = ppEffectCreate ["chromAberration", 1555];
                    _effects = _effects + [ppe2];
                    ppe2 ppEffectAdjust [0.01,0.01,true];
                    ppe2 ppEffectCommit 1;
                    ppe2 ppEffectEnable true;
                    ppe3 = ppEffectCreate ["radialBlur", 1555];
                    _effects = _effects + [ppe3];
                    ppe3 ppEffectEnable true;
                    ppe3 ppEffectAdjust [0.02,0.02,0.15,0.15];
                    ppe3 ppEffectCommit 1;
                    sleep random(1);
                    wetdist1 = ppEffectCreate ["wetDistortion", 2006];
                    _effects = _effects + [wetdist1];
                    wetdist1 ppEffectAdjust [1, 1.16, 0.32, 2.56, 0.8, 0.64, 2.64, 0, 0, 1.08, 0.08, 0, 0, 0, 1.77];
                    wetdist1 ppEffectEnable true;
                    wetdist1 ppEffectCommit 0;
                    sleep random(1);
                    nonapsi_ef = ppEffectCreate ["colorCorrections", 1555];
                    _effects = _effects + [nonapsi_ef];
                    nonapsi_ef ppEffectEnable true;
                    nonapsi_ef ppEffectAdjust [1.0, 1.0, -0.02, [9.5, 1.5, 2.5, 0.2], [2.0, 7.0, 6.0, 2.0],[0.4,0.0,0.0, 0.7]];
                    nonapsi_ef ppEffectCommit 1;
                    sleep random(1);
                    if (_time + 60 < time) exitWith {[_effects] call Remove_Drug_effects;};
            };
    };
3. В папке scripts создаем файл weedfarm.sqf, и добавляем:
/*
        Script by HALV
        Create Weed fields (or other objects) in random locations, amount and "random preset" amount of objects,
        objects are placed "Labyrinth Style" around the middle object
*/
 
_useLocalMarkers = false;
 
if (isServer)then{
        private["_blacklistedAreas"];
        diag_log "[Random_Weed_Farm]: waiting for BIS_fnc_findSafePos";
        waitUntil {(!isNil "BIS_fnc_findSafePos")};
        if(isNil "dayz_MapArea")then{dayz_MapArea = 7000};
        _WorldName = toLower format ["%1", worldName];
 
//settings
        //how many will spawn farms, note that farms can spawn "on top" of eachother (min 1, default 6)
        _farms = 6;
        //min farms (min 1, default 2)
        _farmsmin = 2;
        //how many plants per farm (min 1, default 9)
        _plants = 9;
        //min plants (min 1, default 4)
        _plantsmin = 4;
        //min dist (in meters) from roads to build farms (default 200m)
        _mindist2roads = 200;
        //the object to spawn, default "Fiberplant"
        _fiberplant = "Fiberplant";
        _spawnarea = (dayz_MapArea/2);
        switch(_WorldName)do{
                case "napf":{
                _blacklistedAreas = [
                [[8246.3184,15485.867,0],       500],
                [[15506.952,13229.368,0],       500],
                [[12399.751,5074.5273,0],       500],
                [[10398.626,8279.4619,0],       500],
                [[5149.9814,4864.1191,0],       500],
                [[6633.1538,7254.916,0],        500],
                [[13288.313,19590.338,0],       800]
                ];
                };
                case "chernarus":{
                _blacklistedAreas = [
                [[23999.742,2.4571743,0],       500],
                [[6325.6772,7807.7412,0],       500],
                [[4063.4226,11664.19,0],        500],
                [[11447.472,11364.504,0],       500],
                [[1606.6443,7803.5156,0],       500],
                [[12944.227,12766.889,0],       500],
                [[8122.35,13464.5,0],           500] // <-- no comma for last entry
                ];
                };
                default{
                _blacklistedAreas = [
                        [[0,0,0],       0]
                ];
                };
        };
//function to find x amount of positions around a position (on ground, z axis not included) in a size you define - "labyrinth style"
//[start position, amount of positions to return (ex start pos), distance between positions,include startposition (optional, default true)] call _fnc_positions_array
        _fnc_positions_array = {
                private ["_posi"];
                _pos = _this select 0;
                _amnt = _this select 1;
                _adjust = _this select 2;
                _include = if(count _this > 3)then{_this select 3}else{true};
                _positions = [];
                _buildDir = 0;
                _buildRow = 0;
                _Row = 0;
                _build = 0;
                if(_include)then{_positions set [count _positions,[_pos select 0,_pos select 1,0]];_amnt = _amnt - 1;};
                for "_i" from 0 to (_amnt-1) do {
                        if(_Row > 1)then{_buildRow = _buildRow + 1;_Row = 0;};
                        if(_buildDir > 3)then{_buildDir = 0;};
                        for "_i" from 0 to _buildRow do {
                                switch (_buildDir) do{
                                        case 0:{
                                                _posi = [(_pos select 0),(_pos select 1) + _adjust]; //up
                                                _positions set [count _positions,[_posi select 0,_posi select 1,0]];
                                        };
                                        case 1:{
                                                _posi = [(_pos select 0) + _adjust,(_pos select 1)]; //left
                                                _positions set [count _positions,[_posi select 0,_posi select 1,0]];
                                        };
                                        case 2:{
                                                _posi = [(_pos select 0),(_pos select 1) - _adjust]; //down
                                                _positions set [count _positions,[_posi select 0,_posi select 1,0]];
                                        };
                                        case 3:{
                                                _posi = [(_pos select 0) - _adjust,(_pos select 1)]; //right
                                                _positions set [count _positions,[_posi select 0,_posi select 1,0]];
                                        };
                                };
                                _pos = _posi;
                                _build = _build + 1;
                                if(_build >= _amnt)exitWith{};
                        };
                        _buildDir = _buildDir + 1;
                        _Row = _Row + 1;
                        if(_build >= _amnt)exitWith{};
                };
//              diag_log format["[Random_Weed_Farm]: Debug - _build: '%1' _amnt: '%2' _positions: '%3' %4",_build,_amnt,(count _positions),_positions];
                _positions
        };
 
        _amnt = round(random _farms);
        if(_amnt < _farmsmin)then{_amnt = _farmsmin};
        if(_amnt < 1)then{_amnt = 1};
 
        diag_log format["[Random_Weed_Farm]: Function loaded ... Server Building %1 Weed Farm(s)",_amnt];
 
        _locations = [];
        for "_i" from 0 to (_amnt-1) do {
                private ["_coords"];
                while{true}do{
                        scopeName "posiscope";
                        _coords = [getMarkerPos 'Center',0,_spawnarea,25,0,2000,0] call BIS_fnc_findSafePos;
                        _roadlist = _coords nearRoads _mindist2roads;
                        _IsBlacklisted = false;
                        {if(_coords distance (_x select 0) < (_x select 1))exitWith{_IsBlacklisted = true};}forEach _blacklistedAreas;
                        if((count _roadlist < 1) and !_IsBlacklisted)then{breakOut "posiscope"};
                };
                _locations set [count _locations,[_coords select 0,_coords select 1,0]];
                _amnt = round(random _plants);
                if(_amnt < _plantsmin)then{_amnt = _plantsmin};
                if(_amnt < 1)then{_amnt = 1};
                diag_log format["[Random_Weed_Farm]: Found Location for a farm (%1) %2 with %3 plants",mapGridPosition _coords,_coords,_amnt];
                //aparently sizeOf has problems sometimes, so we iput this manually - else perhaps use [position, amount, sizeOf "object"]
                _plantpositions = [[(_coords select 0),(_coords select 1),0],_amnt,5] call _fnc_positions_array;
                {
                        _plant = createVehicle [_fiberplant, _x, [], 0, "CAN_COLLIDE"];
                        _plant setPos _x;
                        _uID = str(round(random 999999));
                        _plant setVariable ["ObjectID", _uID, true];
                        _plant setVariable ["ObjectUID", _uID, true];
                        _plant setVariable ["lastUpdate",time,true];
                }forEach _plantpositions;
        };
        diag_log "[Random_Weed_Farm]: Weed Farm(s) Done ... Broadcasting locations for clients";
        PV_HALV_Broadcast_weedlocations = _locations;
        publicVariable "PV_HALV_Broadcast_weedlocations";
};
 
//comment out for no markers
if(!isDedicated)then{
        diag_log "[Random_Weed_Farm]: Client awaiting markers ...";
        waitUntil{(!isNil "PV_HALV_Broadcast_weedlocations")};
        //create markers
        _nr = 1;
        for "_i" from 0 to ((count PV_HALV_Broadcast_weedlocations)-1) do {
                _markername = format["WeedFarm_%1",_nr];
                _markertext = format["Weed Farm %1",_nr];
                if(_useLocalMarkers)then{
                        _marker = createMarkerLocal [_markername, (PV_HALV_Broadcast_weedlocations select _i)];
                        _marker setMarkerTypeLocal "Warning";
                        _marker setMarkerTextLocal _markertext;
                        _marker setMarkerColorLocal "ColorGreen";
                }else{
                        if (getMarkerColor _markername == "") then {
                                _marker = createMarker [_markername, (PV_HALV_Broadcast_weedlocations select _i)];
                                _marker setMarkerType "Warning";
                                _marker setMarkerText _markertext;
                                _marker setMarkerColor "ColorGreen";
                        };
                };
                diag_log format["[Random_Weed_Farm]: Client created marker %1 ...",_nr];
                _nr = _nr + 1;
        };
        PV_HALV_Broadcast_weedlocations = nil;
};
4. Идем в init.sqf и находим:
if (isServer) then {
перед этим знаком "};" вставляем:
[] execVM "scripts\weedfarm.sqf";
Готово. Теперь у нас есть плантации,которые спавнятся в рандомных местах по всей карте.
 
 
Вы можете вручную добавить плантации в указанное место.
Пример:
_vehicle_5 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [4050.6616, 7809.3203], [], 0, "CAN_COLLIDE"];
  _vehicle_5 = _this;
  _this setPos [4050.6616, 7809.3203];
};

 
Находим и открываем в миссии ваш файл extra_rc.hpp и вставляем:
class ExtraRc {
    class ItemKnife {
        class farmhemp {
            text = "Harvest the weed";
            script = "execVM 'scripts\hemp.sqf'";
        };
    };
    class ItemKiloHemp {
        class smokeweed {
            text = "Smoke the shit";
            script = "execVM 'scripts\smokeshit.sqf'";
        };
    };
};

Всё понятно только при чём тут EXTRA???????

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Ответ откуда гайд))   http://adt-team.ru/forum/index.php/topic/50-fermy-s-konoplei/

Изменено пользователем митяй (история изменений)

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Всё понятно только при чём тут EXTRA???????

Ты по ножу правой кликать будешь чтобы меню выпало "Срезать коноплю". Для этого нужно

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

А то что на ноже есть клик уже типа резать плант вот помоему там и надо прописать резать коноплю а экстра например у меня нету да и у большинства наверно.ибо нулячий сервак единицы ставят!

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Нусь, вот мой скриншот, и скажу,что сломался спавн ферм и я хз)

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Нусь, вот мой скриншот, и скажу,что сломался спавн ферм и я хз)

Чувак, скинь плиз если можешь свой weedfarm.sqf. А то я уже задолбался, у меня, хоть убей, не появляются маркеры ферм(

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Чувак, скинь плиз если можешь свой weedfarm.sqf. А то я уже задолбался, у меня, хоть убей, не появляются маркеры ферм(

Он есть выше в описании, я его не редактировал, у меня проблема , они спавнятся но корява, и я хз что делать )

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Он есть выше в описании, я его не редактировал, у меня проблема , они спавнятся но корява, и я хз что делать )

Прикольно. Я тоже ничего не менял сначала) спавнились корректно, но хрен найдешь их на карте потому что меток нет) а у тебя наоборот. странно это. РПТ что  пишет?

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

привет народ если кому нужно то вот канапля по всей черноруси :smile:

 

 

 

if (isServer) then {


_vehicle_22 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [5378.6655, 8627.7529], [], 0, "CAN_COLLIDE"];
  _vehicle_22 = _this;
  _this setPos [5378.6655, 8627.7529];
};

_vehicle_23 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [5369.2354, 8620.4805, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_23 = _this;
  _this setPos [5369.2354, 8620.4805, 3.0517578e-005];
};

_vehicle_24 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [5366.4048, 8615.7188, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_24 = _this;
  _this setPos [5366.4048, 8615.7188, 6.1035156e-005];
};

_vehicle_25 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [5332.6709, 8641.4219], [], 0, "CAN_COLLIDE"];
  _vehicle_25 = _this;
  _this setPos [5332.6709, 8641.4219];
};

_vehicle_26 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [5320.897, 8649.6133, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_26 = _this;
  _this setPos [5320.897, 8649.6133, -3.0517578e-005];
};

_vehicle_27 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [5369.7178, 8617.874], [], 0, "CAN_COLLIDE"];
  _vehicle_27 = _this;
  _this setPos [5369.7178, 8617.874];
};

_vehicle_28 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [5372.9985, 8621.0654, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_28 = _this;
  _this setPos [5372.9985, 8621.0654, -6.1035156e-005];
};

_vehicle_29 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [5367.3896, 8618.2979, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_29 = _this;
  _this setPos [5367.3896, 8618.2979, 9.1552734e-005];
};

_vehicle_30 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [5390.4194, 8646.5313, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_30 = _this;
  _this setPos [5390.4194, 8646.5313, -6.1035156e-005];
};

_vehicle_31 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [4675.5679, 9608.4121, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_31 = _this;
  _this setPos [4675.5679, 9608.4121, 0];
};

_vehicle_32 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2911.8025, 9752.1904, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_32 = _this;
  _this setPos [2911.8025, 9752.1904, 3.0517578e-005];
};

_vehicle_33 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2910.458, 9752.085, 0.00018310547], [], 0, "CAN_COLLIDE"];
  _vehicle_33 = _this;
  _this setPos [2910.458, 9752.085, 0.00018310547];
};

_vehicle_34 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2749.9514, 9887.8145, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_34 = _this;
  _this setPos [2749.9514, 9887.8145, -3.0517578e-005];
};

_vehicle_35 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2733.531, 9993.1777, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_35 = _this;
  _this setPos [2733.531, 9993.1777, 3.0517578e-005];
};

_vehicle_36 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2732.2102, 9993.7725, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_36 = _this;
  _this setPos [2732.2102, 9993.7725, 3.0517578e-005];
};

_vehicle_37 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2727.7949, 9992.7998, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_37 = _this;
  _this setPos [2727.7949, 9992.7998, 3.0517578e-005];
};

_vehicle_38 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2661.3511, 10034.817, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_38 = _this;
  _this setPos [2661.3511, 10034.817, -3.0517578e-005];
};

_vehicle_39 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2510.6409, 9751.5762, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_39 = _this;
  _this setPos [2510.6409, 9751.5762, 3.0517578e-005];
};

_vehicle_40 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3785.4778, 10579.91, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_40 = _this;
  _this setPos [3785.4778, 10579.91, -3.0517578e-005];
};

_vehicle_41 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3788.3428, 10579.76, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_41 = _this;
  _this setPos [3788.3428, 10579.76, 0.00012207031];
};

_vehicle_42 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3792.1238, 10579.622, 0.00015258789], [], 0, "CAN_COLLIDE"];
  _vehicle_42 = _this;
  _this setPos [3792.1238, 10579.622, 0.00015258789];
};

_vehicle_43 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3796.9546, 10580.041, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_43 = _this;
  _this setPos [3796.9546, 10580.041, 0.00012207031];
};

_vehicle_44 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3781.9814, 10573.742, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_44 = _this;
  _this setPos [3781.9814, 10573.742, 0.00012207031];
};

_vehicle_45 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3784.7212, 10574.068, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_45 = _this;
  _this setPos [3784.7212, 10574.068, -3.0517578e-005];
};

_vehicle_46 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3787.8669, 10574.643, 0.00015258789], [], 0, "CAN_COLLIDE"];
  _vehicle_46 = _this;
  _this setPos [3787.8669, 10574.643, 0.00015258789];
};

_vehicle_47 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3791.3354, 10575.022, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_47 = _this;
  _this setPos [3791.3354, 10575.022, 3.0517578e-005];
};

_vehicle_48 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3796.1606, 10575.553, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_48 = _this;
  _this setPos [3796.1606, 10575.553, -3.0517578e-005];
};

_vehicle_49 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3800.0154, 10575.943, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_49 = _this;
  _this setPos [3800.0154, 10575.943, 0.00012207031];
};

_vehicle_50 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3778.8699, 10568.004, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_50 = _this;
  _this setPos [3778.8699, 10568.004, 6.1035156e-005];
};

_vehicle_51 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3782.6011, 10569.481, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_51 = _this;
  _this setPos [3782.6011, 10569.481, 3.0517578e-005];
};

_vehicle_52 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3786.2598, 10571.077, 0.00015258789], [], 0, "CAN_COLLIDE"];
  _vehicle_52 = _this;
  _this setPos [3786.2598, 10571.077, 0.00015258789];
};

_vehicle_53 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3789.5774, 10571.978, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_53 = _this;
  _this setPos [3789.5774, 10571.978, 0];
};

_vehicle_54 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3793.6658, 10572.327, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_54 = _this;
  _this setPos [3793.6658, 10572.327, -6.1035156e-005];
};

_vehicle_55 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3797.8457, 10572.681, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_55 = _this;
  _this setPos [3797.8457, 10572.681, 0.00012207031];
};

_vehicle_56 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3802.3752, 10572.04, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_56 = _this;
  _this setPos [3802.3752, 10572.04, 0];
};

_vehicle_57 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3777.498, 10563.967, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_57 = _this;
  _this setPos [3777.498, 10563.967, 3.0517578e-005];
};

_vehicle_58 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3781.5342, 10565.056, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_58 = _this;
  _this setPos [3781.5342, 10565.056, 0];
};

_vehicle_59 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3785.634, 10566.726, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_59 = _this;
  _this setPos [3785.634, 10566.726, 9.1552734e-005];
};

_vehicle_60 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3789.4324, 10567.355, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_60 = _this;
  _this setPos [3789.4324, 10567.355, 9.1552734e-005];
};

_vehicle_61 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3792.3362, 10568.643, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_61 = _this;
  _this setPos [3792.3362, 10568.643, 9.1552734e-005];
};

_vehicle_62 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3796.6045, 10568.938, -0.00015258789], [], 0, "CAN_COLLIDE"];
  _vehicle_62 = _this;
  _this setPos [3796.6045, 10568.938, -0.00015258789];
};

_vehicle_63 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3800.8467, 10569.786, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_63 = _this;
  _this setPos [3800.8467, 10569.786, -6.1035156e-005];
};

_vehicle_64 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3774.2603, 10569.443, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_64 = _this;
  _this setPos [3774.2603, 10569.443, 6.1035156e-005];
};

_vehicle_65 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3771.3035, 10560.831, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_65 = _this;
  _this setPos [3771.3035, 10560.831, 3.0517578e-005];
};

_vehicle_66 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3774.48, 10562.603, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_66 = _this;
  _this setPos [3774.48, 10562.603, 3.0517578e-005];
};

_vehicle_67 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3779.5986, 10560.403, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_67 = _this;
  _this setPos [3779.5986, 10560.403, 0];
};

_vehicle_68 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3783.7461, 10562.151, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_68 = _this;
  _this setPos [3783.7461, 10562.151, -6.1035156e-005];
};

_vehicle_69 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3788.0225, 10562.811, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_69 = _this;
  _this setPos [3788.0225, 10562.811, 6.1035156e-005];
};

_vehicle_70 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3792.7466, 10564.17, 0.00015258789], [], 0, "CAN_COLLIDE"];
  _vehicle_70 = _this;
  _this setPos [3792.7466, 10564.17, 0.00015258789];
};

_vehicle_71 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3798.3093, 10566.52, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_71 = _this;
  _this setPos [3798.3093, 10566.52, 3.0517578e-005];
};

_vehicle_72 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3805.8267, 10568.453, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_72 = _this;
  _this setPos [3805.8267, 10568.453, 6.1035156e-005];
};

_vehicle_73 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3802.4968, 10568.55, 0.00021362305], [], 0, "CAN_COLLIDE"];
  _vehicle_73 = _this;
  _this setPos [3802.4968, 10568.55, 0.00021362305];
};

_vehicle_74 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3803.9058, 10562.5, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_74 = _this;
  _this setPos [3803.9058, 10562.5, 6.1035156e-005];
};

_vehicle_75 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3805.8274, 10588.654, 0.00015258789], [], 0, "CAN_COLLIDE"];
  _vehicle_75 = _this;
  _this setPos [3805.8274, 10588.654, 0.00015258789];
};

_vehicle_76 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3805.9568, 10582.06, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_76 = _this;
  _this setPos [3805.9568, 10582.06, 0.00012207031];
};

_vehicle_77 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3803.5745, 10590.327, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_77 = _this;
  _this setPos [3803.5745, 10590.327, 0.00012207031];
};

_vehicle_78 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3776.9458, 10552.548, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_78 = _this;
  _this setPos [3776.9458, 10552.548, 6.1035156e-005];
};

_vehicle_79 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3782.8335, 10558.045, 0.00015258789], [], 0, "CAN_COLLIDE"];
  _vehicle_79 = _this;
  _this setPos [3782.8335, 10558.045, 0.00015258789];
};

_vehicle_80 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3786.6094, 10557.905, 0.00021362305], [], 0, "CAN_COLLIDE"];
  _vehicle_80 = _this;
  _this setPos [3786.6094, 10557.905, 0.00021362305];
};

_vehicle_81 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3779.2278, 10557.13, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_81 = _this;
  _this setPos [3779.2278, 10557.13, 9.1552734e-005];
};

_vehicle_82 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3774.5425, 10557.357, 0.00015258789], [], 0, "CAN_COLLIDE"];
  _vehicle_82 = _this;
  _this setPos [3774.5425, 10557.357, 0.00015258789];
};

_vehicle_83 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3776.738, 10558.35, 0.00018310547], [], 0, "CAN_COLLIDE"];
  _vehicle_83 = _this;
  _this setPos [3776.738, 10558.35, 0.00018310547];
};

_vehicle_84 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3795.283, 10590.767, -9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_84 = _this;
  _this setPos [3795.283, 10590.767, -9.1552734e-005];
};

_vehicle_85 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3799.5869, 10592.119, -9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_85 = _this;
  _this setPos [3799.5869, 10592.119, -9.1552734e-005];
};

_vehicle_86 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3796.1445, 10584.411, -0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_86 = _this;
  _this setPos [3796.1445, 10584.411, -0.00012207031];
};

_vehicle_87 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3791.792, 10589.677, -0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_87 = _this;
  _this setPos [3791.792, 10589.677, -0.00012207031];
};

_vehicle_88 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3789.7124, 10589.262, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_88 = _this;
  _this setPos [3789.7124, 10589.262, 0.00012207031];
};

_vehicle_89 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3782.8281, 10583.791, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_89 = _this;
  _this setPos [3782.8281, 10583.791, -3.0517578e-005];
};

_vehicle_90 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3779.1804, 10577.97, -0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_90 = _this;
  _this setPos [3779.1804, 10577.97, -0.00012207031];
};

_vehicle_91 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3793.8494, 10560.644, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_91 = _this;
  _this setPos [3793.8494, 10560.644, 6.1035156e-005];
};

_vehicle_92 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3790.0005, 10559.861, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_92 = _this;
  _this setPos [3790.0005, 10559.861, 9.1552734e-005];
};

_vehicle_93 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3802.0168, 10582.524, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_93 = _this;
  _this setPos [3802.0168, 10582.524, 0];
};

_vehicle_94 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3098.1509, 9225.4795, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_94 = _this;
  _this setPos [3098.1509, 9225.4795, -6.1035156e-005];
};

_vehicle_95 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3094.9531, 9220.0146, -0.00015258789], [], 0, "CAN_COLLIDE"];
  _vehicle_95 = _this;
  _this setPos [3094.9531, 9220.0146, -0.00015258789];
};

_vehicle_96 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3091.418, 9215.0645, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_96 = _this;
  _this setPos [3091.418, 9215.0645, 0];
};

_vehicle_97 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3087.803, 9205.9131, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_97 = _this;
  _this setPos [3087.803, 9205.9131, 6.1035156e-005];
};

_vehicle_98 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3080.7639, 9195.707, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_98 = _this;
  _this setPos [3080.7639, 9195.707, 6.1035156e-005];
};

_vehicle_99 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3097.8914, 9219.6318, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_99 = _this;
  _this setPos [3097.8914, 9219.6318, -6.1035156e-005];
};

_vehicle_100 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3091.5959, 9208.4443, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_100 = _this;
  _this setPos [3091.5959, 9208.4443, 0];
};

_vehicle_101 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3110.1951, 9241.1309, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_101 = _this;
  _this setPos [3110.1951, 9241.1309, 0.00012207031];
};

_vehicle_102 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2833.4487, 9264.1768, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_102 = _this;
  _this setPos [2833.4487, 9264.1768, 0];
};

_vehicle_103 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2833.6323, 9262.5508, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_103 = _this;
  _this setPos [2833.6323, 9262.5508, 3.0517578e-005];
};

_vehicle_104 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2548.033, 6452.0273, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_104 = _this;
  _this setPos [2548.033, 6452.0273, 0];
};

_vehicle_105 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2672.0222, 5978.9746, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_105 = _this;
  _this setPos [2672.0222, 5978.9746, 4.5776367e-005];
};

_vehicle_106 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2582.7529, 5695.5449, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_106 = _this;
  _this setPos [2582.7529, 5695.5449, -3.0517578e-005];
};

_vehicle_107 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2972.4333, 5438.9282, -9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_107 = _this;
  _this setPos [2972.4333, 5438.9282, -9.1552734e-005];
};

_vehicle_108 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2972.5667, 5428.0264, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_108 = _this;
  _this setPos [2972.5667, 5428.0264, 9.1552734e-005];
};

_vehicle_109 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2941.6819, 5415.2393, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_109 = _this;
  _this setPos [2941.6819, 5415.2393, 1.5258789e-005];
};

_vehicle_110 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2943.302, 5418.3955, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_110 = _this;
  _this setPos [2943.302, 5418.3955, 1.5258789e-005];
};

_vehicle_111 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2971.8938, 5419.6323, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_111 = _this;
  _this setPos [2971.8938, 5419.6323, 3.0517578e-005];
};

_vehicle_112 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2970.2358, 5405.3413, 0.00016784668], [], 0, "CAN_COLLIDE"];
  _vehicle_112 = _this;
  _this setFuel 0.89999998;
  _this setPos [2970.2358, 5405.3413, 0.00016784668];
};

_vehicle_113 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2631.9983, 5164.4253, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_113 = _this;
  _this setPos [2631.9983, 5164.4253, -3.0517578e-005];
};

_vehicle_114 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2629.918, 5162.3154, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_114 = _this;
  _this setPos [2629.918, 5162.3154, 4.5776367e-005];
};

_vehicle_115 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2207.6025, 5181.061, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_115 = _this;
  _this setPos [2207.6025, 5181.061, 4.5776367e-005];
};

_vehicle_116 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2202.1011, 5175.541, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_116 = _this;
  _this setPos [2202.1011, 5175.541, 0];
};

_vehicle_117 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2205.6284, 5178.3906, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_117 = _this;
  _this setPos [2205.6284, 5178.3906, 6.1035156e-005];
};

_vehicle_118 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2218.5225, 5191.647, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_118 = _this;
  _this setPos [2218.5225, 5191.647, 1.5258789e-005];
};

_vehicle_119 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [2160.7886, 4786.8901, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_119 = _this;
  _this setPos [2160.7886, 4786.8901, 9.1552734e-005];
};

_vehicle_120 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [1746.5167, 3606.7549, -4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_120 = _this;
  _this setPos [1746.5167, 3606.7549, -4.5776367e-005];
};

_vehicle_121 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [1750.243, 2227.6375, 6.7234039e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_121 = _this;
  _this setPos [1750.243, 2227.6375, 6.7234039e-005];
};

_vehicle_122 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [1748.7427, 2229.5669, -3.3378601e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_122 = _this;
  _this setPos [1748.7427, 2229.5669, -3.3378601e-006];
};

_vehicle_123 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [1868.2816, 2250.1255, -1.4305115e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_123 = _this;
  _this setPos [1868.2816, 2250.1255, -1.4305115e-005];
};

_vehicle_124 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [1965.2426, 2262.9873, -6.1988831e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_124 = _this;
  _this setPos [1965.2426, 2262.9873, -6.1988831e-006];
};

_vehicle_125 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3584.2551, 2510.8469, 1.8119812e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_125 = _this;
  _this setPos [3584.2551, 2510.8469, 1.8119812e-005];
};

_vehicle_126 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3603.2378, 2434.1223, 4.3392181e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_126 = _this;
  _this setPos [3603.2378, 2434.1223, 4.3392181e-005];
};

_vehicle_127 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3809.9182, 2587.0674, 1.4305115e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_127 = _this;
  _this setPos [3809.9182, 2587.0674, 1.4305115e-006];
};

_vehicle_128 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [3806.7808, 2586.2009, 9.2983246e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_128 = _this;
  _this setPos [3806.7808, 2586.2009, 9.2983246e-005];
};

_vehicle_129 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [5204.9897, 2354.9675, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_129 = _this;
  _this setPos [5204.9897, 2354.9675, 2.2888184e-005];
};

_vehicle_130 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [6080.6973, 1932.7776, -9.5367432e-007], [], 0, "CAN_COLLIDE"];
  _vehicle_130 = _this;
  _this setPos [6080.6973, 1932.7776, -9.5367432e-007];
};

_vehicle_131 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [6076.4663, 1936.4362, 3.4332275e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_131 = _this;
  _this setPos [6076.4663, 1936.4362, 3.4332275e-005];
};

_vehicle_132 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [6078.4541, 1934.5371, 2.8610229e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_132 = _this;
  _this setPos [6078.4541, 1934.5371, 2.8610229e-005];
};

_vehicle_133 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [6077.103, 1932.7919, 2.0027161e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_133 = _this;
  _this setPos [6077.103, 1932.7919, 2.0027161e-005];
};

_vehicle_134 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [7138.5044, 2667.9771, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_134 = _this;
  _this setPos [7138.5044, 2667.9771, 2.2888184e-005];
};

_vehicle_135 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [7088.2378, 3164.823, -3.3378601e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_135 = _this;
  _this setPos [7088.2378, 3164.823, -3.3378601e-006];
};

_vehicle_136 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [7076.8228, 3157.3296, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_136 = _this;
  _this setPos [7076.8228, 3157.3296, 3.8146973e-006];
};

_vehicle_137 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [7081.9165, 3162.5986, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_137 = _this;
  _this setPos [7081.9165, 3162.5986, 2.2888184e-005];
};

_vehicle_138 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [7720.2207, 3533.6377, 7.4386597e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_138 = _this;
  _this setPos [7720.2207, 3533.6377, 7.4386597e-005];
};

_vehicle_139 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [7724.4341, 3534.3445, 7.5340271e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_139 = _this;
  _this setPos [7724.4341, 3534.3445, 7.5340271e-005];
};

_vehicle_140 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [7727.4365, 3534.0854, 4.2438507e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_140 = _this;
  _this setPos [7727.4365, 3534.0854, 4.2438507e-005];
};

_vehicle_141 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [7822.2632, 3547.6084, 3.7193298e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_141 = _this;
  _this setPos [7822.2632, 3547.6084, 3.7193298e-005];
};

_vehicle_142 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [7878.5762, 3467.7361, 3.6239624e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_142 = _this;
  _this setPos [7878.5762, 3467.7361, 3.6239624e-005];
};

_vehicle_143 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [8031.0376, 3379.0825, 2.6226044e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_143 = _this;
  _this setPos [8031.0376, 3379.0825, 2.6226044e-005];
};

_vehicle_144 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [8030.7905, 3377.0046, 7.2002411e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_144 = _this;
  _this setPos [8030.7905, 3377.0046, 7.2002411e-005];
};

_vehicle_145 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11996.216, 3828.4814, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_145 = _this;
  _this setPos [11996.216, 3828.4814, 3.0517578e-005];
};

_vehicle_146 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11994.958, 3834.2185, 9.5367432e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_146 = _this;
  _this setPos [11994.958, 3834.2185, 9.5367432e-005];
};

_vehicle_147 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [12000.833, 3832.481, -0.00083732605], [], 0, "CAN_COLLIDE"];
  _vehicle_147 = _this;
  _this setPos [12000.833, 3832.481, -0.00083732605];
};

_vehicle_148 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [13212.413, 5437.4136, -4.7683716e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_148 = _this;
  _this setPos [13212.413, 5437.4136, -4.7683716e-006];
};

_vehicle_149 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [12932.078, 6802.8193, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_149 = _this;
  _this setPos [12932.078, 6802.8193, 2.2888184e-005];
};

_vehicle_150 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [12931.683, 6804.8647, -0.00011634827], [], 0, "CAN_COLLIDE"];
  _vehicle_150 = _this;
  _this setPos [12931.683, 6804.8647, -0.00011634827];
};

_vehicle_151 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [12882.218, 6987.2031, 2.0980835e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_151 = _this;
  _this setPos [12882.218, 6987.2031, 2.0980835e-005];
};

_vehicle_152 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [12885.269, 7004.2607, -1.9073486e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_152 = _this;
  _this setPos [12885.269, 7004.2607, -1.9073486e-006];
};

_vehicle_153 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [12886.265, 7008.0347, 2.8610229e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_153 = _this;
  _this setPos [12886.265, 7008.0347, 2.8610229e-005];
};

_vehicle_154 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [12884.142, 7011.3877, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_154 = _this;
  _this setPos [12884.142, 7011.3877, 5.7220459e-006];
};

_vehicle_155 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [12887.498, 6988.4585, 1.7166138e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_155 = _this;
  _this setPos [12887.498, 6988.4585, 1.7166138e-005];
};

_vehicle_156 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [12932.843, 7023.6353, 5.3405762e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_156 = _this;
  _this setPos [12932.843, 7023.6353, 5.3405762e-005];
};

_vehicle_157 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11720.288, 9142.4834, 0.00025177002], [], 0, "CAN_COLLIDE"];
  _vehicle_157 = _this;
  _this setPos [11720.288, 9142.4834, 0.00025177002];
};

_vehicle_158 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11725.578, 9163.3672, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_158 = _this;
  _this setPos [11725.578, 9163.3672, 4.5776367e-005];
};

_vehicle_159 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11710.39, 9142.7686, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_159 = _this;
  _this setPos [11710.39, 9142.7686, -7.6293945e-006];
};

_vehicle_160 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11704.078, 9137.6621, 8.392334e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_160 = _this;
  _this setPos [11704.078, 9137.6621, 8.392334e-005];
};

_vehicle_161 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11721.188, 9157.9521, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_161 = _this;
  _this setPos [11721.188, 9157.9521, 2.2888184e-005];
};

_vehicle_162 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11683.834, 9178.4424, 0.0001373291], [], 0, "CAN_COLLIDE"];
  _vehicle_162 = _this;
  _this setPos [11683.834, 9178.4424, 0.0001373291];
};

_vehicle_163 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11691.071, 9185.4004, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_163 = _this;
  _this setPos [11691.071, 9185.4004, -1.5258789e-005];
};

_vehicle_164 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11698.261, 9187.2012, -9.9182129e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_164 = _this;
  _this setPos [11698.261, 9187.2012, -9.9182129e-005];
};

_vehicle_165 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11687.919, 9189.6816, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_165 = _this;
  _this setPos [11687.919, 9189.6816, -2.2888184e-005];
};

_vehicle_166 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11693.345, 9177.002, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_166 = _this;
  _this setPos [11693.345, 9177.002, 2.2888184e-005];
};

_vehicle_167 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11727.934, 9157.5195, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_167 = _this;
  _this setPos [11727.934, 9157.5195, 0];
};

_vehicle_168 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [11697.727, 9165.1914, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_168 = _this;
  _this setPos [11697.727, 9165.1914, 2.2888184e-005];
};

_vehicle_169 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [10663.339, 7881.02, 0.00024414063], [], 0, "CAN_COLLIDE"];
  _vehicle_169 = _this;
  _this setPos [10663.339, 7881.02, 0.00024414063];
};

_vehicle_170 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [10659.579, 7875.7305, -4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_170 = _this;
  _this setPos [10659.579, 7875.7305, -4.5776367e-005];
};

_vehicle_171 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [10103.898, 5393.7158, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_171 = _this;
  _this setPos [10103.898, 5393.7158, 0];
};

_vehicle_172 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [10101.854, 5395.3286, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_172 = _this;
  _this setPos [10101.854, 5395.3286, 3.0517578e-005];
};

_vehicle_173 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [9904.8994, 5408.4902, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_173 = _this;
  _this setPos [9904.8994, 5408.4902, -1.5258789e-005];
};

_vehicle_174 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [9897.3506, 5438.1885, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_174 = _this;
  _this setPos [9897.3506, 5438.1885, 6.1035156e-005];
};

_vehicle_175 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [9896.9561, 5434.2119, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_175 = _this;
  _this setPos [9896.9561, 5434.2119, 6.1035156e-005];
};

_vehicle_176 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [6943.1519, 7699.3667, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_176 = _this;
  _this setPos [6943.1519, 7699.3667, -3.0517578e-005];
};

_vehicle_177 = objNull;
if (true) then
{
  _this = createVehicle ["fiberplant", [5343.041, 8795.0898, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_177 = _this;
  _this setPos [5343.041, 8795.0898, 3.0517578e-005];
};

 

};

 

 

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

привет народ если кому нужно то вот канапля по всей черноруси :smile:

 

 

 

if (isServer) then {

 

_vehicle_22 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [5378.6655, 8627.7529], [], 0, "CAN_COLLIDE"];

  _vehicle_22 = _this;

  _this setPos [5378.6655, 8627.7529];

};

_vehicle_23 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [5369.2354, 8620.4805, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_23 = _this;

  _this setPos [5369.2354, 8620.4805, 3.0517578e-005];

};

_vehicle_24 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [5366.4048, 8615.7188, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_24 = _this;

  _this setPos [5366.4048, 8615.7188, 6.1035156e-005];

};

_vehicle_25 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [5332.6709, 8641.4219], [], 0, "CAN_COLLIDE"];

  _vehicle_25 = _this;

  _this setPos [5332.6709, 8641.4219];

};

_vehicle_26 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [5320.897, 8649.6133, -3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_26 = _this;

  _this setPos [5320.897, 8649.6133, -3.0517578e-005];

};

_vehicle_27 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [5369.7178, 8617.874], [], 0, "CAN_COLLIDE"];

  _vehicle_27 = _this;

  _this setPos [5369.7178, 8617.874];

};

_vehicle_28 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [5372.9985, 8621.0654, -6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_28 = _this;

  _this setPos [5372.9985, 8621.0654, -6.1035156e-005];

};

_vehicle_29 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [5367.3896, 8618.2979, 9.1552734e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_29 = _this;

  _this setPos [5367.3896, 8618.2979, 9.1552734e-005];

};

_vehicle_30 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [5390.4194, 8646.5313, -6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_30 = _this;

  _this setPos [5390.4194, 8646.5313, -6.1035156e-005];

};

_vehicle_31 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [4675.5679, 9608.4121, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_31 = _this;

  _this setPos [4675.5679, 9608.4121, 0];

};

_vehicle_32 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2911.8025, 9752.1904, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_32 = _this;

  _this setPos [2911.8025, 9752.1904, 3.0517578e-005];

};

_vehicle_33 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2910.458, 9752.085, 0.00018310547], [], 0, "CAN_COLLIDE"];

  _vehicle_33 = _this;

  _this setPos [2910.458, 9752.085, 0.00018310547];

};

_vehicle_34 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2749.9514, 9887.8145, -3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_34 = _this;

  _this setPos [2749.9514, 9887.8145, -3.0517578e-005];

};

_vehicle_35 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2733.531, 9993.1777, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_35 = _this;

  _this setPos [2733.531, 9993.1777, 3.0517578e-005];

};

_vehicle_36 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2732.2102, 9993.7725, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_36 = _this;

  _this setPos [2732.2102, 9993.7725, 3.0517578e-005];

};

_vehicle_37 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2727.7949, 9992.7998, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_37 = _this;

  _this setPos [2727.7949, 9992.7998, 3.0517578e-005];

};

_vehicle_38 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2661.3511, 10034.817, -3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_38 = _this;

  _this setPos [2661.3511, 10034.817, -3.0517578e-005];

};

_vehicle_39 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2510.6409, 9751.5762, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_39 = _this;

  _this setPos [2510.6409, 9751.5762, 3.0517578e-005];

};

_vehicle_40 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3785.4778, 10579.91, -3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_40 = _this;

  _this setPos [3785.4778, 10579.91, -3.0517578e-005];

};

_vehicle_41 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3788.3428, 10579.76, 0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_41 = _this;

  _this setPos [3788.3428, 10579.76, 0.00012207031];

};

_vehicle_42 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3792.1238, 10579.622, 0.00015258789], [], 0, "CAN_COLLIDE"];

  _vehicle_42 = _this;

  _this setPos [3792.1238, 10579.622, 0.00015258789];

};

_vehicle_43 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3796.9546, 10580.041, 0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_43 = _this;

  _this setPos [3796.9546, 10580.041, 0.00012207031];

};

_vehicle_44 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3781.9814, 10573.742, 0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_44 = _this;

  _this setPos [3781.9814, 10573.742, 0.00012207031];

};

_vehicle_45 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3784.7212, 10574.068, -3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_45 = _this;

  _this setPos [3784.7212, 10574.068, -3.0517578e-005];

};

_vehicle_46 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3787.8669, 10574.643, 0.00015258789], [], 0, "CAN_COLLIDE"];

  _vehicle_46 = _this;

  _this setPos [3787.8669, 10574.643, 0.00015258789];

};

_vehicle_47 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3791.3354, 10575.022, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_47 = _this;

  _this setPos [3791.3354, 10575.022, 3.0517578e-005];

};

_vehicle_48 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3796.1606, 10575.553, -3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_48 = _this;

  _this setPos [3796.1606, 10575.553, -3.0517578e-005];

};

_vehicle_49 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3800.0154, 10575.943, 0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_49 = _this;

  _this setPos [3800.0154, 10575.943, 0.00012207031];

};

_vehicle_50 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3778.8699, 10568.004, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_50 = _this;

  _this setPos [3778.8699, 10568.004, 6.1035156e-005];

};

_vehicle_51 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3782.6011, 10569.481, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_51 = _this;

  _this setPos [3782.6011, 10569.481, 3.0517578e-005];

};

_vehicle_52 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3786.2598, 10571.077, 0.00015258789], [], 0, "CAN_COLLIDE"];

  _vehicle_52 = _this;

  _this setPos [3786.2598, 10571.077, 0.00015258789];

};

_vehicle_53 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3789.5774, 10571.978, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_53 = _this;

  _this setPos [3789.5774, 10571.978, 0];

};

_vehicle_54 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3793.6658, 10572.327, -6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_54 = _this;

  _this setPos [3793.6658, 10572.327, -6.1035156e-005];

};

_vehicle_55 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3797.8457, 10572.681, 0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_55 = _this;

  _this setPos [3797.8457, 10572.681, 0.00012207031];

};

_vehicle_56 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3802.3752, 10572.04, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_56 = _this;

  _this setPos [3802.3752, 10572.04, 0];

};

_vehicle_57 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3777.498, 10563.967, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_57 = _this;

  _this setPos [3777.498, 10563.967, 3.0517578e-005];

};

_vehicle_58 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3781.5342, 10565.056, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_58 = _this;

  _this setPos [3781.5342, 10565.056, 0];

};

_vehicle_59 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3785.634, 10566.726, 9.1552734e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_59 = _this;

  _this setPos [3785.634, 10566.726, 9.1552734e-005];

};

_vehicle_60 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3789.4324, 10567.355, 9.1552734e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_60 = _this;

  _this setPos [3789.4324, 10567.355, 9.1552734e-005];

};

_vehicle_61 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3792.3362, 10568.643, 9.1552734e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_61 = _this;

  _this setPos [3792.3362, 10568.643, 9.1552734e-005];

};

_vehicle_62 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3796.6045, 10568.938, -0.00015258789], [], 0, "CAN_COLLIDE"];

  _vehicle_62 = _this;

  _this setPos [3796.6045, 10568.938, -0.00015258789];

};

_vehicle_63 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3800.8467, 10569.786, -6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_63 = _this;

  _this setPos [3800.8467, 10569.786, -6.1035156e-005];

};

_vehicle_64 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3774.2603, 10569.443, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_64 = _this;

  _this setPos [3774.2603, 10569.443, 6.1035156e-005];

};

_vehicle_65 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3771.3035, 10560.831, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_65 = _this;

  _this setPos [3771.3035, 10560.831, 3.0517578e-005];

};

_vehicle_66 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3774.48, 10562.603, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_66 = _this;

  _this setPos [3774.48, 10562.603, 3.0517578e-005];

};

_vehicle_67 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3779.5986, 10560.403, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_67 = _this;

  _this setPos [3779.5986, 10560.403, 0];

};

_vehicle_68 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3783.7461, 10562.151, -6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_68 = _this;

  _this setPos [3783.7461, 10562.151, -6.1035156e-005];

};

_vehicle_69 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3788.0225, 10562.811, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_69 = _this;

  _this setPos [3788.0225, 10562.811, 6.1035156e-005];

};

_vehicle_70 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3792.7466, 10564.17, 0.00015258789], [], 0, "CAN_COLLIDE"];

  _vehicle_70 = _this;

  _this setPos [3792.7466, 10564.17, 0.00015258789];

};

_vehicle_71 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3798.3093, 10566.52, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_71 = _this;

  _this setPos [3798.3093, 10566.52, 3.0517578e-005];

};

_vehicle_72 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3805.8267, 10568.453, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_72 = _this;

  _this setPos [3805.8267, 10568.453, 6.1035156e-005];

};

_vehicle_73 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3802.4968, 10568.55, 0.00021362305], [], 0, "CAN_COLLIDE"];

  _vehicle_73 = _this;

  _this setPos [3802.4968, 10568.55, 0.00021362305];

};

_vehicle_74 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3803.9058, 10562.5, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_74 = _this;

  _this setPos [3803.9058, 10562.5, 6.1035156e-005];

};

_vehicle_75 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3805.8274, 10588.654, 0.00015258789], [], 0, "CAN_COLLIDE"];

  _vehicle_75 = _this;

  _this setPos [3805.8274, 10588.654, 0.00015258789];

};

_vehicle_76 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3805.9568, 10582.06, 0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_76 = _this;

  _this setPos [3805.9568, 10582.06, 0.00012207031];

};

_vehicle_77 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3803.5745, 10590.327, 0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_77 = _this;

  _this setPos [3803.5745, 10590.327, 0.00012207031];

};

_vehicle_78 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3776.9458, 10552.548, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_78 = _this;

  _this setPos [3776.9458, 10552.548, 6.1035156e-005];

};

_vehicle_79 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3782.8335, 10558.045, 0.00015258789], [], 0, "CAN_COLLIDE"];

  _vehicle_79 = _this;

  _this setPos [3782.8335, 10558.045, 0.00015258789];

};

_vehicle_80 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3786.6094, 10557.905, 0.00021362305], [], 0, "CAN_COLLIDE"];

  _vehicle_80 = _this;

  _this setPos [3786.6094, 10557.905, 0.00021362305];

};

_vehicle_81 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3779.2278, 10557.13, 9.1552734e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_81 = _this;

  _this setPos [3779.2278, 10557.13, 9.1552734e-005];

};

_vehicle_82 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3774.5425, 10557.357, 0.00015258789], [], 0, "CAN_COLLIDE"];

  _vehicle_82 = _this;

  _this setPos [3774.5425, 10557.357, 0.00015258789];

};

_vehicle_83 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3776.738, 10558.35, 0.00018310547], [], 0, "CAN_COLLIDE"];

  _vehicle_83 = _this;

  _this setPos [3776.738, 10558.35, 0.00018310547];

};

_vehicle_84 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3795.283, 10590.767, -9.1552734e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_84 = _this;

  _this setPos [3795.283, 10590.767, -9.1552734e-005];

};

_vehicle_85 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3799.5869, 10592.119, -9.1552734e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_85 = _this;

  _this setPos [3799.5869, 10592.119, -9.1552734e-005];

};

_vehicle_86 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3796.1445, 10584.411, -0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_86 = _this;

  _this setPos [3796.1445, 10584.411, -0.00012207031];

};

_vehicle_87 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3791.792, 10589.677, -0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_87 = _this;

  _this setPos [3791.792, 10589.677, -0.00012207031];

};

_vehicle_88 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3789.7124, 10589.262, 0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_88 = _this;

  _this setPos [3789.7124, 10589.262, 0.00012207031];

};

_vehicle_89 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3782.8281, 10583.791, -3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_89 = _this;

  _this setPos [3782.8281, 10583.791, -3.0517578e-005];

};

_vehicle_90 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3779.1804, 10577.97, -0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_90 = _this;

  _this setPos [3779.1804, 10577.97, -0.00012207031];

};

_vehicle_91 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3793.8494, 10560.644, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_91 = _this;

  _this setPos [3793.8494, 10560.644, 6.1035156e-005];

};

_vehicle_92 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3790.0005, 10559.861, 9.1552734e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_92 = _this;

  _this setPos [3790.0005, 10559.861, 9.1552734e-005];

};

_vehicle_93 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3802.0168, 10582.524, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_93 = _this;

  _this setPos [3802.0168, 10582.524, 0];

};

_vehicle_94 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3098.1509, 9225.4795, -6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_94 = _this;

  _this setPos [3098.1509, 9225.4795, -6.1035156e-005];

};

_vehicle_95 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3094.9531, 9220.0146, -0.00015258789], [], 0, "CAN_COLLIDE"];

  _vehicle_95 = _this;

  _this setPos [3094.9531, 9220.0146, -0.00015258789];

};

_vehicle_96 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3091.418, 9215.0645, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_96 = _this;

  _this setPos [3091.418, 9215.0645, 0];

};

_vehicle_97 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3087.803, 9205.9131, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_97 = _this;

  _this setPos [3087.803, 9205.9131, 6.1035156e-005];

};

_vehicle_98 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3080.7639, 9195.707, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_98 = _this;

  _this setPos [3080.7639, 9195.707, 6.1035156e-005];

};

_vehicle_99 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3097.8914, 9219.6318, -6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_99 = _this;

  _this setPos [3097.8914, 9219.6318, -6.1035156e-005];

};

_vehicle_100 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3091.5959, 9208.4443, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_100 = _this;

  _this setPos [3091.5959, 9208.4443, 0];

};

_vehicle_101 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3110.1951, 9241.1309, 0.00012207031], [], 0, "CAN_COLLIDE"];

  _vehicle_101 = _this;

  _this setPos [3110.1951, 9241.1309, 0.00012207031];

};

_vehicle_102 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2833.4487, 9264.1768, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_102 = _this;

  _this setPos [2833.4487, 9264.1768, 0];

};

_vehicle_103 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2833.6323, 9262.5508, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_103 = _this;

  _this setPos [2833.6323, 9262.5508, 3.0517578e-005];

};

_vehicle_104 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2548.033, 6452.0273, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_104 = _this;

  _this setPos [2548.033, 6452.0273, 0];

};

_vehicle_105 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2672.0222, 5978.9746, 4.5776367e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_105 = _this;

  _this setPos [2672.0222, 5978.9746, 4.5776367e-005];

};

_vehicle_106 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2582.7529, 5695.5449, -3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_106 = _this;

  _this setPos [2582.7529, 5695.5449, -3.0517578e-005];

};

_vehicle_107 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2972.4333, 5438.9282, -9.1552734e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_107 = _this;

  _this setPos [2972.4333, 5438.9282, -9.1552734e-005];

};

_vehicle_108 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2972.5667, 5428.0264, 9.1552734e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_108 = _this;

  _this setPos [2972.5667, 5428.0264, 9.1552734e-005];

};

_vehicle_109 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2941.6819, 5415.2393, 1.5258789e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_109 = _this;

  _this setPos [2941.6819, 5415.2393, 1.5258789e-005];

};

_vehicle_110 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2943.302, 5418.3955, 1.5258789e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_110 = _this;

  _this setPos [2943.302, 5418.3955, 1.5258789e-005];

};

_vehicle_111 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2971.8938, 5419.6323, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_111 = _this;

  _this setPos [2971.8938, 5419.6323, 3.0517578e-005];

};

_vehicle_112 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2970.2358, 5405.3413, 0.00016784668], [], 0, "CAN_COLLIDE"];

  _vehicle_112 = _this;

  _this setFuel 0.89999998;

  _this setPos [2970.2358, 5405.3413, 0.00016784668];

};

_vehicle_113 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2631.9983, 5164.4253, -3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_113 = _this;

  _this setPos [2631.9983, 5164.4253, -3.0517578e-005];

};

_vehicle_114 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2629.918, 5162.3154, 4.5776367e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_114 = _this;

  _this setPos [2629.918, 5162.3154, 4.5776367e-005];

};

_vehicle_115 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2207.6025, 5181.061, 4.5776367e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_115 = _this;

  _this setPos [2207.6025, 5181.061, 4.5776367e-005];

};

_vehicle_116 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2202.1011, 5175.541, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_116 = _this;

  _this setPos [2202.1011, 5175.541, 0];

};

_vehicle_117 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2205.6284, 5178.3906, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_117 = _this;

  _this setPos [2205.6284, 5178.3906, 6.1035156e-005];

};

_vehicle_118 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2218.5225, 5191.647, 1.5258789e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_118 = _this;

  _this setPos [2218.5225, 5191.647, 1.5258789e-005];

};

_vehicle_119 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [2160.7886, 4786.8901, 9.1552734e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_119 = _this;

  _this setPos [2160.7886, 4786.8901, 9.1552734e-005];

};

_vehicle_120 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [1746.5167, 3606.7549, -4.5776367e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_120 = _this;

  _this setPos [1746.5167, 3606.7549, -4.5776367e-005];

};

_vehicle_121 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [1750.243, 2227.6375, 6.7234039e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_121 = _this;

  _this setPos [1750.243, 2227.6375, 6.7234039e-005];

};

_vehicle_122 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [1748.7427, 2229.5669, -3.3378601e-006], [], 0, "CAN_COLLIDE"];

  _vehicle_122 = _this;

  _this setPos [1748.7427, 2229.5669, -3.3378601e-006];

};

_vehicle_123 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [1868.2816, 2250.1255, -1.4305115e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_123 = _this;

  _this setPos [1868.2816, 2250.1255, -1.4305115e-005];

};

_vehicle_124 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [1965.2426, 2262.9873, -6.1988831e-006], [], 0, "CAN_COLLIDE"];

  _vehicle_124 = _this;

  _this setPos [1965.2426, 2262.9873, -6.1988831e-006];

};

_vehicle_125 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3584.2551, 2510.8469, 1.8119812e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_125 = _this;

  _this setPos [3584.2551, 2510.8469, 1.8119812e-005];

};

_vehicle_126 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3603.2378, 2434.1223, 4.3392181e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_126 = _this;

  _this setPos [3603.2378, 2434.1223, 4.3392181e-005];

};

_vehicle_127 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3809.9182, 2587.0674, 1.4305115e-006], [], 0, "CAN_COLLIDE"];

  _vehicle_127 = _this;

  _this setPos [3809.9182, 2587.0674, 1.4305115e-006];

};

_vehicle_128 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [3806.7808, 2586.2009, 9.2983246e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_128 = _this;

  _this setPos [3806.7808, 2586.2009, 9.2983246e-005];

};

_vehicle_129 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [5204.9897, 2354.9675, 2.2888184e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_129 = _this;

  _this setPos [5204.9897, 2354.9675, 2.2888184e-005];

};

_vehicle_130 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [6080.6973, 1932.7776, -9.5367432e-007], [], 0, "CAN_COLLIDE"];

  _vehicle_130 = _this;

  _this setPos [6080.6973, 1932.7776, -9.5367432e-007];

};

_vehicle_131 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [6076.4663, 1936.4362, 3.4332275e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_131 = _this;

  _this setPos [6076.4663, 1936.4362, 3.4332275e-005];

};

_vehicle_132 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [6078.4541, 1934.5371, 2.8610229e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_132 = _this;

  _this setPos [6078.4541, 1934.5371, 2.8610229e-005];

};

_vehicle_133 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [6077.103, 1932.7919, 2.0027161e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_133 = _this;

  _this setPos [6077.103, 1932.7919, 2.0027161e-005];

};

_vehicle_134 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [7138.5044, 2667.9771, 2.2888184e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_134 = _this;

  _this setPos [7138.5044, 2667.9771, 2.2888184e-005];

};

_vehicle_135 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [7088.2378, 3164.823, -3.3378601e-006], [], 0, "CAN_COLLIDE"];

  _vehicle_135 = _this;

  _this setPos [7088.2378, 3164.823, -3.3378601e-006];

};

_vehicle_136 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [7076.8228, 3157.3296, 3.8146973e-006], [], 0, "CAN_COLLIDE"];

  _vehicle_136 = _this;

  _this setPos [7076.8228, 3157.3296, 3.8146973e-006];

};

_vehicle_137 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [7081.9165, 3162.5986, 2.2888184e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_137 = _this;

  _this setPos [7081.9165, 3162.5986, 2.2888184e-005];

};

_vehicle_138 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [7720.2207, 3533.6377, 7.4386597e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_138 = _this;

  _this setPos [7720.2207, 3533.6377, 7.4386597e-005];

};

_vehicle_139 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [7724.4341, 3534.3445, 7.5340271e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_139 = _this;

  _this setPos [7724.4341, 3534.3445, 7.5340271e-005];

};

_vehicle_140 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [7727.4365, 3534.0854, 4.2438507e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_140 = _this;

  _this setPos [7727.4365, 3534.0854, 4.2438507e-005];

};

_vehicle_141 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [7822.2632, 3547.6084, 3.7193298e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_141 = _this;

  _this setPos [7822.2632, 3547.6084, 3.7193298e-005];

};

_vehicle_142 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [7878.5762, 3467.7361, 3.6239624e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_142 = _this;

  _this setPos [7878.5762, 3467.7361, 3.6239624e-005];

};

_vehicle_143 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [8031.0376, 3379.0825, 2.6226044e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_143 = _this;

  _this setPos [8031.0376, 3379.0825, 2.6226044e-005];

};

_vehicle_144 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [8030.7905, 3377.0046, 7.2002411e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_144 = _this;

  _this setPos [8030.7905, 3377.0046, 7.2002411e-005];

};

_vehicle_145 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11996.216, 3828.4814, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_145 = _this;

  _this setPos [11996.216, 3828.4814, 3.0517578e-005];

};

_vehicle_146 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11994.958, 3834.2185, 9.5367432e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_146 = _this;

  _this setPos [11994.958, 3834.2185, 9.5367432e-005];

};

_vehicle_147 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [12000.833, 3832.481, -0.00083732605], [], 0, "CAN_COLLIDE"];

  _vehicle_147 = _this;

  _this setPos [12000.833, 3832.481, -0.00083732605];

};

_vehicle_148 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [13212.413, 5437.4136, -4.7683716e-006], [], 0, "CAN_COLLIDE"];

  _vehicle_148 = _this;

  _this setPos [13212.413, 5437.4136, -4.7683716e-006];

};

_vehicle_149 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [12932.078, 6802.8193, 2.2888184e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_149 = _this;

  _this setPos [12932.078, 6802.8193, 2.2888184e-005];

};

_vehicle_150 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [12931.683, 6804.8647, -0.00011634827], [], 0, "CAN_COLLIDE"];

  _vehicle_150 = _this;

  _this setPos [12931.683, 6804.8647, -0.00011634827];

};

_vehicle_151 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [12882.218, 6987.2031, 2.0980835e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_151 = _this;

  _this setPos [12882.218, 6987.2031, 2.0980835e-005];

};

_vehicle_152 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [12885.269, 7004.2607, -1.9073486e-006], [], 0, "CAN_COLLIDE"];

  _vehicle_152 = _this;

  _this setPos [12885.269, 7004.2607, -1.9073486e-006];

};

_vehicle_153 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [12886.265, 7008.0347, 2.8610229e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_153 = _this;

  _this setPos [12886.265, 7008.0347, 2.8610229e-005];

};

_vehicle_154 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [12884.142, 7011.3877, 5.7220459e-006], [], 0, "CAN_COLLIDE"];

  _vehicle_154 = _this;

  _this setPos [12884.142, 7011.3877, 5.7220459e-006];

};

_vehicle_155 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [12887.498, 6988.4585, 1.7166138e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_155 = _this;

  _this setPos [12887.498, 6988.4585, 1.7166138e-005];

};

_vehicle_156 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [12932.843, 7023.6353, 5.3405762e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_156 = _this;

  _this setPos [12932.843, 7023.6353, 5.3405762e-005];

};

_vehicle_157 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11720.288, 9142.4834, 0.00025177002], [], 0, "CAN_COLLIDE"];

  _vehicle_157 = _this;

  _this setPos [11720.288, 9142.4834, 0.00025177002];

};

_vehicle_158 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11725.578, 9163.3672, 4.5776367e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_158 = _this;

  _this setPos [11725.578, 9163.3672, 4.5776367e-005];

};

_vehicle_159 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11710.39, 9142.7686, -7.6293945e-006], [], 0, "CAN_COLLIDE"];

  _vehicle_159 = _this;

  _this setPos [11710.39, 9142.7686, -7.6293945e-006];

};

_vehicle_160 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11704.078, 9137.6621, 8.392334e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_160 = _this;

  _this setPos [11704.078, 9137.6621, 8.392334e-005];

};

_vehicle_161 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11721.188, 9157.9521, 2.2888184e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_161 = _this;

  _this setPos [11721.188, 9157.9521, 2.2888184e-005];

};

_vehicle_162 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11683.834, 9178.4424, 0.0001373291], [], 0, "CAN_COLLIDE"];

  _vehicle_162 = _this;

  _this setPos [11683.834, 9178.4424, 0.0001373291];

};

_vehicle_163 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11691.071, 9185.4004, -1.5258789e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_163 = _this;

  _this setPos [11691.071, 9185.4004, -1.5258789e-005];

};

_vehicle_164 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11698.261, 9187.2012, -9.9182129e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_164 = _this;

  _this setPos [11698.261, 9187.2012, -9.9182129e-005];

};

_vehicle_165 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11687.919, 9189.6816, -2.2888184e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_165 = _this;

  _this setPos [11687.919, 9189.6816, -2.2888184e-005];

};

_vehicle_166 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11693.345, 9177.002, 2.2888184e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_166 = _this;

  _this setPos [11693.345, 9177.002, 2.2888184e-005];

};

_vehicle_167 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11727.934, 9157.5195, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_167 = _this;

  _this setPos [11727.934, 9157.5195, 0];

};

_vehicle_168 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [11697.727, 9165.1914, 2.2888184e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_168 = _this;

  _this setPos [11697.727, 9165.1914, 2.2888184e-005];

};

_vehicle_169 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [10663.339, 7881.02, 0.00024414063], [], 0, "CAN_COLLIDE"];

  _vehicle_169 = _this;

  _this setPos [10663.339, 7881.02, 0.00024414063];

};

_vehicle_170 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [10659.579, 7875.7305, -4.5776367e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_170 = _this;

  _this setPos [10659.579, 7875.7305, -4.5776367e-005];

};

_vehicle_171 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [10103.898, 5393.7158, 0], [], 0, "CAN_COLLIDE"];

  _vehicle_171 = _this;

  _this setPos [10103.898, 5393.7158, 0];

};

_vehicle_172 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [10101.854, 5395.3286, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_172 = _this;

  _this setPos [10101.854, 5395.3286, 3.0517578e-005];

};

_vehicle_173 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [9904.8994, 5408.4902, -1.5258789e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_173 = _this;

  _this setPos [9904.8994, 5408.4902, -1.5258789e-005];

};

_vehicle_174 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [9897.3506, 5438.1885, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_174 = _this;

  _this setPos [9897.3506, 5438.1885, 6.1035156e-005];

};

_vehicle_175 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [9896.9561, 5434.2119, 6.1035156e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_175 = _this;

  _this setPos [9896.9561, 5434.2119, 6.1035156e-005];

};

_vehicle_176 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [6943.1519, 7699.3667, -3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_176 = _this;

  _this setPos [6943.1519, 7699.3667, -3.0517578e-005];

};

_vehicle_177 = objNull;

if (true) then

{

  _this = createVehicle ["fiberplant", [5343.041, 8795.0898, 3.0517578e-005], [], 0, "CAN_COLLIDE"];

  _vehicle_177 = _this;

  _this setPos [5343.041, 8795.0898, 3.0517578e-005];

};

 

};

 

 

Маленький и глупенький вопросик, под какую строчку и в какой фал запихать эти записи ?

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Маленький и глупенький вопросик, под какую строчку и в какой фал запихать эти записи ?

создать kana.sqf то что выше под спойлером поместить в него, подключать также как и любые другие постройки.

 

например если вы будете ложить этот файл в миссию то в ините: execVM "ваша папка\ kana.sqf";

Изменено пользователем no_id (история изменений)

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Зачем в миссию, чтобы потом по кривизне рук у кого-то постройки дюпались? сразу в сервер пихайте и в server_function подключайте.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Кто нибудь нашёл решение как сделать рандомный спавн этих полей? да ещё чтоб маркер появлялся на карте если да подскажите как надо сделать? я уже все перепробовал

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Всё никак в редакторе этот салат не могу найти.

его там вроде и нет... я натыкал буев, а после заменил на fiberplant

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Всем доброго времени суток!

 

Хочу поделиться своим решением рандомного спавна плантаций на основе системы EPOCH EVENTS. За основу был взят ивент строительных коробок. Внесены изменения координат для карты NAPF, чтобы плантации не спавнились в отдаленных районах от поселений, что несколько осложняет поиск. Коробка для лута оставлена, можно прописать содержимое по своему вкусу (газировка, спички, нож и т.д...).

Если топикстартеру понравится этот вариант, можно добавить в шапку. Итак, поехали:

 

1. Создаем файл с именем Hempfarm.sqf и копируем в него этот код:

 

 

private ["_spawnChance", "_spawnMarker", "_spawnRadius", "_markerRadius", "_item", "_debug", "_start_time", "_loot", "_loot_amount", "_loot_box", "_fiber", "_wait_time", "_spawnRoll", "_position", "_event_marker", "_loot_pos", "_debug_marker", "_loot_box", "_hint", "_plant0", "_plant1", "_plant2", "_plant3", "_plant4", "_plant5", "_plant6", "_plant7"];

_spawnChance =  0.70; // Шанс спавна ивента
_markerRadius = 200; // Радиус маркера
_debug = false; // Дебаг режим


_loot_box = "GuerillaCacheBox"; // Выбираем модель коробки
_fiber = "fiberplant"; // Прописываем модель растения

//Списки лута в коробке
_loot_lists = [
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaCoke","ItemKiloHemp","ItemKiloHemp"]
],
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaPepsi","ItemKiloHemp","ItemKiloHemp"]
],
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaCoke","ItemSodaCoke","ItemKiloHemp","ItemKiloHemp"]
],
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaPepsi","ItemSodaPepsi","ItemKiloHemp"]
],
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaMdew","ItemSodaMdew","ItemKiloHemp","ItemKiloHemp"]
],
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaMdew","ItemKiloHemp"]
],
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaCoke","ItemSodaCoke","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp"]
],
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaPepsi","ItemKiloHemp","ItemKiloHemp"]
],
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaPepsi","ItemSodaPepsi","ItemSodaPepsi","ItemKiloHemp","ItemKiloHemp"]
],
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaCoke","ItemSodaCoke","ItemSodaCoke","ItemKiloHemp"]
],
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaPepsi","ItemSodaPepsi","ItemKiloHemp","ItemKiloHemp"]
],
[
["ItemKnife","ItemMatchbox_DZE"],
["ItemSodaMdew","ItemSodaMdew","ItemKiloHemp","ItemKiloHemp","ItemKiloHemp"]
]
];
_loot = _loot_lists call BIS_fnc_selectRandom;


_loot_amount = 25; // Максимальное количество лута в коробке
_wait_time = 600; // Время ожидания ивента, по умолчанию 10 мин.


// Тут ничего не трогать
_start_time = time;
_spawnRadius = 5000;
_spawnMarker = 'center';

if (isNil "EPOCH_EVENT_RUNNING") then {
EPOCH_EVENT_RUNNING = false;
};

// Проверка на активный ивент
if (EPOCH_EVENT_RUNNING) exitWith {
diag_log("Hempfarm: Already running");
};

// Random chance of event happening
_spawnRoll = random 1;
if (_spawnRoll > _spawnChance and !_debug) exitWith {};

// Список координат для NAPF. Можно вписать свои, посмотрев координаты в дебаг мониторе infistar или в редакторе (ALT+E в главном меню)
//_position = [getMarkerPos _spawnMarker,0,_spawnRadius,10,0,2000,0] call BIS_fnc_findSafePos;
_position = [
    [10113.465,10332.593,-0.05],
    [11714.117,10291.386,-0.05],
    [10091.692,10476.234,-0.05],
    [10081.501,10458.366,-0.05],
    [8774.3506,12494.248,-0.05],
    [10596.739,13091.676,-0.05],
    [7608.5527,11738.521,-0.05],
    [7586.6953,11718.248,-0.05],
    [12975.848,12018.275,-0.05],
    [8357.7646,7800.7998,-0.05],
    [6854.6528,9973.9844,-0.05],
    [5404.0137,7665.9601,-0.05],
    [4399.8091,10822.627,-0.05],
    [6050.3076,8221.9609,-0.05],
    [7479.3833,7245.8506,-0.05],
    [7553.0225,6553.0845,-0.05],
    [7352.1479,6507.3794,-0.05],
    [3241.4058,7028.2563,-0.05],
    [15928.949,10406.114,-0.05],
    [15728.915,10049.569,-0.05],
    [11183.306,8439.2461,-0.05],
    [11019.382,7800.1919,-0.05],
    [10635.904,9171.1729,-0.05],
    [5488.3799,5577.9063,-0.05]
    ] call BIS_fnc_selectRandom;

diag_log(format["Hempfarm: Spawning loot event at %1", _position]);

_event_marker = createMarker [ format ["loot_event_marker_%1", _start_time], _position];
_event_marker setMarkerShape "ELLIPSE";
_event_marker setMarkerColor "ColorGreen";
_event_marker setMarkerAlpha 0.5;
_event_marker setMarkerSize [(_markerRadius + 50), (_markerRadius + 50)];

_loot_pos = [_position,0,(_markerRadius - 100),10,0,2000,0] call BIS_fnc_findSafePos;

if (_debug) then {
_debug_marker = createMarker [ format ["loot_event_debug_marker_%1", _start_time], _loot_pos];
_debug_marker setMarkerShape "ICON";
_debug_marker setMarkerType "mil_dot";
_debug_marker setMarkerColor "ColorGreen";
_debug_marker setMarkerAlpha 1;
};

diag_log(format["Hempfarm: Creating loot box at %1", _loot_pos]);

// Спавн коробки
_loot_box = createVehicle [_loot_box,_loot_pos,[], 0, "NONE"];
clearMagazineCargoGlobal _loot_box;
clearWeaponCargoGlobal _loot_box;

// Спавн растений
_plant0     = createVehicle [_fiber,[(_loot_pos select 0) + 2, (_loot_pos select 1) -2, -0.05],[], 0, "CAN_COLLIDE"];
_plant1     = createVehicle [_fiber,[(_loot_pos select 0) - 2, (_loot_pos select 1) -2, -0.05],[], 0, "CAN_COLLIDE"];
_plant2     = createVehicle [_fiber,[(_loot_pos select 0) + 2, (_loot_pos select 1) -4, -0.05],[], 0, "CAN_COLLIDE"];
_plant3     = createVehicle [_fiber,[(_loot_pos select 0) - 2, (_loot_pos select 1) -4, -0.05],[], 0, "CAN_COLLIDE"];
_plant4     = createVehicle [_fiber,[(_loot_pos select 0) + 2, (_loot_pos select 1) +2, -0.05],[], 0, "CAN_COLLIDE"];
_plant5     = createVehicle [_fiber,[(_loot_pos select 0) - 2, (_loot_pos select 1) +2, -0.05],[], 0, "CAN_COLLIDE"];
_plant6     = createVehicle [_fiber,[(_loot_pos select 0) + 2, (_loot_pos select 1) +4, -0.05],[], 0, "CAN_COLLIDE"];
_plant7     = createVehicle [_fiber,[(_loot_pos select 0) - 2, (_loot_pos select 1) +4, -0.05],[], 0, "CAN_COLLIDE"];

// Добавление лута в коробку
{
_loot_box addWeaponCargoGlobal [_x,1];
} forEach (_loot select 0);
{
_loot_box addMagazineCargoGlobal [_x,1];
} forEach (_loot select 1);

// Сообщение ивента с помощью Remote message script
_hint = parseText format["<t align='center' color='#00FF11' shadow='2' size='1.75'>Плантация</t><br/><t align='center' color='#ffffff'>Обнаружена плантация! Местоположение указано на карте!</t>"];
customRemoteMessage = ['hint', _hint];
publicVariable "customRemoteMessage";

// Стандартное сообщение о запуске ивента 
[nil,nil,rTitleText,"Обнаружена плантация! Местоположение указано на карте!", "PLAIN",10] call RE;

diag_log(format["Hempfarm: Loot event setup, waiting for %1 seconds", _wait_time]);

// Время ожидания
sleep _wait_time;

// Удаление маркера, коробки и растений
diag_log("Hempfarm: Delete marker");
deleteMarker _event_marker;
if (_debug) then {
        deleteMarker _debug_marker;
};
sleep 1;
diag_log("Hempfarm: Delete box");
deleteVehicle _loot_box;
sleep 1;
diag_log("Hempfarm: Delete plants");
deleteVehicle _plant0;
deleteVehicle _plant1;
deleteVehicle _plant2;
deleteVehicle _plant3;
deleteVehicle _plant4;
deleteVehicle _plant5;
deleteVehicle _plant6;
deleteVehicle _plant7;
EPOCH_EVENT_RUNNING = false;
diag_log("Hempfarm: Marker, box and plants has been deleted");

 

 

 

2. Сохраняем файл Hempfarm.sqf и копируем его в ваш dayz_server.pbo в директорию modules (как распаковать и запаковать файл *.PBO смотрите на форуме)

 

3. Далее идем в папку с миссией и открываем init.sqf

 

4. Ищем в нем строку EpochEvents и дописываем внутри квадратных скобок ["any","any","any","any",25,"Hempfarm"],["any","any","any","any",55,"Hempfarm"]

Должно получиться примерно так:

EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"],["any","any","any","any",15,"supply_drop"],["any","any","any","any",25,"Hempfarm"],["any","any","any","any",55,"Hempfarm"]];

У последнего ивента запятой быть не должно!

 

5. Сохраняем init.sqf. Готово!

 

Если вы все сделали правильно, у вас должны появится ивенты с плантациями.

 

 

PS: может код оформлен не совсем профессионально, но у меня работает. Если вам есть чем дополнить или оптимизировать данное решение - буду благодарен.

Изменено пользователем Ramond (история изменений)

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

офтоп



это только для напфа?
 

Изменено пользователем motocat (история изменений)

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

офтоп

 

это только для напфа?

 

Такая вещь в коде:

 

case "napf":{
                _blacklistedAreas = [
                [[8246.3184,15485.867,0],       500],
                [[15506.952,13229.368,0],       500],
                [[12399.751,5074.5273,0],       500],
                [[10398.626,8279.4619,0],       500],
                [[5149.9814,4864.1191,0],       500],
                [[6633.1538,7254.916,0],        500],
                [[13288.313,19590.338,0],       800]
                ];
                };
                case "chernarus":{
                _blacklistedAreas = [
                [[23999.742,2.4571743,0],       500],
                [[6325.6772,7807.7412,0],       500],
                [[4063.4226,11664.19,0],        500],
                [[11447.472,11364.504,0],       500],
                [[1606.6443,7803.5156,0],       500],
                [[12944.227,12766.889,0],       500],
                [[8122.35,13464.5,0],           500] // <-- no comma for last entry
                ];
                };

А именно: места для Черно и Напфа где фермы НЕ появляются. Но сами фермы появляются рандомно и предусмотрен BL для дефолтных карт. То есть работать должно на любой карте.

 

@@Ramond, Выложил бы отдельный гайд лучше  :good:

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

 

Выложил бы отдельный гайд лучше 

 

Хорошо, сделаю.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас

  • Похожие публикации

    • Автор: BR0wi
      Подскажите где найти людей, которые делаю моды на заказ. К кому вообще обращаться? Или что бы реализовать свои идеи нужно самому "год" сидеть и изучать все механики модинга?
    • Автор: CubeIn
      Приветствую господа, хочу создать новый проект, уникальный, но для этого нужен маппер.
      Я оставлю здесь свой дискрод, напишите в лс, кто готов взяться за крупный проект.
      4me#4542
    • Автор: 6agu
      Поставил
      Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.
    • Автор: 123new
      Много вопросов на данную тему наблюдаю от новичков, попробую прояснить немного сей вопрос.
       
      Предположим. что вы уже знаете на каких координатах вам надо спавнить определенное здание или объект\животное\бота, с каким углом поворота. И так. эта тема для вас.
       
      Сразу делаю пометку, метод, который добавили нам разработчики игры в патче 1.15, очень хорошо описал наш товарищ в сообщении форума:
      Рекоммендую вам использовать именно его!
      Ниже опубликованы старые методы.
       
      Если вы с расставили их с модифицированной версии Offline (Offline by Arksenor это называется), то вы получили и нашли код вида:
      GetGame().CreateObject("Land_CementWorks_ExpeditionB", "13251.875000 0.0 3748.525879").SetOrientation("-96.000000 0.000000 0.000000"); GetGame().CreateObject("Land_CementWorks_ExpeditionB", "13254.599609 0.0 3722.703613").SetOrientation("-96.000000 0.000000 0.000000"); GetGame().CreateObject("Land_CementWorks_ExpeditionB", "13257.344727 0.0 3696.718750").SetOrientation("-96.000000 0.000000 0.000000"); GetGame().CreateObject("Land_CementWorks_ExpeditionB", "13260.040039 0.0 3670.984131").SetOrientation("-96.000000 0.000000 0.000000"); GetGame().CreateObject("Land_CementWorks_ExpeditionB", "13262.756836 0.0 3645.180176").SetOrientation("-96.000000 0.000000 0.000000"); GetGame().CreateObject("Land_CementWorks_ExpeditionB", "13265.441406 0.0 3619.531982").SetOrientation("-96.000000 0.000000 0.000000"); GetGame().CreateObject("Land_CementWorks_ExpeditionB", "13268.124023 0.0 3593.995361").SetOrientation("-96.000000 0.000000 0.000000"); GetGame().CreateObject("Land_CementWorks_ExpeditionB", "13270.844727 0.0 3568.186523").SetOrientation("-96.000000 0.000000 0.000000"); GetGame().CreateObject("Land_CementWorks_ExpeditionB", "13273.514648 0.0 3542.561279").SetOrientation("-96.000000 0.000000 0.000000"); GetGame().CreateObject("Land_CementWorks_ExpeditionB", "13276.195313 0.0 3517.048828").SetOrientation("-96.000000 0.000000 0.000000"); GetGame().CreateObject("Land_CementWorks_ExpeditionB", "13278.399414 0.0 3496.097900").SetOrientation("-96.000000 0.000000 0.000000"); Здесь (по примеру первой строки) 1 значение в скобках - id постройки/объекта, 2 значение - координаты в формате X Y Z, разделенные пробелом, 3 - значение поворота примерно в том же формате.
      Как это делать в Offline - статья от автора Offine:
      https://github.com/Arkensor/DayZCommunityOfflineMode/wiki/Add-custom-objects-to-your-server-or-mission
       
      И так, инструкция:
      1. Добавляем в начало init.c файла в вашей mpmissions следующий код:
      #include "$CurrentDir:mpmissions\dayzOffline.chernarusplus\spawn_buildings.c" 2. Создаем в папке вашей активной mpmissions файлик spawn_buildings.c и заполняем его следующей информацией.
      void SpawnObject( string type, vector position, vector orientation ) { private string NameBlockLog = "[CreateObject] "; private string InfoLog = ""; if(type != "") { auto obj = GetGame().CreateObject( type, "0 0 0" ); if(obj) { if ((position[0] != 0) && (position[1] != 0) && (position[2] != 0)) { obj.SetPosition( position ); obj.SetOrientation( orientation ); obj.Update(); if (obj.CanAffectPathgraph()) { obj.SetAffectPathgraph(true, false); GetGame().GetCallQueue(CALL_CATEGORY_SYSTEM).CallLater(GetGame().UpdatePathgraphRegionByObject, 100, false, obj); } InfoLog = "[Type: '" + obj.GetType() + "' Position: '" + obj.GetPosition().ToString() + "' Orientation: '" + obj.GetOrientation().ToString() + "']"; Write_Log(NameBlockLog + " Object has been created successfully! Info " + InfoLog); } else { InfoLog = "[Type: '" + type + "' Position: '" + position + "' Orientation: '" + orientation + "']"; Write_Log(NameBlockLog + " Object can't be created! Incorrect writed position. Info " + InfoLog); } } else { InfoLog = "[Type: '" + type + "' Position: '" + position + "' Orientation: '" + orientation + "']"; Write_Log(NameBlockLog + " Object can't be created! Info " + InfoLog); } } else { InfoLog = "[Type: '" + type + "' Position: '" + position + "' Orientation: '" + orientation + "']"; Write_Log(NameBlockLog + " Object can't be created! Incorrect writed type. Info " + InfoLog); } } void Write_Log(string message) { Print(String(message)); } 3. Открываем созданный нами файл,  и в конце файла дописываем следующее:
      void SpawnAirfeeldBuildings() { SpawnObject( "Land_CementWorks_ExpeditionB", "13251.875000 0.0 3748.525879", "-96.000000 0.000000 0.000000"); SpawnObject( "Land_CementWorks_ExpeditionB", "13254.599609 0.0 3722.703613", "-96.000000 0.000000 0.000000"); SpawnObject( "Land_CementWorks_ExpeditionB", "13257.344727 0.0 3696.718750", "-96.000000 0.000000 0.000000"); } void SpawnKrasnoBuildings() { SpawnObject( "Land_CementWorks_ExpeditionB", "13251.875000 0.0 3748.525879", "-96.000000 0.000000 0.000000"); SpawnObject( "Land_CementWorks_ExpeditionB", "13254.599609 0.0 3722.703613", "-96.000000 0.000000 0.000000"); SpawnObject( "Land_CementWorks_ExpeditionB", "13257.344727 0.0 3696.718750", "-96.000000 0.000000 0.000000"); } Где после void - название функции идет, а между открытыми скобками вызов спавна самих зданий на указанных координатах.
      На примере 1 строки:
      Land_CementWorks_ExpeditionB - id постройки (type)
      13251.875000 0.0 3748.525879 - координаты в формате X Y Z
      -96.000000 0.000000 0.000000 - значение поворота в формате X Y Z
      Внимание: id постройки и координаты в примере указаны не верные и требуют подключения дополнительной модификации для корректной работы!!! Координаты не соответствуют названию функции!!!
      4. открываем в MpMissions в папке с вашей активной миссией init.c и перед ЗАКРЫВАЮЩЕЙ скобкой '}' дописываем нужную нам функцию (это будет активация спавна на карте):
      SpawnAirfeeldBuildings(); 5. Готово, Запускайте сервер, и в scripts.log вы увидите процедуру спавна ваших зданий и увидите, спавнятся ли они на карте или нет.
      Можно написать конечно и более готовую, универсальную систему спавна на карте со считыванием конфигурации из файла, но я считаю это лишним.
       
      Как заполнить добавленные здания лутом на карте:
      вариант 1:
      https://github.com/Arkensor/DayZCommunityOfflineMode/wiki/Enable-loot-for-custom-placed-objects
      вариант 2: вручную заполнить xml-файл  mapgrouppos.xml в mpmssions данными о местоположении зданий, где rpy - значение поворота здания в формате Z Y X
       
      С помощью данной статьи вы можете разместить любой элемент игры(постройку, животное, зомби, бота), доступный к спавну через любую модификацию-админ. панель. Очень полезный мод в этом смысле BuilderItems, с его помощью можно творить поистину интересные локации!
    • Автор: Venom21
      Появилась такая проблема, нужно закрыть некоторые слоты под одежду, когда на определённый слот одет предмет…
      пример: возьмём экзоскелет от Фидова, там есть две версии которая одеваеться как на тело и ноги, и есть которая одеваться на разгрузку и пояс, так вот, нужно например чтобы при одетом экзаче на тело и ноги слоты под пояс и разгрузку блокировались, либо только под определенные предметы, если есть интерес то цену можем в личке обсудить…
      P.S. Разрешение от Фидова на переделку и переупаковку есть)
  • Наш выбор

×
×
  • Создать...

Важная информация

Используя этот сайт, вы автоматически обязуетесь соблюдать наши Правила и Политика конфиденциальности.
Чтобы сделать этот веб-сайт лучше, мы разместили cookies на вашем устройстве. Вы можете изменить свои настройки cookies, в противном случае мы будем считать, что вы согласны с этим.