|
@@ -39,6 +39,9 @@ Specop={
|
|
|
|
|
|
|
|
|
_com AddUniform "SWOP_B1_droid_crew_F_standart";
|
|
|
+ [_com,[0,"optre_vehicles\cart\data\truck_01_ext_01_co.paa"]] remoteExec ["setObjectTextureglobal",0];
|
|
|
+ [_com,[1,"optre_vehicles\falcon\data\Falcon_Hull_Night_co.paa"]] remoteExec ["setObjectTextureglobal",0];
|
|
|
+ [_com,[2,"optre_vehicles\cart\data\truck_01_ext_01_co.paa"]] remoteExec ["setObjectTextureglobal",0];
|
|
|
_com Addheadgear "H_HelmetO_ViperSP_ghex_F";
|
|
|
_com AddVest "SWOP_Clonetrooper_Katarn_armor";
|
|
|
_com addBackpack "CAA_InvisBag";
|
|
@@ -83,14 +86,7 @@ Specop={
|
|
|
_com addItem "tf_anprc152_84";
|
|
|
_com assignItem "tf_anprc152_84";
|
|
|
|
|
|
- {
|
|
|
- if ((typeOf _x) in [ "O_Protagonist_VR_F"]) then {
|
|
|
-
|
|
|
- [_x,[0,"optre_vehicles\cart\data\truck_01_ext_01_co.paa"]] remoteExec ["setObjectTextureglobal",0];
|
|
|
- [_x,[1,"optre_vehicles\falcon\data\Falcon_Hull_Night_co.paa"]] remoteExec ["setObjectTextureglobal",0];
|
|
|
- [_x,[2,"optre_vehicles\cart\data\truck_01_ext_01_co.paa"]] remoteExec ["setObjectTextureglobal",0];
|
|
|
- };
|
|
|
- } forEach allUnits;
|
|
|
+
|
|
|
|
|
|
};
|
|
|
|