Jump to content
Sign in to follow this  
flymaker

Config.hpp

Recommended Posts

Hello community.
 
I need a help with hpp files. I have an addon and i want to make these configurable. FOr that i need a hpp file to address these variables:
_replacefor_Katiba = "hlc_rifle_ak12";
_replacefor_KatibaGL = "hlc_rifle_ak12GL";
_replacefor_KatibaC = "hlc_rifle_aku12";
_replacefor_Zafir = "hlc_rifle_RPK12";
_replacefor_Rahim = "srifle_DMR_04_F";
_replacefor_LynxCamo = "hlc_rifle_awcovert_BL";
_replacefor_Sting = "hlc_rifle_aku12";
// Marksman Weapons
_replacefor_Navid = "hlc_rifle_RPK12";
_replacefor_Cyrus = "srifle_DMR_04_F";
_replacefor_ASP1 = "srifle_DMR_04_F";

// Put desire NATO Weapons/Ammo Classname to replace
_replacefor_MX = "hlc_rifle_M4";
_replacefor_MXGL = "hlc_rifle_m4m203";
_replacefor_MXC = "hlc_rifle_CQBR";
_replacefor_MXSW = "hlc_m249_pip3";
_replacefor_MXM = "hlc_rifle_m14sopmod";
_replacefor_M320 = "srifle_LRR_F";
_replacefor_Vermin = "hlc_smg_9mmar";
// Marksman Weapons
_replacefor_SPMG = "hlc_lmg_mk48";
_replacefor_MKI = "hlc_rifle_honeybadger";
_replacefor_MAR10 = "srifle_DMR_02_F";

// Put desire AAF Weapons/Ammo Classname to replace
_replacefor_MK20 = "hlc_rifle_auga3";
_replacefor_MK20GL = "hlc_rifle_auga3_GL";
_replacefor_MK20C = "hlc_rifle_auga2para_b";
_replacefor_MK200 = "hlc_lmg_minimi_railed";
_replacefor_MK18 = "hlc_rifle_m14dmr";
_replacefor_LynxBlack = "hlc_rifle_awMagnum_OD_ghillie";
_replacefor_PDW = "hlc_smg_mp5k_PDW";

// Put desire FIA Weapons/Ammo Classname to replace
_replacefor_TGR21 = "hlc_rifle_aks74";
_replacefor_TGR21GL = "hlc_rifle_aks74_GL";
_replacefor_TGR20 = "hlc_rifle_saiga12k";
_replacefor_MK200_FIA = "hlc_rifle_rpk";
// Marksman Weapons
_replacefor_MK14 = "hlc_rifle_ak47";

Anyone can help me on that?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×