RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002070AFRF[All Projects] Generalpublic2016-04-20 19:422016-06-02 17:46
ReporterPR9INICHEK 
Assigned Toreyhard 
PrioritynoneSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002070: Error on function Drag&Drop in BECTI Zerty 1.3.2.0 with RHS
DescriptionCode from Function Drag&Drop

_acc_idcs = [77016, 77021, 77026];
//--- Where does it fit?
{
  if ((_x select 0) != "") then {
    if (_item in (getArray(configFile >> _config_type >> (_x select 0) >> 'WeaponSlotsInfo' >> 'CowsSlot' >> 'compatibleItems') call CTI_CO_FNC_ArrayToLower)) then {_idcs = _idcs + [_acc_idcs select _forEachIndex]};
  };
} forEach (_gear select 0);


For Vanila Arma 3 it's work cause
compatibleItems[] = {"optic_Nightstalker", "optic_tws", "optic_tws_mg", "optic_NVS", "optic_DMS", "optic_LRPS", "optic_SOS", "optic_MRCO", "optic_Arco", "optic_aco", "optic_ACO_grn", "optic_aco_smg", "optic_ACO_grn_smg", "optic_hamr", "optic_Holosight", "optic_Holosight_smg"};

In RHS:
class compatibleItems {
        rhs_acc_1p29 = 1;
        rhs_acc_1p63 = 1;
        rhs_acc_1p78 = 1;
        rhs_acc_pkas = 1;
        rhs_acc_ekp1 = 1;
        rhs_acc_ekp1b = 1;
        rhs_acc_ekp1c = 1;
        rhs_acc_ekp1d = 1;
        rhs_acc_pso1m2 = 1;
        rhs_acc_pso1m21 = 1;
        rhs_acc_pgo7v = 1;
        rhs_acc_1pn93_1 = 1;
        rhs_acc_1pn93_2 = 1;
    };

How moddified function for work?
TagsNo tags attached.
Is it a wish/request?No
RHS version
Arma 3 version1.56
Did you used any other mod when the error occurred?No
Which mods?
Attached Files

- Relationships

-  Notes
(0004637)
PR9INICHEK (reporter)
2016-06-02 17:39

Problem is solved.

- Issue History
Date Modified Username Field Change
2016-04-20 19:42 PR9INICHEK New Issue
2016-06-02 17:39 PR9INICHEK Note Added: 0004637
2016-06-02 17:46 reyhard Status new => closed
2016-06-02 17:46 reyhard Assigned To => reyhard
2016-06-02 17:46 reyhard Resolution open => no change required


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker