sreVcba_settings.sqf×ü½Z&description.exté)½Zehull3\briefing\blufor.sqfé)½Zƒhull3\briefing\civilian.sqfé)½Zhull3\briefing\indfor.sqfé)½Zhull3\briefing\opfor.sqfé)½Zhull3\hull3.hé)½ZÞhull3\Pilot.h^,½Zhull3\Racer.hG ÂZ¿initPlayerLocal.sqf„ i^ÛinitServer.sqfå i^Vmission.sqm!i^›|force acre_sys_core_fullDuplex = true;#include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Dune Buggy Death Race"; onLoadMission = "Made with Hull3"; author = "Cyruz"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = DM; minPlayers = 1; maxPlayers = 20; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 3; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 0; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 1; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; allowProfileGlasses = 0; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Make it to the end without dying... "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Go through the green check points.
Cross the finish line in the red box.

USE YOUR GPS! "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Cyruz "]];// CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // INDFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // OPFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Gear { #include "Pilot.h" }; class Uniform { #include "Racer.h" }; class Faction { class BLU_F { gear = "Pilot"; uniform = "Racer"; }; }; };class Pilot { class Rifleman { primaryWeapon = ""; primaryWeaponItems[] = {}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; addHandgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = {}; backpackMagazines[] = {}; basicAssignItems[] = {"ItemMap", "ItemWatch", "ItemGPS"}; assignItems[] = {}; binocular = ""; uniformItems[] = {}; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC152"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_morphine", 10} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; }; class Racer { class Rifleman { headGear = "H_RacingHelmet_1_F"; goggles = ""; uniform = "U_C_Driver_1"; vest = ""; backpack = ""; }; };player addEventHandler ["GetOutMan", { params ["_unit"]; _unit setVariable ["radio_on", false]; playMusic ["", 0]; }]; ark_fnc_dbdr_masterInit = { completed_checkpoints = 0; player setVariable ["radio_on", false]; all_checkpoints = [ckp1,ckp2,ckp3,ckp4,ckp5,ckp6,ckp7,ckp8,ckp9,ckp10,final_zone]; winnersList = []; publicVariable "winnersList"; waitUntil { sleep 1; [] call hull3_mission_fnc_hasSafetyTimerEnded; }; (vehicle player) setFuel 1; }; ark_fnc_dbdr_addActions = { player addAction ["Turn On Stero", {[player] call ark_fnc_dbdr_playRadioMusic},nil,8,false,false,"","!(player getVariable ['radio_on', false]) && !(isNull objectParent player)"]; player addAction ["Turn Off Stero", {[player] call ark_fnc_dbdr_playRadioMusic},nil,8,false,false,"","(player getVariable ['radio_on', false]) && !(isNull objectParent player)"]; }; ark_fnc_dbdr_playRadioMusic = { params ["_unit"]; private _radioState = _unit getVariable ["radio_on", false]; if (!(_radioState)) then { _unit setVariable ["radio_on", true]; 5 fadeMusic 1; playmusic "east_bound_and_down"; } else { _unit setVariable ["radio_on", false]; playMusic ["", 0]; }; }; ark_fnc_dbdr_checkpointUpdate = { { if (player inArea _x) then { all_checkpoints deleteAt (all_checkpoints find _x); [] call ark_fnc_dbdr_checkpointIncrease; }; } forEach all_checkpoints; }; ark_fnc_dbdr_checkpointIncrease = { completed_checkpoints = completed_checkpoints + 1; playSound "Alarm"; }; ark_fnc_dbdr_winningZone = { private _playerName = [ace_player] call ace_common_fnc_getName; winnersList pushBack _playerName; publicVariable "winnersList"; (vehicle player) setfuel 0; }; ark_fnc_dbdr_dressDrivers = { private _availableUniforms = [ ["U_C_Driver_1","H_RacingHelmet_1_F"], ["U_C_Driver_2","H_RacingHelmet_2_F"], ["U_C_Driver_3","H_RacingHelmet_3_F"], ["U_C_Driver_4","H_RacingHelmet_4_F"], ["U_C_Driver_1_black","H_RacingHelmet_1_black_F"], ["U_C_Driver_1_blue","H_RacingHelmet_1_blue_F"], ["U_C_Driver_1_green","H_RacingHelmet_1_green_F"], ["U_C_Driver_1_red","H_RacingHelmet_1_red_F"], ["U_C_Driver_1_white","H_RacingHelmet_1_white_F"], ["U_C_Driver_1_yellow","H_RacingHelmet_1_yellow_F"], ["U_C_Driver_1_orange","H_RacingHelmet_1_yellow_F"] ]; private _randomUniform = selectRandom _availableUniforms; player forceAddUniform (_randomUniform #0); player addHeadgear (_randomUniform #1); }; ark_fnc_dbdr_scoreboard = { private _checkpointTxt = parseText "Checkpoints Completed: "; private _completedCPTxt = str completed_checkpoints; private _separator = parseText "
------------------------
"; private _lineBreak = parseText "
"; switch (true) do { case (count winnersList isEqualTo 1) : { firstPlace = winnersList #0; private _txt = composeText [_checkpointTxt, _completedCPTxt, "/ 11", _separator, "1st Place: ", firstPlace]; hintSilent _txt; }; case (count winnersList isEqualTo 2): { secondPlace = winnersList #1; private _txt = composeText [_checkpointTxt, _completedCPTxt, "/ 11", _separator, "1st Place: ", firstPlace, _lineBreak, "2nd Place: ", secondPlace]; hintSilent _txt; }; case (count winnersList isEqualTo 3) : { thirdPlace = winnersList #2; private _txt = composeText [_checkpointTxt, _completedCPTxt, "/ 11", _separator, "1st Place: ", firstPlace, _lineBreak, "2nd Place: ", secondPlace, _lineBreak, "3rd Place: ", thirdPlace]; hintSilent _txt; }; case (count winnersList isEqualTo 4) : { fourthPlace = winnersList #3; private _txt = composeText [_checkpointTxt, _completedCPTxt, "/ 11", _separator, "1st Place: ", firstPlace, _lineBreak, "2nd Place: ", secondPlace, _lineBreak, "3rd Place: ", thirdPlace, _lineBreak, "4th Place: ", fourthPlace]; hintSilent _txt; }; case (count winnersList >= 5) : { fifthPlace = winnersList #4; private _txt = composeText [_checkpointTxt, _completedCPTxt, "/ 11", _separator, "1st Place: ", firstPlace, _lineBreak, "2nd Place: ", secondPlace, _lineBreak, "3rd Place: ", thirdPlace, _lineBreak, "4th Place: ", fourthPlace, _lineBreak, "5th Place: ", fifthPlace]; hintSilent _txt; }; case (count winnersList isEqualTo 0) : { private _txt = composeText [_checkpointTxt, _completedCPTxt, "/ 11"]; hintSilent _txt; }; }; }; [] spawn ark_fnc_dbdr_masterInit; [] call ark_fnc_dbdr_addActions; [] call ark_fnc_dbdr_dressDrivers; [{call ark_fnc_dbdr_scoreboard}] call CBA_fnc_addPerFrameHandler; [{call ark_fnc_dbdr_checkpointUpdate}] call CBA_fnc_addPerFrameHandler; [{completed_checkpoints > 10 && {alive player}}, {call ark_race_fnc_winningZone}] call CBA_fnc_waitUntilAndExecute;ark_fnc_dbdr_buggyColour = { params ["_buggy"]; private _hue = random 360; private _saturation = 0.75; private _value = 0.75; private _chroma = _value * _saturation; private _hPrime = (_hue / 60.0) mod 6; private _xVal = _chroma * (1 - abs ((_hPrime mod 2) - 1)); private _mVal = _value - _chroma; private _red = 0; private _green = 0; private _blue = 0; if (0 <= _hPrime && _hPrime < 1) then { _red = _chroma; _green = _Xval;}; if (1 <= _hPrime && _hPrime < 2) then { _red = _xVal; _green = _chroma;}; if (2 <= _hPrime && _hPrime < 3) then { _green = _chroma; _blue = _xVal;}; if (3 <= _hPrime && _hPrime < 4) then { _green = _xVal; _blue = _chroma;}; if (4 <= _hPrime && _hPrime < 5) then { _red = _xVal; _blue = _chroma;}; if (5 <= _hPrime && _hPrime < 6) then { _red = _chroma; _blue = _xVal;}; _red = _red + _mVal; _green = _green + _mVal; _blue = _blue + _mVal; private _colour = format["#(rgb,8,8,3)color(%1,%2,%3,1)", _red, _green, _blue]; _buggy setObjectTextureGlobal [0, _colour]; }; {[_x] call ark_fnc_dbdr_buggyColour} forEach [h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11,h12,h13,h14,h15,h16,h17,h18,h19,h20]; [{ {_x setfuel 1} forEach vehicles; }, [], 30] call CBA_fnc_waitAndExecute;version=53; class EditorData { moveGridStep=1; angleGridStep=0.2617994; scaleGridStep=1; autoGroupingDist=10; toggles=1; class ItemIDProvider { nextID=383; }; class MarkerIDProvider { nextID=18; }; class Camera { pos[]={13702.244,51.991341,12383.388}; dir[]={0.25065926,-0.47378081,-0.84426069}; up[]={0.13485202,0.88063389,-0.45420039}; aside[]={-0.95867473,-8.9698005e-008,-0.28462932}; }; }; binarizationWanted=0; addons[]= { "A3_Characters_F", "ace_nouniformrestrictions", "A3_Misc_F_Helpers", "A3_Structures_F_Heli_VR_Helpers", "A3_Ui_F", "A3_Structures_F_Kart_Civ_SportsGrounds", "A3_Signs_F", "A3_Modules_F", "CUP_CABuildings2_Misc_Cargo", "CUP_Misc_e_Config", "CUP_Misc3_Config", "A3_Structures_F_Bootcamp_Civ_SportsGrounds", "CUP_WheeledVehicles_LSV_02", "CUP_CA_Config" }; class AddonsMetaData { class List { items=14; class Item0 { className="A3_Characters_F"; name="Arma 3 Alpha - Characters and Clothing"; author="Bohemia Interactive"; url="https://www.arma3.com"; }; class Item1 { className="ace_nouniformrestrictions"; name="ACE3 - No Uniform Restrictions"; author="ACE-Team"; url="http://ace3mod.com/"; }; class Item2 { className="A3_Misc_F"; name="Arma 3 - 3D Aids and Helpers"; author="Bohemia Interactive"; url="https://www.arma3.com"; }; class Item3 { className="A3_Structures_F_Heli"; name="Arma 3 Helicopters - Buildings and Structures"; author="Bohemia Interactive"; url="https://www.arma3.com"; }; class Item4 { className="A3_Ui_F"; name="Arma 3 - User Interface"; author="Bohemia Interactive"; url="https://www.arma3.com"; }; class Item5 { className="A3_Structures_F_Kart"; name="Arma 3 Karts - Buildings and Structures"; author="Bohemia Interactive"; url="https://www.arma3.com"; }; class Item6 { className="A3_Signs_F"; name="Arma 3 - Signs"; author="Bohemia Interactive"; url="https://www.arma3.com"; }; class Item7 { className="A3_Modules_F"; name="Arma 3 Alpha - Scripted Modules"; author="Bohemia Interactive"; url="https://www.arma3.com"; }; class Item8 { className="CUP_CABuildings2_Misc_Cargo"; name="CUP_CABuildings2_Misc_Cargo"; }; class Item9 { className="CUP_Misc_e_Config"; name="CUP_Misc_e_Config"; }; class Item10 { className="CUP_Misc3_Config"; name="CUP_Misc3_Config"; }; class Item11 { className="A3_Structures_F_Bootcamp"; name="Arma 3 Bootcamp Update - Buildings and Structures"; author="Bohemia Interactive"; url="https://www.arma3.com"; }; class Item12 { className="CUP_WheeledVehicles_LSV_02"; name="CUP_WheeledVehicles_LSV_02"; author="Community Upgrade Project"; }; class Item13 { className="CUP_CA_Config"; name="CUP_CA_Config"; }; }; }; randomSeed=14779546; class ScenarioData { author="Cyruz"; class Header { gameType="DM"; minPlayers=1; maxPlayers=12; }; }; class CustomAttributes { class Category0 { name="Multiplayer"; class Attribute0 { property="RespawnTemplates"; expression="true"; class Value { class data { class type { type[]= { "ARRAY" }; }; class value { items=1; class Item0 { class data { class type { type[]= { "STRING" }; }; value="None"; }; }; }; }; }; }; class Attribute1 { property="RespawnButton"; expression="true"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=1; }; }; }; nAttributes=2; }; class Category1 { name="Scenario"; class Attribute0 { property="cba_settings_hasSettingsFile"; expression="false"; class Value { class data { class type { type[]= { "BOOL" }; }; value=1; }; }; }; nAttributes=1; }; }; class Mission { class Intel { briefingName="ark_race20_dune_buggy_death_race"; overviewText="I want a nice clean race...ish"; timeOfChanges=28800; startWeather=0.30000001; startWind=0; forecastWeather=0.30000001; forecastWind=0; forecastWaves=0; forecastLightnings=0.1; wavesForced=1; windForced=1; year=2035; month=6; day=12; hour=12; minute=0; startFogDecay=0.013; forecastFogDecay=0.013; }; class Entities { items=162; class Item0 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12079.852,183.23454,9663.1055}; angles[]={0.023993526,5.0389576,0.023993526}; }; side="West"; flags=6; class Attributes { init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR1"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="H1D"; description="Driver"; isPlayer=1; }; id=359; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male10ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=0.94999999; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=359; item1=379; class CustomData { role=1; }; }; }; }; id=4; atlOffset=-0.0004119873; }; class Item1 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12092.299,183.71342,9658.3467}; angles[]={6.2805109,5.1536818,0.050619707}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR2"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h2D"; description="Driver"; isPlayable=1; }; id=5; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male09ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=0.97000003; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=5; item1=371; class CustomData { role=1; }; }; }; }; id=8; }; class Item2 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12159.351,184.57704,9627.5186}; angles[]={0.053281568,5.2377434,6.2565231}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="CORPORAL"; init=" [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR3"", ""ColorOrange""]] call hull3_unit_fnc_init;"; name="h3D"; description="Driver"; isPlayable=1; }; id=9; type="B_Helipilot_F"; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=9; item1=368; class CustomData { role=1; }; }; }; }; id=12; atlOffset=-0.00036621094; }; class Item3 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12068.06,182.82976,9668.9082}; angles[]={0.0026744273,5.0622959,0.021326056}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init=" [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR4"", ""ColorOrange""]] call hull3_unit_fnc_init;"; name="h4D"; description="Driver"; isPlayable=1; }; id=13; type="B_Helipilot_F"; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=13; item1=367; class CustomData { role=1; }; }; }; }; id=16; }; class Item4 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12134.331,184.40935,9635.1367}; angles[]={0.0079935296,5.2015467,0.031990308}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR5"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h5D"; description="Driver"; isPlayable=1; }; id=47; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male05ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=0.95999998; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=47; item1=362; class CustomData { role=1; }; }; }; }; id=46; atlOffset=-4.5776367e-005; }; class Item5 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12056.397,182.41516,9673.0088}; angles[]={0.023993526,5.0527372,0.031990308}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR6"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h6D"; description="Driver"; isPlayable=1; }; id=49; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male09ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=1.05; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=49; item1=374; class CustomData { role=1; }; }; }; }; id=48; }; class Item6 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12125.023,184.17844,9640.8555}; angles[]={0,5.2087173,0.013327583}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="CORPORAL"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR7"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h7D"; description="Driver"; isPlayable=1; }; id=51; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male07ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=1.02; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=51; item1=361; class CustomData { role=1; }; }; }; }; id=50; }; class Item7 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12149.991,184.80867,9633.3115}; angles[]={6.2778478,5.2172551,0.018660666}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR8"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h8D"; description="Driver"; isPlayable=1; }; id=53; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male01ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=1.02; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=53; item1=364; class CustomData { role=1; }; }; }; }; id=52; }; class Item8 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12141.319,184.60234,9637.7871}; angles[]={0.031988446,5.2015467,0.026662467}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR9"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h9D"; description="Driver"; isPlayable=1; }; id=55; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male01ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=1.03; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=55; item1=372; class CustomData { role=1; }; }; }; }; id=54; atlOffset=-0.00090026855; }; class Item9 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12111.658,183.96884,9652.8906}; angles[]={6.2645216,5.2154226,0.010669862}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR10"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h10D"; description="Driver"; isPlayable=1; }; id=57; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male09ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=1.01; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=57; item1=360; class CustomData { role=1; }; }; }; }; id=56; atlOffset=-0.00028991699; }; class Item10 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12134.078,184.3291,9642.0459}; angles[]={6.2698536,5.221117,0.013332055}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="CORPORAL"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR11"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h11D"; description="Driver"; isPlayable=1; }; id=59; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male02ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=0.97000003; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=59; item1=378; class CustomData { role=1; }; }; }; }; id=58; }; class Item11 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12115.166,184.01476,9646.4238}; angles[]={6.2565274,5.2298107,0.039976168}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR12"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h12D"; description="Driver"; isPlayable=1; }; id=61; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male08ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=0.94999999; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=61; item1=363; class CustomData { role=1; }; }; }; }; id=60; }; class Item12 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12074.642,183.04227,9671.9043}; angles[]={6.2778587,5.0854721,0.034652505}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR13"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h13D"; description="Driver"; isPlayable=1; }; id=63; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male08ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=0.97000003; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=63; item1=373; class CustomData { role=1; }; }; }; }; id=62; }; class Item13 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12063.7,182.605,9676.8691}; angles[]={0.0026520467,5.1182261,0.031990308}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR14"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h14D"; description="Driver"; isPlayable=1; }; id=65; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male02ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=1.04; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=65; item1=377; class CustomData { role=1; }; }; }; }; id=64; atlOffset=-0.00012207031; }; class Item14 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12124.052,184.23518,9646.2617}; angles[]={6.259192,3.6054778,0.021328852}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="CORPORAL"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR15"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h15D"; description="Driver"; isPlayable=1; }; id=67; type="B_Helipilot_F"; atlOffset=-0.0017700195; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male05ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=1.05; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=67; item1=375; class CustomData { role=1; }; }; }; }; id=66; atlOffset=-0.0017700195; }; class Item15 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12142.425,184.63091,9630.5938}; angles[]={6.2805333,5.1926675,0.02666023}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR16"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h16D"; description="Driver"; isPlayable=1; }; id=69; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male10ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=1.05; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=69; item1=370; class CustomData { role=1; }; }; }; }; id=68; }; class Item16 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12099.94,183.80328,9659.7861}; angles[]={6.2751918,5.1445551,6.272521}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR17"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h17D"; description="Driver"; isPlayable=1; }; id=71; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male05ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=0.97000003; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=71; item1=376; class CustomData { role=1; }; }; }; }; id=70; }; class Item17 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12104.041,183.85121,9651.8369}; angles[]={0,5.1739178,0.010664274}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR18"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h18D"; description="Driver"; isPlayable=1; }; id=73; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male09ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=1.01; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=73; item1=365; class CustomData { role=1; }; }; }; }; id=72; atlOffset=-7.6293945e-005; }; class Item18 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12152.044,184.8396,9625.7148}; angles[]={0.018660666,5.2162895,0.013332055}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="CORPORAL"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR19"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h19D"; description="Driver"; isPlayable=1; }; id=75; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male01ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=0.98000002; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=75; item1=369; class CustomData { role=1; }; }; }; }; id=74; atlOffset=-0.00022888184; }; class Item19 { dataType="Group"; side="West"; class Entities { items=1; class Item0 { dataType="Object"; class PositionInfo { position[]={12087.785,183.42162,9665.4893}; angles[]={0.0080009829,5.1444426,0.047960676}; }; side="West"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init="call{ [this, [""faction"", ""BLU_F""], [""gear"", ""P""], [""marker"", ""CAR20"", ""ColorOrange""]] call hull3_unit_fnc_init;}"; name="h20D"; description="Driver"; isPlayable=1; }; id=77; type="B_Helipilot_F"; class CustomAttributes { class Attribute0 { property="speaker"; expression="_this setspeaker _value;"; class Value { class data { class type { type[]= { "STRING" }; }; value="Male01ENG"; }; }; }; class Attribute1 { property="pitch"; expression="_this setpitch _value;"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=1.03; }; }; }; nAttributes=2; }; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=1; }; class Links { items=1; class Item0 { linkID=0; item0=77; item1=366; class CustomData { role=1; }; }; }; }; id=76; }; class Item20 { dataType="Object"; class PositionInfo { position[]={12237.309,176.20764,10011.44}; angles[]={6.2778587,1.7763611,6.2485366}; }; side="Empty"; flags=4; class Attributes { }; id=80; type="Sign_Circle_F"; class CustomAttributes { class Attribute0 { property="ObjectTextureCustom0"; expression="_this setObjectTextureGlobal [0,_value]"; class Value { class data { class type { type[]= { "STRING" }; }; value="#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)"; }; }; }; nAttributes=1; }; }; class Item21 { dataType="Object"; class PositionInfo { position[]={11810.219,159.2753,10248.091}; angles[]={0,2.1443477,0}; }; side="Empty"; class Attributes { }; id=81; type="Sign_Circle_F"; atlOffset=4.9145355; class CustomAttributes { class Attribute0 { property="ObjectTextureCustom0"; expression="_this setObjectTextureGlobal [0,_value]"; class Value { class data { class type { type[]= { "STRING" }; }; value="#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)"; }; }; }; nAttributes=1; }; }; class Item22 { dataType="Object"; class PositionInfo { position[]={11615.392,227.94981,10505.778}; angles[]={0,1.0109341,0}; }; side="Empty"; class Attributes { }; id=82; type="Sign_Circle_F"; atlOffset=7.9276886; class CustomAttributes { class Attribute0 { property="ObjectTextureCustom0"; expression="_this setObjectTextureGlobal [0,_value]"; class Value { class data { class type { type[]= { "STRING" }; }; value="#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)"; }; }; }; nAttributes=1; }; }; class Item23 { dataType="Object"; class PositionInfo { position[]={12124.171,277.49219,10849.824}; angles[]={0,3.731777,0}; }; side="Empty"; class Attributes { }; id=83; type="Sign_Circle_F"; atlOffset=6.177124; class CustomAttributes { class Attribute0 { property="ObjectTextureCustom0"; expression="_this setObjectTextureGlobal [0,_value]"; class Value { class data { class type { type[]= { "STRING" }; }; value="#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)"; }; }; }; nAttributes=1; }; }; class Item24 { dataType="Object"; class PositionInfo { position[]={12230.232,210.96252,11019.175}; angles[]={0,3.2474658,0}; }; side="Empty"; class Attributes { }; id=88; type="Sign_Circle_F"; atlOffset=0.65275574; class CustomAttributes { class Attribute0 { property="ObjectTextureCustom0"; expression="_this setObjectTextureGlobal [0,_value]"; class Value { class data { class type { type[]= { "STRING" }; }; value="#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)"; }; }; }; nAttributes=1; }; }; class Item25 { dataType="Object"; class PositionInfo { position[]={12301.96,185.47968,11126.962}; angles[]={0.058600098,0.49953485,6.1271329}; }; side="Empty"; flags=4; class Attributes { }; id=89; type="Sign_Circle_F"; class CustomAttributes { class Attribute0 { property="ObjectTextureCustom0"; expression="_this setObjectTextureGlobal [0,_value]"; class Value { class data { class type { type[]= { "STRING" }; }; value="#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)"; }; }; }; nAttributes=1; }; }; class Item26 { dataType="Object"; class PositionInfo { position[]={12451.992,138.15202,11286.666}; angles[]={0,0.67405498,0}; }; side="Empty"; class Attributes { }; id=92; type="Sign_Circle_F"; atlOffset=0.71466064; class CustomAttributes { class Attribute0 { property="ObjectTextureCustom0"; expression="_this setObjectTextureGlobal [0,_value]"; class Value { class data { class type { type[]= { "STRING" }; }; value="#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)"; }; }; }; nAttributes=1; }; }; class Item27 { dataType="Object"; class PositionInfo { position[]={12952.836,56.199516,11445.975}; angles[]={0.10098908,0.37357479,6.2485328}; }; side="Empty"; flags=4; class Attributes { }; id=93; type="Sign_Circle_F"; class CustomAttributes { class Attribute0 { property="ObjectTextureCustom0"; expression="_this setObjectTextureGlobal [0,_value]"; class Value { class data { class type { type[]= { "STRING" }; }; value="#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)"; }; }; }; nAttributes=1; }; }; class Item28 { dataType="Object"; class PositionInfo { position[]={13166.063,4.8836837,11976.403}; angles[]={0.010664274,3.6415401,6.272521}; }; side="Empty"; flags=4; class Attributes { }; id=94; type="Sign_Circle_F"; atlOffset=1.001358e-005; class CustomAttributes { class Attribute0 { property="ObjectTextureCustom0"; expression="_this setObjectTextureGlobal [0,_value]"; class Value { class data { class type { type[]= { "STRING" }; }; value="#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)"; }; }; }; nAttributes=1; }; }; class Item29 { dataType="Object"; class PositionInfo { position[]={13522.428,2.5517426,12315.882}; angles[]={6.2805333,3.5325594,0}; }; side="Empty"; flags=4; class Attributes { }; id=95; type="Sign_Circle_F"; atlOffset=0.0093872547; class CustomAttributes { class Attribute0 { property="ObjectTextureCustom0"; expression="_this setObjectTextureGlobal [0,_value]"; class Value { class data { class type { type[]= { "STRING" }; }; value="#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)"; }; }; }; nAttributes=1; }; }; class Item30 { dataType="Marker"; position[]={13723.39,2.55,12303.727}; name="chk16"; markerType="RECTANGLE"; type="rectangle"; colorName="ColorRed"; a=20.150358; b=42.958851; angle=113.49449; id=98; }; class Item31 { dataType="Marker"; position[]={12238.472,485.49457,10014.94}; name="marker_17"; markerType="ELLIPSE"; type="ellipse"; colorName="ColorGreen"; a=50; b=50; angle=329.66809; id=115; atlOffset=309.18091; }; class Item32 { dataType="Marker"; position[]={11891.012,494.56699,10157.787}; name="marker_18"; markerType="ELLIPSE"; type="ellipse"; colorName="ColorGreen"; a=50; b=50; angle=49.4949; id=116; atlOffset=347.11642; }; class Item33 { dataType="Marker"; position[]={11610.894,383.73468,10506.826}; name="marker_19"; markerType="ELLIPSE"; type="ellipse"; colorName="ColorGreen"; a=50; b=50; angle=57.212727; id=117; atlOffset=164.00317; }; class Item34 { dataType="Marker"; position[]={12123.957,383.71667,10850.301}; name="marker_20"; markerType="ELLIPSE"; type="ellipse"; colorName="ColorGreen"; a=50; b=50; angle=308.13452; id=118; atlOffset=112.3942; }; class Item35 { dataType="Marker"; position[]={12235.971,343.58051,11037.118}; name="marker_21"; markerType="ELLIPSE"; type="ellipse"; colorName="ColorGreen"; a=50; b=50; angle=118.00702; id=119; atlOffset=136.71524; }; class Item36 { dataType="Marker"; position[]={12323.829,184.9957,11149.232}; name="marker_22"; markerType="ELLIPSE"; type="ellipse"; colorName="ColorGreen"; a=50; b=50; angle=304.77612; id=120; atlOffset=7.2518463; }; class Item37 { dataType="Marker"; position[]={12455.143,183.20541,11300.152}; name="marker_23"; markerType="ELLIPSE"; type="ellipse"; colorName="ColorGreen"; a=50; b=50; angle=45.180519; id=121; atlOffset=46.535294; }; class Item38 { dataType="Marker"; position[]={12963.724,60.764782,11449.941}; name="marker_24"; markerType="ELLIPSE"; type="ellipse"; colorName="ColorGreen"; a=50; b=50; angle=275.98975; id=122; atlOffset=5.2020493; }; class Item39 { dataType="Marker"; position[]={13178.376,82.631866,11995.517}; name="marker_25"; markerType="ELLIPSE"; type="ellipse"; colorName="ColorGreen"; a=50; b=50; angle=317.19772; id=123; atlOffset=78.874168; }; class Item40 { dataType="Marker"; position[]={13522.508,367.17749,12314.707}; name="marker_26"; markerType="ELLIPSE"; type="ellipse"; colorName="ColorGreen"; a=50; b=50; angle=98.503586; id=124; atlOffset=364.63748; }; class Item41 { dataType="Trigger"; position[]={12233.699,176.24635,10011.816}; angle=1.7763611; class Attributes { name="ckp1"; condition="call{this}"; sizeA=15; sizeB=10; sizeC=10; isRectangle=1; }; id=127; type="EmptyDetectorAreaR50"; }; class Item42 { dataType="Trigger"; position[]={11809.942,159.18172,10248.724}; angle=5.2602158; class Attributes { name="ckp2"; condition="call{this}"; sizeA=15; sizeB=10; sizeC=10; }; id=128; type="EmptyDetectorAreaR50"; atlOffset=4.7127075; }; class Item43 { dataType="Trigger"; position[]={11617.289,228.06706,10506.154}; angle=4.17589; class Attributes { name="ckp3"; condition="call{this}"; sizeA=15; sizeB=10; sizeC=10; }; id=129; type="EmptyDetectorAreaR50"; atlOffset=7.8601532; }; class Item44 { dataType="Trigger"; position[]={12123.097,271.31506,10850.478}; angle=3.7317817; class Attributes { name="ckp4"; condition="call{this}"; sizeA=15; sizeB=10; sizeC=10; }; id=130; type="EmptyDetectorAreaR50"; }; class Item45 { dataType="Trigger"; position[]={12230.469,210.30585,11019.133}; angle=0.60072559; class Attributes { name="ckp5"; condition="call{this}"; sizeA=15; sizeB=10; sizeC=10; }; id=131; type="EmptyDetectorAreaR50"; atlOffset=0.00033569336; }; class Item46 { dataType="Trigger"; position[]={12301.44,185.54834,11127.186}; angle=0.47185686; class Attributes { name="ckp6"; condition="call{this}"; sizeA=15; sizeB=10; sizeC=10; }; id=132; type="EmptyDetectorAreaR50"; }; class Item47 { dataType="Trigger"; position[]={12450.883,138.45102,11285.903}; angle=0.70342201; class Attributes { name="ckp7"; condition="call{this}"; sizeA=15; sizeB=10; sizeC=10; }; id=133; type="EmptyDetectorAreaR50"; atlOffset=0.79238892; }; class Item48 { dataType="Trigger"; position[]={12953.678,56.080639,11446.859}; angle=0.3027896; class Attributes { name="ckp8"; condition="call{this}"; sizeA=15; sizeB=10; sizeC=10; }; id=134; type="EmptyDetectorAreaR50"; }; class Item49 { dataType="Trigger"; position[]={13165.391,4.9068651,11974.902}; angle=0.45515674; class Attributes { name="ckp9"; condition="call{this}"; sizeA=15; sizeB=10; sizeC=10; }; id=135; type="EmptyDetectorAreaR50"; }; class Item50 { dataType="Trigger"; position[]={13522.319,2.5441406,12316.552}; angle=0.36977443; class Attributes { name="ckp10"; condition="call{this}"; sizeA=15; sizeB=10; sizeC=10; }; id=136; type="EmptyDetectorAreaR50"; }; class Item51 { dataType="Trigger"; position[]={13726.778,2.55,12306.153}; angle=1.9832174; class Attributes { name="final_zone"; condition="call{this}"; sizeA=5.5580001; sizeB=22.172001; sizeC=5; isRectangle=1; }; id=142; type="EmptyDetectorAreaR250"; }; class Item52 { dataType="Object"; class PositionInfo { position[]={13706.77,5.4536018,12315.149}; angles[]={0,1.9772031,0}; }; side="Empty"; flags=5; class Attributes { }; id=191; type="Land_FinishGate_01_narrow_F"; atlOffset=2.3841858e-007; }; class Item53 { dataType="Object"; class PositionInfo { position[]={12034.74,181.68884,9680.0479}; angles[]={0.034655947,4.4144697,0.063910462}; }; side="Empty"; flags=4; class Attributes { }; id=205; type="ArrowDesk_R_F"; atlOffset=-0.014724731; }; class Item54 { dataType="Object"; class PositionInfo { position[]={12023.811,181.06586,9677.5732}; angles[]={0.063910462,1.1941661,0.06656827}; }; side="Empty"; flags=4; class Attributes { }; id=227; type="ArrowDesk_L_F"; atlOffset=-0.0028533936; }; class Item55 { dataType="Logic"; class PositionInfo { position[]={12044.581,181.80887,9681.4014}; angles[]={0.021331646,3.4823456,0.058600098}; }; areaSize[]={66.354347,0,42.337002}; flags=1; id=228; type="ModuleHideTerrainObjects_F"; class CustomAttributes { class Attribute0 { property="#filter"; expression="_this setVariable [""#filter"",_value]"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=15; }; }; }; class Attribute1 { property="#hideLocally"; expression="_this setVariable [""#hideLocally"",_value]"; class Value { class data { class type { type[]= { "BOOL" }; }; value=0; }; }; }; nAttributes=2; }; }; class Item56 { dataType="Object"; class PositionInfo { position[]={12033.293,181.489,9683.7598}; angles[]={0.016002094,4.4144697,0.10362703}; }; side="Empty"; flags=4; class Attributes { }; id=249; type="ArrowDesk_R_F"; }; class Item57 { dataType="Object"; class PositionInfo { position[]={12032.006,181.30997,9686.3965}; angles[]={0.037316564,4.4144697,0.10362761}; }; side="Empty"; flags=4; class Attributes { }; id=250; type="ArrowDesk_R_F"; atlOffset=-0.00012207031; }; class Item58 { dataType="Logic"; class PositionInfo { position[]={12229.928,210.15701,11019.666}; angles[]={0.34791455,0,6.200707}; }; areaSize[]={15.25832,0,13.498754}; flags=1; id=251; type="ModuleHideTerrainObjects_F"; class CustomAttributes { class Attribute0 { property="#filter"; expression="_this setVariable [""#filter"",_value]"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=15; }; }; }; class Attribute1 { property="#hideLocally"; expression="_this setVariable [""#hideLocally"",_value]"; class Value { class data { class type { type[]= { "BOOL" }; }; value=0; }; }; }; nAttributes=2; }; }; class Item59 { dataType="Logic"; class PositionInfo { position[]={12300.702,185.70789,11126.445}; angles[]={0.058600098,0,6.1271329}; }; areaSize[]={15.25832,0,13.498754}; flags=1; id=253; type="ModuleHideTerrainObjects_F"; class CustomAttributes { class Attribute0 { property="#filter"; expression="_this setVariable [""#filter"",_value]"; class Value { class data { class type { type[]= { "SCALAR" }; }; value=15; }; }; }; class Attribute1 { property="#hideLocally"; expression="_this setVariable [""#hideLocally"",_value]"; class Value { class data { class type { type[]= { "BOOL" }; }; value=0; }; }; }; nAttributes=2; }; }; class Item60 { dataType="Object"; class PositionInfo { position[]={13554.827,5.0928831,12336.258}; angles[]={0,3.9099288,0}; }; side="Empty"; flags=4; class Attributes { }; id=254; type="Land_Misc_Cargo2C"; atlOffset=-2.3841858e-007; }; class Item61 { dataType="Object"; class PositionInfo { position[]={13558.472,5.0928831,12341.6}; angles[]={0,3.5498395,0}; }; side="Empty"; flags=4; class Attributes { }; id=255; type="Land_Misc_Cargo2A_EP1"; atlOffset=-2.3841858e-007; }; class Item62 { dataType="Object"; class PositionInfo { position[]={13562.99,5.0928831,12346.3}; angles[]={0,4.010942,0}; }; side="Empty"; flags=4; class Attributes { }; id=256; type="Land_Misc_Cargo2B_EP1"; atlOffset=-2.3841858e-007; }; class Item63 { dataType="Object"; class PositionInfo { position[]={13568.552,5.0928831,12349.458}; angles[]={0,4.3546252,0}; }; side="Empty"; flags=4; class Attributes { }; id=257; type="Land_Misc_Cargo2B"; atlOffset=-2.3841858e-007; }; class Item64 { dataType="Object"; class PositionInfo { position[]={13574.354,5.0928831,12351.673}; angles[]={0,1.1417086,0}; }; side="Empty"; flags=4; class Attributes { }; id=258; type="Land_Misc_Cargo2C_EP1"; atlOffset=-2.3841858e-007; }; class Item65 { dataType="Object"; class PositionInfo { position[]={13580.023,5.0928831,12354.709}; angles[]={0,1.4866068,0}; }; side="Empty"; flags=4; class Attributes { }; id=259; type="Land_Misc_Cargo2D_EP1"; atlOffset=-2.3841858e-007; }; class Item66 { dataType="Object"; class PositionInfo { position[]={13586.442,5.0928831,12354.602}; angles[]={0,4.9319124,0}; }; side="Empty"; flags=4; class Attributes { }; id=261; type="Land_Misc_Cargo2E"; atlOffset=-2.3841858e-007; }; class Item67 { dataType="Object"; class PositionInfo { position[]={13590.362,5.0928831,12372.136}; angles[]={0,1.9805851,0}; }; side="Empty"; flags=4; class Attributes { }; id=263; type="Land_Misc_Cargo2C_EP1"; atlOffset=-2.3841858e-007; }; class Item68 { dataType="Object"; class PositionInfo { position[]={13551.687,3.4033599,12332.342}; }; side="Empty"; flags=4; class Attributes { }; id=264; type="Misc_cargo_cont_net2"; }; class Item69 { dataType="Object"; class PositionInfo { position[]={13533.352,3.0439196,12368.017}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=265; type="ArrowDesk_R_F"; }; class Item70 { dataType="Object"; class PositionInfo { position[]={13530.672,3.0439196,12366.821}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=266; type="ArrowDesk_R_F"; }; class Item71 { dataType="Object"; class PositionInfo { position[]={13526.912,3.0439196,12365.503}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=267; type="ArrowDesk_R_F"; }; class Item72 { dataType="Object"; class PositionInfo { position[]={13539.93,3.0439196,12370.922}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=268; type="ArrowDesk_R_F"; }; class Item73 { dataType="Object"; class PositionInfo { position[]={13542.609,3.0439196,12372.117}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=269; type="ArrowDesk_R_F"; }; class Item74 { dataType="Object"; class PositionInfo { position[]={13536.17,3.0439196,12369.604}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=270; type="ArrowDesk_R_F"; }; class Item75 { dataType="Object"; class PositionInfo { position[]={13549.646,2.9817514,12374.636}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=271; type="ArrowDesk_R_F"; atlOffset=-0.062168121; }; class Item76 { dataType="Object"; class PositionInfo { position[]={13552.326,3.0439196,12375.831}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=272; type="ArrowDesk_R_F"; }; class Item77 { dataType="Object"; class PositionInfo { position[]={13545.887,3.0439196,12373.317}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=273; type="ArrowDesk_R_F"; }; class Item78 { dataType="Object"; class PositionInfo { position[]={13559.347,3.0439196,12377.893}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=274; type="ArrowDesk_R_F"; }; class Item79 { dataType="Object"; class PositionInfo { position[]={13562.026,3.0439196,12379.088}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=275; type="ArrowDesk_R_F"; }; class Item80 { dataType="Object"; class PositionInfo { position[]={13555.587,3.0439196,12376.574}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=276; type="ArrowDesk_R_F"; }; class Item81 { dataType="Object"; class PositionInfo { position[]={13569.197,3.0439196,12381.18}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=277; type="ArrowDesk_R_F"; }; class Item82 { dataType="Object"; class PositionInfo { position[]={13565.438,3.0439196,12379.861}; angles[]={0,6.0197196,0}; }; side="Empty"; flags=4; class Attributes { }; id=279; type="ArrowDesk_R_F"; }; class Item83 { dataType="Object"; class PositionInfo { position[]={13573.207,5.0928831,12379.281}; angles[]={0,1.9860443,0}; }; side="Empty"; flags=4; class Attributes { }; id=280; type="Land_Misc_Cargo2A_EP1"; atlOffset=-2.3841858e-007; }; class Item84 { dataType="Object"; class PositionInfo { position[]={13578.865,5.0928831,12377.008}; angles[]={0,1.9764979,0}; }; side="Empty"; flags=4; class Attributes { }; id=281; type="Land_Misc_Cargo2B_EP1"; atlOffset=-2.3841858e-007; }; class Item85 { dataType="Object"; class PositionInfo { position[]={13584.566,5.0928831,12374.603}; angles[]={0,1.9790958,0}; }; side="Empty"; flags=4; class Attributes { }; id=282; type="Land_Misc_Cargo2B"; atlOffset=-2.3841858e-007; }; class Item86 { dataType="Object"; class PositionInfo { position[]={13594.871,3.4033599,12369.526}; angles[]={0,2.7632177,0}; }; side="Empty"; flags=4; class Attributes { }; id=283; type="Misc_cargo_cont_net2"; }; class Item87 { dataType="Object"; class PositionInfo { position[]={13166.95,2.9817941,12153.836}; angles[]={6.2432079,0.11287845,6.2751846}; }; side="Empty"; flags=4; class Attributes { }; id=284; type="ArrowDesk_R_F"; atlOffset=-0.00038957596; }; class Item88 { dataType="Object"; class PositionInfo { position[]={13162.896,2.9961073,12152.842}; angles[]={6.253861,5.8537941,6.2805333}; }; side="Empty"; flags=4; class Attributes { }; id=285; type="ArrowDesk_R_F"; atlOffset=-0.00035691261; }; class Item89 { dataType="Object"; class PositionInfo { position[]={13159.854,2.9286211,12150.043}; angles[]={6.2432079,5.3211288,6.2778587}; }; side="Empty"; flags=4; class Attributes { }; id=286; type="ArrowDesk_R_F"; atlOffset=-0.0015497208; }; class Item90 { dataType="Object"; class PositionInfo { position[]={13410.885,3.0439196,12059.524}; angles[]={0,2.1484003,0}; }; side="Empty"; flags=4; class Attributes { }; id=293; type="ArrowDesk_L_F"; }; class Item91 { dataType="Object"; class PositionInfo { position[]={13406.473,3.0439196,12054.819}; angles[]={0,2.4639189,0}; }; side="Empty"; flags=4; class Attributes { }; id=294; type="ArrowDesk_L_F"; }; class Item92 { dataType="Object"; class PositionInfo { position[]={13399.696,3.0439196,12050.711}; angles[]={0,2.8668773,0}; }; side="Empty"; flags=4; class Attributes { }; id=295; type="ArrowDesk_L_F"; }; class Item93 { dataType="Object"; class PositionInfo { position[]={13392.24,3.0439196,12050.488}; angles[]={0,3.1858726,0}; }; side="Empty"; flags=4; class Attributes { }; id=296; type="ArrowDesk_L_F"; }; class Item94 { dataType="Object"; class PositionInfo { position[]={12986.766,27.230778,11742.81}; angles[]={0.047963165,5.2505808,6.1637564}; }; side="Empty"; flags=4; class Attributes { }; id=297; type="ArrowDesk_R_F"; atlOffset=-0.0003528595; }; class Item95 { dataType="Object"; class PositionInfo { position[]={12986.003,27.565157,11738.7}; angles[]={0.063912325,4.7083111,6.1506343}; }; side="Empty"; flags=4; class Attributes { }; id=298; type="ArrowDesk_R_F"; atlOffset=-0.00025177002; }; class Item96 { dataType="Object"; class PositionInfo { position[]={12987.293,27.692274,11734.775}; angles[]={0.074528553,4.1756458,6.1690178}; }; side="Empty"; flags=4; class Attributes { }; id=299; type="ArrowDesk_R_F"; atlOffset=8.5830688e-005; }; class Item97 { dataType="Object"; class PositionInfo { position[]={13094.539,24.65551,11642.068}; angles[]={0.09834861,1.6937428,6.2325611}; }; side="Empty"; flags=4; class Attributes { }; id=300; type="ArrowDesk_L_F"; atlOffset=-0.00057411194; }; class Item98 { dataType="Object"; class PositionInfo { position[]={13094.05,24.055708,11650.355}; angles[]={0.063913256,1.3747475,6.2378831}; }; side="Empty"; flags=4; class Attributes { }; id=301; type="ArrowDesk_L_F"; atlOffset=-1.335144e-005; }; class Item99 { dataType="Object"; class PositionInfo { position[]={13090.502,23.802677,11657.423}; angles[]={0.055941612,0.97178912,6.2511969}; }; side="Empty"; flags=4; class Attributes { }; id=302; type="ArrowDesk_L_F"; atlOffset=-0.00045013428; }; class Item100 { dataType="Object"; class PositionInfo { position[]={12930.133,66.308563,11377.679}; angles[]={0.1325518,1.8075681,6.2485328}; }; side="Empty"; flags=4; class Attributes { }; id=305; type="ArrowDesk_L_F"; atlOffset=-0.0015335083; }; class Item101 { dataType="Object"; class PositionInfo { position[]={12471.785,134.5927,11306.779}; angles[]={6.1323419,5.8866768,6.0151296}; }; side="Empty"; flags=4; class Attributes { }; id=306; type="ArrowDesk_R_F"; atlOffset=-0.0018463135; }; class Item102 { dataType="Object"; class PositionInfo { position[]={12475.877,133.56442,11307.477}; angles[]={6.1663857,0.1361565,6.0101795}; }; side="Empty"; flags=4; class Attributes { }; id=307; type="ArrowDesk_R_F"; atlOffset=-0.00019836426; }; class Item103 { dataType="Object"; class PositionInfo { position[]={12392.054,143.13429,11251.032}; angles[]={6.2565231,4.9575324,6.2698536}; }; side="Empty"; flags=4; class Attributes { }; id=309; type="ArrowDesk_R_F"; atlOffset=1.5258789e-005; }; class Item104 { dataType="Object"; class PositionInfo { position[]={12393.932,143.239,11254.749}; angles[]={6.2378831,5.4901977,0.04796192}; }; side="Empty"; flags=4; class Attributes { }; id=310; type="ArrowDesk_R_F"; atlOffset=-4.5776367e-005; }; class Item105 { dataType="Object"; class PositionInfo { position[]={12107.842,265.18799,10810.537}; angles[]={5.9447284,1.9441824,0.18196505}; }; side="Empty"; flags=4; class Attributes { }; id=321; type="ArrowDesk_L_F"; atlOffset=-0.045440674; }; class Item106 { dataType="Object"; class PositionInfo { position[]={12104.699,263.00696,10806.13}; angles[]={6.0027771,1.9441824,0.31211784}; }; side="Empty"; flags=4; class Attributes { }; id=322; type="ArrowDesk_L_F"; }; class Item107 { dataType="Object"; class PositionInfo { position[]={12102.85,260.6662,10801.736}; angles[]={6.2698488,1.9441824,0.061259203}; }; side="Empty"; flags=4; class Attributes { }; id=323; type="ArrowDesk_L_F"; }; class Item108 { dataType="Object"; class PositionInfo { position[]={12100.163,259.80792,10797.538}; angles[]={6.1193357,1.9441824,0.32175067}; }; side="Empty"; flags=4; class Attributes { }; id=324; type="ArrowDesk_L_F"; }; class Item109 { dataType="Object"; class PositionInfo { position[]={12098.254,258.80103,10794.088}; angles[]={6.1037955,1.9441824,0.22036932}; }; side="Empty"; flags=4; class Attributes { }; id=325; type="ArrowDesk_L_F"; }; class Item110 { dataType="Object"; class PositionInfo { position[]={11931.218,231.18027,10559.231}; angles[]={6.1927671,1.3387349,6.2645183}; }; side="Empty"; flags=4; class Attributes { }; id=326; type="ArrowDesk_L_F"; atlOffset=-4.5776367e-005; }; class Item111 { dataType="Object"; class PositionInfo { position[]={11932.73,230.7715,10554.939}; angles[]={6.2086568,1.532527,6.211308}; }; side="Empty"; flags=4; class Attributes { }; id=327; type="ArrowDesk_L_F"; atlOffset=-0.00067138672; }; class Item112 { dataType="Object"; class PositionInfo { position[]={11932.462,230.39525,10550.282}; angles[]={6.1874781,1.6091423,6.2432094}; }; side="Empty"; flags=4; class Attributes { }; id=328; type="ArrowDesk_L_F"; atlOffset=9.1552734e-005; }; class Item113 { dataType="Object"; class PositionInfo { position[]={11932.776,229.83075,10545.741}; angles[]={6.148016,1.8029344,6.251195}; }; side="Empty"; flags=4; class Attributes { }; id=329; type="ArrowDesk_L_F"; atlOffset=-1.5258789e-005; }; class Item114 { dataType="Object"; class PositionInfo { position[]={11931.817,229.29967,10541.634}; angles[]={6.1532536,1.7908121,6.2645216}; }; side="Empty"; flags=4; class Attributes { }; id=330; type="ArrowDesk_L_F"; atlOffset=-0.0015411377; }; class Item115 { dataType="Object"; class PositionInfo { position[]={11931.291,228.80743,10537.115}; angles[]={6.2618537,1.9846042,6.2086568}; }; side="Empty"; flags=4; class Attributes { }; id=331; type="ArrowDesk_L_F"; }; class Item116 { dataType="Object"; class PositionInfo { position[]={11929.891,228.8392,10532.65}; angles[]={0.039982136,1.6555443,6.2219253}; }; side="Empty"; flags=4; class Attributes { }; id=332; type="ArrowDesk_L_F"; atlOffset=-0.0086212158; }; class Item117 { dataType="Object"; class PositionInfo { position[]={11929.991,228.35643,10528.101}; angles[]={6.1089687,1.8493364,0.23302205}; }; side="Empty"; flags=4; class Attributes { }; id=333; type="ArrowDesk_L_F"; atlOffset=-0.0090789795; }; class Item118 { dataType="Object"; class PositionInfo { position[]={11929.271,231.22577,10561.218}; angles[]={6.206007,3.8117499,6.2645183}; }; side="Empty"; flags=4; class Attributes { }; id=334; type="Land_TyreBarrier_01_line_x6_F"; }; class Item119 { dataType="Object"; class PositionInfo { position[]={11925.821,231.62378,10563.614}; angles[]={6.206008,3.8117499,6.2139606}; }; side="Empty"; flags=4; class Attributes { }; id=335; type="Land_TyreBarrier_01_line_x6_F"; }; class Item120 { dataType="Object"; class PositionInfo { position[]={11922.429,231.86513,10566.121}; angles[]={6.1927629,3.8117499,0.016005818}; }; side="Empty"; flags=4; class Attributes { }; id=336; type="Land_TyreBarrier_01_line_x6_F"; }; class Item121 { dataType="Object"; class PositionInfo { position[]={11919.063,232.12099,10568.744}; angles[]={6.2378793,3.8117499,6.2405462}; }; side="Empty"; flags=4; class Attributes { }; id=337; type="Land_TyreBarrier_01_line_x6_F"; }; class Item122 { dataType="Object"; class PositionInfo { position[]={11941.349,228.93138,10541.189}; angles[]={6.1795583,4.8851132,6.2805333}; }; side="Empty"; flags=4; class Attributes { }; id=338; type="Land_TyreBarrier_01_line_x6_F"; }; class Item123 { dataType="Object"; class PositionInfo { position[]={11942.219,229.30385,10545.231}; angles[]={6.2166171,4.8851132,6.2458687}; }; side="Empty"; flags=4; class Attributes { }; id=339; type="Land_TyreBarrier_01_line_x6_F"; }; class Item124 { dataType="Object"; class PositionInfo { position[]={11942.918,229.49445,10549.321}; angles[]={6.2192712,4.8851132,6.2272472}; }; side="Empty"; flags=4; class Attributes { }; id=340; type="Land_TyreBarrier_01_line_x6_F"; }; class Item125 { dataType="Object"; class PositionInfo { position[]={11917.966,146.54153,10191.336}; angles[]={6.2565231,1.4626237,6.2645249}; }; side="Empty"; flags=4; class Attributes { }; id=341; type="Land_TyreBarrier_01_line_x6_F"; }; class Item126 { dataType="Object"; class PositionInfo { position[]={11918.378,146.42967,10186.989}; angles[]={6.272521,1.4626237,6.2458687}; }; side="Empty"; flags=4; class Attributes { }; id=342; type="Land_TyreBarrier_01_line_x6_F"; }; class Item127 { dataType="Object"; class PositionInfo { position[]={11918.8,146.36826,10182.645}; angles[]={6.2698536,1.4626237,6.2511935}; }; side="Empty"; flags=4; class Attributes { }; id=343; type="Land_TyreBarrier_01_line_x6_F"; }; class Item128 { dataType="Object"; class PositionInfo { position[]={11907.754,147.01303,10185.912}; angles[]={0,1.4626237,6.2245865}; }; side="Empty"; flags=4; class Attributes { }; id=344; type="Land_TyreBarrier_01_line_x6_F"; atlOffset=1.5258789e-005; }; class Item129 { dataType="Object"; class PositionInfo { position[]={11908.166,147.00208,10181.565}; angles[]={0.0053265258,1.4626237,6.22193}; }; side="Empty"; flags=4; class Attributes { }; id=345; type="Land_TyreBarrier_01_line_x6_F"; atlOffset=1.5258789e-005; }; class Item130 { dataType="Object"; class PositionInfo { position[]={11908.588,147.017,10177.221}; angles[]={0.023993526,1.4626237,6.2272415}; }; side="Empty"; flags=4; class Attributes { }; id=346; type="Land_TyreBarrier_01_line_x6_F"; }; class Item131 { dataType="Object"; class PositionInfo { position[]={12318.22,176.43643,9992.708}; angles[]={0.015994642,4.8704414,6.2671909}; }; side="Empty"; flags=4; class Attributes { }; id=347; type="Land_TyreBarrier_01_line_x6_F"; atlOffset=3.0517578e-005; }; class Item132 { dataType="Object"; class PositionInfo { position[]={12318.966,176.38811,9997.0098}; angles[]={0.0053265258,4.8704414,6.256525}; }; side="Empty"; flags=4; class Attributes { }; id=348; type="Land_TyreBarrier_01_line_x6_F"; }; class Item133 { dataType="Object"; class PositionInfo { position[]={12319.702,176.45145,10001.313}; angles[]={6.2378831,4.8704414,6.2698536}; }; side="Empty"; flags=4; class Attributes { }; id=349; type="Land_TyreBarrier_01_line_x6_F"; }; class Item134 { dataType="Object"; class PositionInfo { position[]={12318.265,176.57561,10003.771}; angles[]={6.2378845,3.3002856,0}; }; side="Empty"; flags=4; class Attributes { }; id=350; type="Land_TyreBarrier_01_line_x6_F"; }; class Item135 { dataType="Object"; class PositionInfo { position[]={12313.963,176.62465,10004.521}; angles[]={6.2405477,3.3002856,6.2698536}; }; side="Empty"; flags=4; class Attributes { }; id=351; type="Land_TyreBarrier_01_line_x6_F"; atlOffset=-4.5776367e-005; }; class Item136 { dataType="Object"; class PositionInfo { position[]={12309.66,176.72328,10005.26}; angles[]={6.2033544,3.3002856,6.2698536}; }; side="Empty"; flags=4; class Attributes { }; id=352; type="Land_TyreBarrier_01_line_x6_F"; atlOffset=3.0517578e-005; }; class Item137 { dataType="Object"; class PositionInfo { position[]={12295.919,176.83757,10007.292}; angles[]={6.2139606,0.12820555,0.0079935296}; }; side="Empty"; flags=4; class Attributes { }; id=353; type="Land_TyreBarrier_01_line_x6_F"; }; class Item138 { dataType="Object"; class PositionInfo { position[]={12300.241,176.87253,10006.675}; angles[]={6.2113128,0.12820555,0.0026744273}; }; side="Empty"; flags=4; class Attributes { }; id=354; type="Land_TyreBarrier_01_line_x6_F"; }; class Item139 { dataType="Object"; class PositionInfo { position[]={12304.564,176.84299,10006.067}; angles[]={6.200707,0.12820555,6.2751846}; }; side="Empty"; flags=4; class Attributes { }; id=355; type="Land_TyreBarrier_01_line_x6_F"; }; class Item140 { dataType="Object"; class PositionInfo { position[]={12111.64,185.69713,9652.8408}; angles[]={6.2645216,5.2154226,0.010669862}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h1"; }; id=360; type="CUP_I_LSV_02_unarmed_ION"; atlOffset=-0.00028991699; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item141 { dataType="Object"; class PositionInfo { position[]={12125,185.90666,9640.8057}; angles[]={0,5.2087173,0.013327583}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h10"; }; id=361; type="CUP_I_LSV_02_unarmed_ION"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item142 { dataType="Object"; class PositionInfo { position[]={12134.285,186.13707,9635.1006}; angles[]={0.0079935296,5.2015467,0.031990308}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h11"; }; id=362; type="CUP_I_LSV_02_unarmed_ION"; atlOffset=-4.5776367e-005; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item143 { dataType="Object"; class PositionInfo { position[]={12115.097,185.74115,9646.3281}; angles[]={6.2565274,5.2298107,0.039976168}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h12"; }; id=363; type="CUP_I_LSV_02_unarmed_ION"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item144 { dataType="Object"; class PositionInfo { position[]={12149.959,186.53673,9633.2529}; angles[]={6.2778478,5.2172551,0.018660666}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h13"; }; id=364; type="CUP_I_LSV_02_unarmed_ION"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item145 { dataType="Object"; class PositionInfo { position[]={12104.009,185.57927,9651.7959}; angles[]={0,5.1739178,0.010664274}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h14"; }; id=365; type="CUP_I_LSV_02_unarmed_ION"; atlOffset=-7.6293945e-005; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item146 { dataType="Object"; class PositionInfo { position[]={12087.702,185.14795,9665.4531}; angles[]={0.0080009829,5.1444426,0.047960676}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h15"; }; id=366; type="CUP_I_LSV_02_unarmed_ION"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item147 { dataType="Object"; class PositionInfo { position[]={12068.022,184.55774,9668.8633}; angles[]={0.0026744273,5.0622959,0.021326056}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h16"; }; id=367; type="CUP_I_LSV_02_unarmed_ION"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item148 { dataType="Object"; class PositionInfo { position[]={12159.434,186.30099,9627.5605}; angles[]={0.053281568,5.2377434,6.2565231}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h17"; }; id=368; type="CUP_I_LSV_02_unarmed_ION"; atlOffset=-0.00036621094; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item149 { dataType="Object"; class PositionInfo { position[]={12152.021,186.56783,9625.6699}; angles[]={0.018660666,5.2162895,0.013332055}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h18"; }; id=369; type="CUP_I_LSV_02_unarmed_ION"; atlOffset=-0.00022888184; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item150 { dataType="Object"; class PositionInfo { position[]={12142.379,186.35867,9630.5391}; angles[]={6.2805333,5.1926675,0.02666023}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h19"; }; id=370; type="CUP_I_LSV_02_unarmed_ION"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item151 { dataType="Object"; class PositionInfo { position[]={12092.211,185.43959,9658.292}; angles[]={6.2805109,5.1536818,0.050619707}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h2"; }; id=371; type="CUP_I_LSV_02_unarmed_ION"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item152 { dataType="Object"; class PositionInfo { position[]={12141.273,186.33011,9637.7373}; angles[]={0.031988446,5.2015467,0.026662467}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h20"; }; id=372; type="CUP_I_LSV_02_unarmed_ION"; atlOffset=-0.00090026855; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item153 { dataType="Object"; class PositionInfo { position[]={12074.582,184.76956,9671.8408}; angles[]={6.2778587,5.0854721,0.034652505}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h3"; }; id=373; type="CUP_I_LSV_02_unarmed_ION"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item154 { dataType="Object"; class PositionInfo { position[]={12056.342,184.14217,9673}; angles[]={0.023993526,5.0527372,0.031990308}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h4"; }; id=374; type="CUP_I_LSV_02_unarmed_ION"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item155 { dataType="Object"; class PositionInfo { position[]={12124.015,185.96268,9646.1699}; angles[]={6.259192,5.182035,0.021328852}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h5"; }; id=375; type="CUP_I_LSV_02_unarmed_ION"; atlOffset=-0.0017700195; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item156 { dataType="Object"; class PositionInfo { position[]={12099.959,185.53151,9659.7227}; angles[]={6.2751918,5.1445551,6.272521}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h6"; }; id=376; type="CUP_I_LSV_02_unarmed_ION"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item157 { dataType="Object"; class PositionInfo { position[]={12063.659,184.33282,9676.833}; angles[]={0.0026520467,5.1182261,0.031990308}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h7"; }; id=377; type="CUP_I_LSV_02_unarmed_ION"; atlOffset=-0.00012207031; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item158 { dataType="Object"; class PositionInfo { position[]={12134.055,186.05717,9641.9727}; angles[]={6.2698536,5.221117,0.013332055}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h9"; }; id=378; type="CUP_I_LSV_02_unarmed_ION"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item159 { dataType="Object"; class PositionInfo { position[]={12079.796,184.96204,9663.0605}; angles[]={0.023993526,5.0389576,0.023993526}; }; side="West"; flags=6; class Attributes { skill=0.60000002; lock="UNLOCKED"; fuel=0; name="h8"; }; id=379; type="CUP_I_LSV_02_unarmed_ION"; atlOffset=-0.0004119873; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { class type { type[]= { "STRING" }; }; value="[[[[""FirstAidKit""],[4]],[[],[]],[[],[]],[[],[]]],false]"; }; }; }; nAttributes=1; }; }; class Item160 { dataType="Object"; class PositionInfo { position[]={13785.834,2.8962615,12282.028}; angles[]={0,5.0917792,0}; }; side="Empty"; flags=4; class Attributes { }; id=381; type="RampConcrete"; }; class Item161 { dataType="Object"; class PositionInfo { position[]={13784.044,2.8962615,12277.632}; angles[]={0,5.0917792,0}; }; side="Empty"; flags=4; class Attributes { }; id=382; type="RampConcrete"; }; }; }; £±-U¾ÝGÅup’ t™q6ì÷