Skip to content

Commit

Permalink
Waffen hier, Waffen da
Browse files Browse the repository at this point in the history
-Einige Waffen hinzugefügt
-Kategorien hinzugefügt (SniperScopes und Sniper)
  • Loading branch information
AdlerXiviD committed Apr 25, 2017
1 parent ba00b10 commit e4cc011
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions cfgCacheContents.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ class cfgCacheContents {
"rhs_weap_ak104_npz"
};

sniperWest[] ={
"rhs_weap_XM2010",
"rhs_weap_m40a5"
};


riflesEast[] = {
"rhs_weap_ak74m",
"rhs_weap_ak74m_camo",
Expand All @@ -53,6 +59,10 @@ class cfgCacheContents {
"rhs_weap_ak104",
};

sniperEast[] = {
"rhs_weap_t5000"
};

handguns[] = {
"hgun_P07_snds_F",
"hgun_Rook40_F",
Expand All @@ -72,8 +82,12 @@ class cfgCacheContents {

launchersEast[] = {
"rhs_weap_igla",
"rhs_weap_strela"
}
"rhs_weap_strela",
"rhs_weap_rpg7",
"rhs_weap_rpg26",
"rhs_weap_rshg2",
"rhs_weap_m72a7"
};

accessoriesWest[] = {
"muzzle_snds_M",
Expand Down Expand Up @@ -147,11 +161,11 @@ class cfgCacheContents {
};

sightsEast[] = {
"rhs_acc_pkas",
"rhs_acc_1p63",
"rhs_acc_ekp1",
"rhs_acc_1p78",
"rhs_acc_1pn93_2"
"rhs_acc_pkas",
"rhs_acc_1p63",
"rhs_acc_ekp1",
"rhs_acc_1p78",
"rhs_acc_1pn93_2"
};

scopesWest[] = {
Expand All @@ -160,6 +174,17 @@ class cfgCacheContents {
scopesEast[] = {
};

sniperScopesWest[]={
"rhs_acc_pso1m21",
"rhsusf_acc_LEUPOLDMK4",
"optic_LRPS"
};
sniperScopesEast[]={
"rhs_acc_pso1m21",
"rhsusf_acc_LEUPOLDMK4",
"optic_LRPS"
};

grenades[] = {
"HandGrenade",
"SmokeShell",
Expand Down

0 comments on commit e4cc011

Please sign in to comment.