2016-06-29 21:26:58 +00:00
|
|
|
class CfgPatches
|
|
|
|
{
|
|
|
|
class AR_AdvancedRappelling
|
|
|
|
{
|
|
|
|
units[] = {"AR_AdvancedRappelling"};
|
|
|
|
requiredVersion = 1.0;
|
|
|
|
requiredAddons[] = {"A3_Modules_F"};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
class CfgNetworkMessages
|
|
|
|
{
|
|
|
|
|
|
|
|
class AdvancedRappellingRemoteExecClient
|
|
|
|
{
|
|
|
|
module = "AdvancedRappelling";
|
|
|
|
parameters[] = {"ARRAY","STRING","OBJECT","BOOL"};
|
|
|
|
};
|
|
|
|
|
|
|
|
class AdvancedRappellingRemoteExecServer
|
|
|
|
{
|
|
|
|
module = "AdvancedRappelling";
|
|
|
|
parameters[] = {"ARRAY","STRING","BOOL"};
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
class CfgFunctions
|
|
|
|
{
|
|
|
|
class SA
|
|
|
|
{
|
|
|
|
class AdvancedRappelling
|
|
|
|
{
|
|
|
|
file = "\AR_AdvancedRappelling\functions";
|
|
|
|
class advancedRappellingInit{postInit=1};
|
|
|
|
};
|
|
|
|
};
|
2016-07-10 04:05:26 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
class CfgSounds
|
|
|
|
{
|
2016-07-11 04:31:46 +00:00
|
|
|
class AR_Rappel_Loop
|
2016-07-10 04:05:26 +00:00
|
|
|
{
|
|
|
|
name = "AR_Rappel_Loop";
|
2016-07-11 04:11:55 +00:00
|
|
|
sound[] = {"\AR_AdvancedRappelling\sounds\AR_Rappel_Loop.ogg", db+20, 1};
|
2016-07-10 04:05:26 +00:00
|
|
|
titles[] = {0,""};
|
|
|
|
};
|
|
|
|
class AR_Rappel_Start
|
|
|
|
{
|
|
|
|
name = "AR_Rappel_Start";
|
2016-07-11 04:11:55 +00:00
|
|
|
sound[] = {"\AR_AdvancedRappelling\sounds\AR_Rappel_Start.ogg", db+20, 1};
|
2016-07-10 04:05:26 +00:00
|
|
|
titles[] = {0,""};
|
|
|
|
};
|
|
|
|
class AR_Rappel_End
|
|
|
|
{
|
|
|
|
name = "AR_Rappel_End";
|
2016-07-11 04:11:55 +00:00
|
|
|
sound[] = {"\AR_AdvancedRappelling\sounds\AR_Rappel_End.ogg", db+20, 1};
|
2016-07-10 04:05:26 +00:00
|
|
|
titles[] = {0,""};
|
|
|
|
};
|
2016-08-24 03:41:46 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#include "cfgAnimations.hpp"
|