added new loot and zed positions

also use another array for zombie positions.
This commit is contained in:
[VB]AWOL
2013-09-26 11:09:23 -05:00
parent 7cccbb73de
commit 58e5421ac4
2 changed files with 182 additions and 75 deletions

View File

@@ -30,7 +30,7 @@ if (_canLoot) then {
if (_noOneNear) then {
_positions = getArray (_config >> "lootPos");
_positions = getArray (_config >> "lootPosZombie");
if (count _positions > 0) then {