Skip to content

Install Help #10

Description

@MAcnova

I have tried to install this on our server I have the folder uploaded, I have @AR_advancedrappelling in the command line , I have the init.sqf as so

};

AR_SUPPORTED_VEHICLES = [
"Helicopter",
"VTOL_Base_F",
"B_Heli_Light_01_armed_F",
"O_Heli_Light_02_v2_F",
"RHS_UH1Y_FFAR_d",
"RHS_UH1Y_d",
"RHS_MELB_H6M",
"RHS_UH60M"

];

AR_Is_Supported_Vehicle = {
params ["_vehicle","_isSupported"];
_isSupported = false;
if(not isNull _vehicle) then {
{
if(_vehicle isKindOf _x) then {
_isSupported = true;
};
} forEach (missionNamespace getVariable ["AR_SUPPORTED_VEHICLES_OVERRIDE",AR_SUPPORTED_VEHICLES]);
};
_isSupported;
};

what am i doing wrong

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions