sreVcba_settings.sqfZ&description.ext)Z\hull3\briefing\blufor.sqf)Zhull3\briefing\civilian.sqf)Zhull3\briefing\indfor.sqf)Zhull3\briefing\opfor.sqf)Zhull3\hull3.h)Zhull3\Pilot.h^,Zhull3\Racer.hG ZinitPlayerLocal.sqfP i^initServer.sqf^ i^Rmission.sqm5i^force acre_sys_core_fullDuplex = true;#include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Jungle Rally"; 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 = 2; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 1; 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 = 9; 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","
You've stolen some dinosaur embryos from your former employer and you're trying to flee, shame it's super rainy and the roads are in terrible conditions. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Go through the green check points.
Cross the finish line in the red box.

A co-driver might help a lot with this... "]]; // 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 = ""; }; };ark_fnc_jr_masterInit = { completed_checkpoints = 0; 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_jr_checkpointUpdate = { { if (player inArea _x) then { all_checkpoints deleteAt (all_checkpoints find _x); [] call ark_fnc_jr_checkpointIncrease; }; } forEach all_checkpoints; }; ark_fnc_jr_checkpointIncrease = { completed_checkpoints = completed_checkpoints + 1; playSound "Alarm"; }; ark_fnc_jr_winningZone = { private _playerName = [ace_player] call ace_common_fnc_getName; winnersList pushBack _playerName; publicVariable "winnersList"; (vehicle player) setfuel 0; }; ark_fnc_jr_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 select 0); player addHeadgear (_randomUniform select 1); }; ark_fnc_jr_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 select 0; private _txt = composeText [_checkpointTxt, _completedCPTxt, "/ 11", _separator, "1st Place: ", firstPlace]; hintSilent _txt; }; case (count winnersList isEqualTo 2): { secondPlace = winnersList select 1; private _txt = composeText [_checkpointTxt, _completedCPTxt, "/ 11", _separator, "1st Place: ", firstPlace, _lineBreak, "2nd Place: ", secondPlace]; hintSilent _txt; }; case (count winnersList isEqualTo 3) : { thirdPlace = winnersList select 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 select 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 select 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_jr_masterInit; [] call ark_fnc_jr_dressDrivers; [{call ark_fnc_jr_scoreboard}] call CBA_fnc_addPerFrameHandler; [{call ark_fnc_jr_checkpointUpdate}] call CBA_fnc_addPerFrameHandler; [{completed_checkpoints > 10 && {alive player}}, {call ark_race_fnc_winningZone}] call CBA_fnc_waitUntilAndExecute;ark_fnc_jr_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_jr_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;raPversion5EditorDatawaddons A3_Characters_Face_nouniformrestrictionsA3_Misc_F_HelpersA3_Structures_F_Heli_VR_HelpersA3_Ui_FA3_Modules_FA3_Soft_F_Exp_Offroad_02A3_Signs_FA3_Structures_F_EPA_WallsA3_Structures_F_Kart_Civ_SportsGroundsAddonsMetaDatarandomSeedScenarioDataCCustomAttributesMission& moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProvider&Camera9nextID&nextID9posq÷DBEdirB? ӎup|?U?3iasideӾP5?%iListC items Item0$Item1Item2+Item3Item49Item5Item6*Item7Item8Item9CclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/+classNameA3_Misc_FnameArma 3 - 3D Aids and HelpersauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_HelinameArma 3 Helicopters - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com9classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com*classNameA3_Soft_F_ExpnameArma 3 Apex - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Signs_FnameArma 3 - SignsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_KartnameArma 3 Karts - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comCauthorCyruzHeaderdgameTypeDMminPlayersmaxPlayers Category0Category1c & nameMultiplayerAttribute0 Attribute1 nAttributesc propertyRespawnTemplatesexpressiontrueValueH dataX types value typeARRAY itemsItem0 data type valueNone typeSTRING propertyRespawnButtonexpressiontrueValue" c data2 c typeN value?c typeSCALARc nameScenarioAttribute0 nAttributes& propertycba_settings_hasSettingsFileexpressionfalseValue & data & type value& typeBOOL& IntelE Entities briefingNameark_race20_jungle_rallyoverviewTextHigh speed, high reward 4WD race through the jungletimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT< pitemsoItem0Item1Item2QItem3Item4Item5 Item6$Item7(Item8,Item90Item104Item118Item12<Item13@Item14DItem15HItem16LItem17PItem18TItem19XItem20\Item21^Item22`Item23>bItem24cItem25eItem26cgItem27iItem28jItem29lItem30?nItem31nItem32oItem33JpItem34pItem35qItem36crItem37sItem38sItem39LtItem40tItem41uItem42WvItem43(wItem44wItem45xItem46kyItem47,zItem48zItem49{Item50|Item51A}Item52~Item53QItem54VItem55[Item56aItem57gItem58mItem59sItem60yItem61Item62Item63Item64Item65Item66Item67Item68Item69Item70Item71Item72Item73Item74Item75.Item76Item77Item78UItem79Item80˭Item81Item82IItem83Item84Item85Item869Item87Item88Item89Item90?Item91Item92ǶItem93Item94EItem95Item96ǹItem97vItem98%Item99Item100Item101lItem1025Item103Item104Item105|Item106;Item107Item108Item109Item110AdataTypeGroupsideWestEntitiesyAttributesCrewLinksidatlOffsetкitemsItem0dataTypeObjectPositionInfosideWestflagsAttributes>idtypeB_Helipilot_Fposition\D/ BcEangles@G@n=>skill?rankSERGEANTinit [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR1", "ColorOrange"]] call hull3_unit_fnc_init;nameh1DdescriptionDriverisPlayerisPlayableLinkIDProvider<LinksOnextIDOitemsItem0llinkIDitem0item1CustomDataroledataTypeGroupsideWestEntities!AttributesCrewLinksidatlOffsetܺQitemsItem0>dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_Helipilot_FpositionD"BEangles"q@m?Rc<skill?rankSERGEANTinit [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR2", "ColorOrange"]] call hull3_unit_fnc_init;nameh2DdescriptionDriverisPlayableLinkIDProviderLinksQnextIDitemsItem0QlinkIDitem0item1CustomData@QroleQdataTypeGroupsideWestEntitiesAttributesCCrewLinksIid atlOffset8itemsItem0CdataTypeObjectPositionInfoGsideWestflagsAttributesid typeB_Helipilot_FCpositionNDg B=Eangles3@d@<skill?rankCORPORALinit [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR3", "ColorOrange"]] call hull3_unit_fnc_init;nameh3DdescriptionDriverisPlayableCILinkIDProvidernLinksnextIDitemsItem0linkIDitem0 item1CustomDataroledataTypeGroupsideWestEntitiesSAttributesCrewLinksidatlOffset୻itemsItem0pdataTypeObjectPositionInfosideWestflagsAttributesid typeB_Helipilot_FpositioneDGB Eangles @ ?z@skill?rankSERGEANTinit [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR4", "ColorOrange"]] call hull3_unit_fnc_init;nameh4DdescriptionDriverisPlayableLinkIDProviderLinksnextIDitemsItem07linkIDitem0 item1CustomDatarroledataTypeGroupsideWestEntitiesAttributesCrewLinksid.atlOffset itemsItem0 dataTypeObjectPositionInfosideWestflagsAttributesid/typeB_Helipilot_FCustomAttributespositionD<BؽEanglesQwo:@2 <skill?rankSERGEANTinitcall{ [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR5", "ColorOrange"]] call hull3_unit_fnc_init;}nameh5DdescriptionDriverisPlayableAttribute0Attribute1ZnAttributespropertyspeakerexpression_this setspeaker _value;ValueZdata#ZtypeEvalueMale05ENGZtypeSTRINGZpropertypitchexpression_this setpitch _value;Valuedatatypevalueu?typeSCALARLinkIDProvider Links nextID itemsItem0< linkIDitem0/item1CustomDataw role dataTypeGroupsideWestEntities Attributes#CrewLinks#id0atlOffset$itemsItem0!#dataTypeObjectPositionInfo!sideWestflagsAttributes!id1typeB_Helipilot_FCustomAttributes"#position!D BQоEanglesv@\ @@!skill?rankSERGEANTinitcall{ [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR6", "ColorOrange"]] call hull3_unit_fnc_init;}nameh6DdescriptionDriverisPlayable"Attribute0"Attribute1_#nAttributes#propertyspeakerexpression_this setspeaker _value;Value#_#data(#_#typeJ#valueMale09ENG_#typeSTRING_#propertypitchexpression_this setpitch _value;Value##data##type#valueff?#typeSCALAR##LinkIDProvider$Links$$$nextID$$itemsItem0A$$linkIDitem01item1CustomData|$$role$dataTypeGroupsideWestEntities$Attributes'CrewLinks'id2atlOffset(㼒(itemsItem0%'dataTypeObjectPositionInfo%sideWestflagsAttributes%id3typeB_Helipilot_FCustomAttributes&'positionDBEangles.+#;\ @.<%skill?rankCORPORALinitcall{ [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR7", "ColorOrange"]] call hull3_unit_fnc_init;}nameh7DdescriptionDriverisPlayable&Attribute0&Attribute1d'nAttributes'propertyspeakerexpression_this setspeaker _value;Value'd'data-'d'typeO'valueMale07ENGd'typeSTRINGd'propertypitchexpression_this setpitch _value;Value''data''type'value\?'typeSCALAR''LinkIDProvider(Links)((nextID)(itemsItem0F((linkIDitem03item1CustomData((role(dataTypeGroupsideWestEntities(Attributes+CrewLinks+id4atlOffset,itemsItem0)+dataTypeObjectPositionInfo)sideWestflagsAttributes)id5typeB_Helipilot_FCustomAttributes*+positionÿDOB1Eangles ~@m?.s<)skill?rankSERGEANTinitcall{ [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR8", "ColorOrange"]] call hull3_unit_fnc_init;}nameh8DdescriptionDriverisPlayable*Attribute0*Attribute1i+nAttributes+propertyspeakerexpression_this setspeaker _value;Value"+i+data2+i+typeT+valueMale01ENGi+typeSTRINGi+propertypitchexpression_this setpitch _value;Value++data++type+value\?+typeSCALAR++LinkIDProvider,Links.,,nextID.,itemsItem0K,,linkIDitem05item1CustomData,,role,dataTypeGroupsideWestEntities-Attributes/CrewLinks/id6atlOffset0itemsItem0-/dataTypeObjectPositionInfo-sideWestflagsAttributes-id7typeB_Helipilot_FCustomAttributes./positionNDBpEangles1@%? @-skill?rankSERGEANTinitcall{ [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR9", "ColorOrange"]] call hull3_unit_fnc_init;}nameh9DdescriptionDriverisPlayable.Attribute0.Attribute1n/nAttributes/propertyspeakerexpression_this setspeaker _value;Value'/n/data7/n/typeY/valueMale01ENGn/typeSTRINGn/propertypitchexpression_this setpitch _value;Value//data//type/value ׃?/typeSCALAR//LinkIDProvider 0Links300nextID30itemsItem0P00linkIDitem07item1CustomData00role0dataTypeGroupsideWestEntities1Attributes 4CrewLinks4id8atlOffsetࣻ4itemsItem0"1 4 dataTypeObjectPositionInfo1sideWestflagsAttributes1id9typeB_Helipilot_FatlOffsetࣻCustomAttributes2 4position D3 BpEanglesoE:hi@0<1skill?rankSERGEANTinitcall{ [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR10", "ColorOrange"]] call hull3_unit_fnc_init;}nameh10DdescriptionDriverisPlayable2Attribute02Attribute13nAttributes 4propertyspeakerexpression_this setspeaker _value;Value>33dataN33typep3valueMale09ENG3typeSTRING3propertypitchexpression_this setpitch _value;Value3 4data3 4type3valueG? 4typeSCALAR 44LinkIDProvider74LinksJ44nextIDJ4itemsItem0g44linkIDitem09item1CustomData44role4dataTypeGroupsideWestEntities5Attributes8CrewLinks8id:atlOffset`(8itemsItem0958dataTypeObjectPositionInfo5sideWestflagsAttributes5id;typeB_Helipilot_FCustomAttributes68position]DF B25Eangles@ -@<5skill?rankCORPORALinitcall{ [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR11", "ColorOrange"]] call hull3_unit_fnc_init;}nameh11DdescriptionDriverisPlayable6Attribute06Attribute17nAttributes8propertyspeakerexpression_this setspeaker _value;ValueE77dataU77typew7valueMale02ENG7typeSTRING7propertypitchexpression_this setpitch _value;Value78data78type7valueQx?8typeSCALAR88LinkIDProvider>8LinksQ88nextIDQ8itemsItem0n88linkIDitem0;item1CustomData88role8dataTypeGroupsideWestEntities#9Attributes<CrewLinks <id<atlOffset<itemsItem0@9<dataTypeObjectPositionInfo9sideWestflagsAttributes9id=typeB_Helipilot_FCustomAttributes:<positionsDP BTEangles~@@99skill?rankSERGEANTinitcall{ [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR12", "ColorOrange"]] call hull3_unit_fnc_init;}nameh12DdescriptionDriverisPlayable:Attribute0;Attribute1;nAttributes<propertyspeakerexpression_this setspeaker _value;ValueL;;data\;;type~;valueMale08ENG;typeSTRING;propertypitchexpression_this setpitch _value;Value;<data;<type<value33s?<typeSCALAR< <LinkIDProviderE<LinksX<<nextIDX<itemsItem0u<<linkIDitem0=item1CustomData<<role<dataTypeGroupsideWestEntities*=Attributes!@CrewLinks'@id>atlOffset`@itemsItem0G=!@dataTypeObjectPositionInfo=sideWestflagsAttributes>id?typeB_Helipilot_FCustomAttributes>!@positionDBEangles! ;z]@;>skill?rankSERGEANTinitcall{ [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR13", "ColorOrange"]] call hull3_unit_fnc_init;}nameh13DdescriptionDriverisPlayable>Attribute0 ?Attribute1?nAttributes!@propertyspeakerexpression_this setspeaker _value;ValueS??datac??type?valueMale08ENG?typeSTRING?propertypitchexpression_this setpitch _value;Value?!@data?!@type @valueQx?!@typeSCALAR!@'@LinkIDProviderL@Links_@@nextID_@itemsItem0|@@linkIDitem0?item1CustomData@@role@dataTypeGroupsideWestEntities1AAttributes(DCrewLinks.Did@atlOffsetDitemsItem0NA(DdataTypeObjectPositionInfoAsideWestflagsAttributes BidAtypeB_Helipilot_FCustomAttributesB(DpositionDrBdEangles @b@N= Bskill?rankSERGEANTinitcall{ [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR14", "ColorOrange"]] call hull3_unit_fnc_init;}nameh14DdescriptionDriverisPlayableBAttribute0CAttribute1CnAttributes(Dpropertyspeakerexpression_this setspeaker _value;ValueZCCdatajCCtypeCvalueMale02ENGCtypeSTRINGCpropertypitchexpression_this setpitch _value;ValueC(DdataC(DtypeDvalue?(DtypeSCALAR(D.DLinkIDProviderSDLinksfDDnextIDfDitemsItem0DDlinkIDitem0Aitem1CustomDataDDroleDdataTypeGroupsideWestEntities8EAttributes/HCrewLinks5HidBatlOffset@FHitemsItem0UE/HdataTypeObjectPositionInfoEsideWestflagsAttributesFidCtypeB_Helipilot_FCustomAttributesF/HpositionzԿDr#BREangles7@m?d];Fskill?rankCORPORALinitcall{ [this, ["faction", "BLU_F"], ["gear", "P"], ["marker", "CAR15", "ColorOrange"]] call hull3_unit_fnc_init;}nameh15DdescriptionDriverisPlayableFAttribute0GAttribute1GnAttributes/Hpropertyspeakerexpression_this setspeaker _value;ValueaGGdataqGGtypeGvalueMale05ENGGtypeSTRINGGpropertypitchexpression_this setpitch _value;ValueG/HdataG/HtypeHvalueff?/HtypeSCALAR/H5HLinkIDProviderZHLinksmHHnextIDmHitemsItem0HHlinkIDitem0Citem1CustomDataHHroleHdataTypeGroupsideWestEntities?IAttributes6LCrewLinksEangles@M@4lbpositionDYBnEangles÷@@;FaLaAttribute0tanAttributes>bpropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Valuea>bdataa>btype)bvalue#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)>btypeSTRING>bdataTypeObjectPositionInfobsideEmptyflagsAttributesbidStypeSign_Circle_FCustomAttributesccposition&EAnEanglese@D@kkAttribute0knAttributeslpropertyObjectTextureCustom0expression_this setObjectTextureGlobal [0,_value]Value$lldata4lltypeslvalue#(argb,8,8,3)color(0.0,1.0,0.0,0.1,ca)ltypeSTRINGldataTypeObjectPositionInfomsideEmptyflagsAttributesGmid_typeSign_Circle_FCustomAttributesMm?npositionJũEpCJPEanglesT#=?$ valueQtypeBOOLQ dataTypeObjectPositionInfosideWestflagsAttributes(idtypeC_Offroad_02_unarmed_FatlOffsetࣻCustomAttributes_Vposition D>yBEanglesF@$\ @<(skill?lockUNLOCKEDfuelnameh4_Attribute0nAttributesVpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueVdataVtypeAvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]VtypeSTRINGV dataTypeObjectPositionInfosideWestflagsAttributes-idtypeC_Offroad_02_unarmed_FatlOffsetܺCustomAttributesd[positionδD BeEangles"q@m?Rc<-skill?lockUNLOCKEDfuelnameh1dAttribute0nAttributes[propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value[data[typeFvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false][typeSTRING[ dataTypeObjectPositionInfosideWestflagsAttributes2idtypeC_Offroad_02_unarmed_FatlOffsetCustomAttributesjapositionsDBEangles~@@92skill?lockUNLOCKEDfuelnameh10jAttribute0nAttributesapropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueadataatypeLvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]atypeSTRINGa dataTypeObjectPositionInfosideWestflagsAttributes8idtypeC_Offroad_02_unarmed_FatlOffset@FCustomAttributespgposition2׿De BQEangles7@m?d];8skill?lockUNLOCKEDfuelnameh11pAttribute0nAttributesgpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuegdatagtypeRvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]gtypeSTRINGg dataTypeObjectPositionInfosideWestflagsAttributes>idtypeC_Offroad_02_unarmed_FatlOffset@CustomAttributesvmpositionp1DeBKEangles@;?@>skill?lockUNLOCKEDfuelnameh12vAttribute0nAttributesmpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuemdatamtypeXvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]mtypeSTRINGm dataTypeObjectPositionInfo sideWestflagsAttributesDidtypeC_Offroad_02_unarmed_FatlOffsetCustomAttributes|spositionWD2 BpEangles1@%? @Dskill?lockUNLOCKEDfuelnameh13|Attribute0nAttributesspropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuesdatastype^value[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]stypeSTRINGs dataTypeObjectPositionInfosideWestflagsAttributesJidtypeC_Offroad_02_unarmed_FatlOffsetCustomAttributesypositionD)BYEanglesQwo:@2 DRA!Eangles@.>J@(.dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_InvisibleBarrier_FpositionD?AEangles̰<@dataTypeObjectPositionInfoXsideEmptyflagsAttributesidtypeArrowDesk_R_Fposition|D.AM$EanglesCL;d@;A;dataTypeObjectPositionInfosideEmptyflagsAttributesOidtypeArrowDesk_R_FatlOffseta:Uposition@D AdataTypeObjectPositionInfoysideEmptyflagsAttributesidtypeArrowDesk_R_FatlOffset"positionxEA6Eangles@@y$>dataTypeObjectPositionInfoBsideEmptyflagsAttributeszidtypeLand_InvisibleBarrier_FatlOffset&:<positionxEN@)Eangles@@y$>zdataTypeObjectPositionInfosideEmptyflagsAttributes9idtypeArrowDesk_R_FatlOffset8%?position5O{E,@tEangles==|@9?dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeArrowDesk_R_FatlOffset;position҃{Eu@'tEangles.<.>P3=dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_InvisibleBarrier_FatlOffset4Ƕpositioni{E@qEangles< ]<ǶdataTypeObjectPositionInfoHsideEmptyflagsAttributesidtypeArrowDesk_R_FatlOffset~positionzE@rEanglesX>>@dataTypeObjectPositionInfosideEmptyflagsAttributes?idtypeArrowDesk_R_FatlOffsetݺEposition"{Ed@ZrEangles>.>3;?EdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_InvisibleBarrier_Fpositioni{E;@oEanglesw=K@dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_InvisibleBarrier_FatlOffset4<ǹposition|Eσ3A Eangles@:@(=ǹdataTypeObjectPositionInfo8sideEmptyflagsAttributespidtypeArrowDesk_L_FvpositionEEanglesqt>_@=dataTypeObjectPositionInfoosideEmptyflagsAttributesidtypeArrowDesk_L_FatlOffsetpositionE*7C:6Eanglesqt>_@ԗ=dataTypeObjectPositionInfo.sideEmptyflagsAttributesfidtypeArrowDesk_L_FatlOffsetalpositionnEC8@Eangles> j@'=fldataTypeObjectPositionInfosideEmptyflagsAttributes/idtypeLand_InvisibleBarrier_FatlOffset <5positionEG0CY*EanglesG=u~[@?~lf@_<dataTypeObjectPositionInfo>sideEmptyflagsAttributesvidtypeLand_InvisibleBarrier_FatlOffset<|positionE@Eanglesi=& ?};v|dataTypeObjectPositionInfosideEmptyflagsAttributes5idtypeArrowDesk_L_FatlOffset@;position&E_q@)EanglesM=. ?};5;dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeArrowDesk_L_FatlOffsetLpositionfE@EanglesY=P?e ;dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_InvisibleBarrier_FatlOffseta=position|EJ@ Eangles6K<`?&@dataTypeObjectPositionInfoDsideEmptyflagsAttributes|idtypeArrowDesk_L_FatlOffsetposition.EAEanglesV<h?@|dataTypeObjectPositionInfosideEmptyflagsAttributes;idtypeArrowDesk_L_FatlOffsetކ=ApositionKE"CAEangles]ժ;EF@@;AdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeArrowDesk_L_FpositionE"AEangles<oژ?v@?"oph4u