mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Update init.sqf
Update to use KK's Array Shuffle Plus function. Shuffle the array 5 times.
This commit is contained in:
@@ -23,7 +23,7 @@ _WaterHoleArray = [
|
|||||||
"WillowLake"
|
"WillowLake"
|
||||||
];
|
];
|
||||||
|
|
||||||
_infectedWaterHoles = _WaterHoleArray call fn_shuffleArray;
|
_infectedWaterHoles = [_WaterHoleArray,5] call fn_shuffleArray;
|
||||||
|
|
||||||
infectedWaterHoles = [];
|
infectedWaterHoles = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user