Advertisement
Guest User

Combat Support Vehicle Init Code

a guest
Jun 30th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. this setvariable ["CS_TYPE","TRANSPORT"];this setvariable ["CS_CALLSIGN","RODEO ONE"];this setvariable ["CS_CODE","[[[this], ""Hover.sqf""], ""BIS_fnc_execVM"", nil, false, true] call BIS_fnc_MP;this setVariable [""ace_medical_medicClass"", 1];this call ace_fastroping_fnc_equipFRIES;clearWeaponCargoGlobal this;clearMagazineCargoGlobal this;clearItemCargoGlobal this;this addItemCargoGlobal [""ACE_adenosine"", 40];this addItemCargoGlobal [""ACE_atropine"", 40];this addItemCargoGlobal [""ACE_fieldDressing"", 40];this addItemCargoGlobal [""ACE_elasticBandage"", 40];this addItemCargoGlobal [""ACE_bloodIV"", 40];this addItemCargoGlobal [""ACE_bodyBag"", 4];this addItemCargoGlobal [""ACE_CableTie"", 6];this addItemCargoGlobal [""ACE_DefusalKit"", 4];this addItemCargoGlobal [""ACE_epinephrine"", 40];this addItemCargoGlobal [""ACE_Flashlight_XL50"", 6];this addItemCargoGlobal [""ACE_morphine"", 40];this addItemCargoGlobal [""ACE_packingBandage"", 40];this addItemCargoGlobal [""ACE_personalAidKit"", 40];this addItemCargoGlobal [""ACE_plasmaIV"", 40];this addItemCargoGlobal [""ACE_salineIV"", 40];this addItemCargoGlobal [""ACE_tourniquet"", 10];this addItemCargoGlobal [""ACE_surgicalKit"", 4];this addItemCargoGlobal [""ACE_EarPlugs"", 4];this addItemCargoGlobal [""MineDetector"", 4];this addItemCargoGlobal [""SmokeShellBlue"", 10];this addItemCargoGlobal [""SmokeShellGreen"", 10];this addItemCargoGlobal [""SmokeShellOrange"", 10];this addItemCargoGlobal [""SmokeShellPurple"", 10];this addItemCargoGlobal [""SmokeShellRed"", 10];this addItemCargoGlobal [""SmokeShellYellow"", 10];this addItemCargoGlobal [""rhs_mag_m67"", 10];this addItemCargoGlobal [""ACE_M14"", 10];this addItemCargoGlobal [""rhsusf_m112_mag"", 5];this addItemCargoGlobal [""DemoCharge_Remote_Mag"", 5];this addItemCargoGlobal [""ACE_Clacker"", 5];this addMagazineCargoGlobal [""20Rnd_762x51_Mag"", 40];this addMagazineCargoGlobal [""10Rnd_338_Mag"", 40];this addMagazineCargoGlobal [""rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Green"", 40];this addMagazineCargoGlobal [""rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Red"", 40];this addMagazineCargoGlobal [""rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Yellow"", 40];this addMagazineCargoGlobal [""rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Orange"", 40];"];[[[this], "Hover.sqf"], "BIS_fnc_execVM", nil, false, true] call BIS_fnc_MP;this setVariable ["ace_medical_medicClass", 1];this call ace_fastroping_fnc_equipFRIES;clearWeaponCargoGlobal this;clearMagazineCargoGlobal this;clearItemCargoGlobal this;this addItemCargoGlobal ["ACE_adenosine", 40];this addItemCargoGlobal ["ACE_atropine", 40];this addItemCargoGlobal ["ACE_fieldDressing", 40];this addItemCargoGlobal ["ACE_elasticBandage", 40];this addItemCargoGlobal ["ACE_bloodIV", 40];this addItemCargoGlobal ["ACE_bodyBag", 4];this addItemCargoGlobal ["ACE_CableTie", 6];this addItemCargoGlobal ["ACE_DefusalKit", 4];this addItemCargoGlobal ["ACE_epinephrine", 40];this addItemCargoGlobal ["ACE_Flashlight_XL50", 6];this addItemCargoGlobal ["ACE_morphine", 40];this addItemCargoGlobal ["ACE_packingBandage", 40];this addItemCargoGlobal ["ACE_personalAidKit", 40];this addItemCargoGlobal ["ACE_plasmaIV", 40];this addItemCargoGlobal ["ACE_salineIV", 40];this addItemCargoGlobal ["ACE_tourniquet", 10];this addItemCargoGlobal ["ACE_surgicalKit", 4];this addItemCargoGlobal ["ACE_EarPlugs", 4];this addItemCargoGlobal ["MineDetector", 4];this addItemCargoGlobal ["SmokeShellBlue", 10];this addItemCargoGlobal ["SmokeShellGreen", 10];this addItemCargoGlobal ["SmokeShellOrange", 10];this addItemCargoGlobal ["SmokeShellPurple", 10];this addItemCargoGlobal ["SmokeShellRed", 10];this addItemCargoGlobal ["SmokeShellYellow", 10];this addItemCargoGlobal ["rhs_mag_m67", 10];this addItemCargoGlobal ["ACE_M14", 10];this addItemCargoGlobal ["rhsusf_m112_mag", 5];this addItemCargoGlobal ["DemoCharge_Remote_Mag", 5];this addItemCargoGlobal ["ACE_Clacker", 5];this addMagazineCargoGlobal ["20Rnd_762x51_Mag", 40];this addMagazineCargoGlobal ["10Rnd_338_Mag", 40];this addMagazineCargoGlobal ["rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Green", 40];this addMagazineCargoGlobal ["rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Red", 40];this addMagazineCargoGlobal ["rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Yellow", 40];this addMagazineCargoGlobal ["rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Orange", 40];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement