+ removed ACR requirement from missions and removed Octavia_ACR from
vehicle spawn config.
This commit is contained in:
vbawol
2013-02-27 10:32:35 -06:00
parent 3c9df28ead
commit 1be1707895
12 changed files with 769 additions and 212 deletions

View File

@@ -591,7 +591,9 @@ class FSM
"dayzGearSave = false;" \n
"_inventory call player_gearSet;" \n
"" \n
"//player addMagazine ""7Rnd_45ACP_1911"";" \n
"player removeMagazine ""DummyItem"";" \n
"" \n
"player addMagazine ""DummyItem"";" \n
"" \n
"//Assess in backpack" \n
"if (count _backpack > 0) then {" \n

View File

@@ -12,7 +12,7 @@ player setVariable ["temperature",dayz_temperatur,true];
dayz_myLoad = (((count dayz_myBackpackMags) * 0.2) + (count dayz_myBackpackWpns)) + (((count dayz_myMagazines) * 0.1) + (count dayz_myWeapons * 0.5));
//player addMagazine "Hatchet_swing";
//player addMagazine "Hatchet_Swing";
//player addWeapon "MeleeHatchet";
while {true} do {