This commit is contained in:
[VB]AWOL
2014-02-11 17:11:42 -06:00
2 changed files with 24 additions and 1 deletions

View File

@@ -308,7 +308,7 @@ class CfgLootSmall {
"1Rnd_HE_M203",
"FlareWhite_M203",
"FlareGreen_M203",
"1Rnd_Smoke_M203",
"1Rnd_Smoke_M203",
"200Rnd_556x45_M249",
"HandGrenade_west",
"HandGrenade_east",
@@ -560,4 +560,26 @@ class CfgLootSmall {
0.01,
}
};
pistols[] = {
{
"Makarov",
"Colt1911",
"revolver_EP1",
"glock17_EP1",
"MakarovSD",
"M9",
"M9SD",
"revolver_gold_EP1"
},
{
0.25,
0.23,
0.20,
0.10,
0.10,
0.07,
0.04,
0.01
}
};
};

View File

@@ -249,6 +249,7 @@ dayz_resetSelfActions = {
s_player_maintain_area_preview = -1;
s_player_heli_lift = -1;
s_player_heli_detach = -1;
s_player_lockUnlock_crtl = -1;
};
call dayz_resetSelfActions;