mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 11:42:38 +03:00
Compare commits
1 Commits
1.0.7.1
...
revert-202
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
066b6bd598 |
@@ -50,7 +50,7 @@ if ((typeOf (unitBackPack player)) != "") then {
|
||||
ctrlActivate (_dialog displayCtrl 157);
|
||||
if (gear_done) then {
|
||||
waitUntil {ctrlShown (_dialog displayCtrl 159)};
|
||||
uiSleep 0.001;
|
||||
sleep 0.001;
|
||||
};
|
||||
|
||||
for "_i" from 5000 to (5000 + _count) do {
|
||||
@@ -69,6 +69,6 @@ if ((typeOf (unitBackPack player)) != "") then {
|
||||
};
|
||||
|
||||
(findDisplay 106) closeDisplay 0;
|
||||
if (gear_done) then {uiSleep 0.001;};
|
||||
if (gear_done) then {sleep 0.001;};
|
||||
|
||||
_magazineArray
|
||||
|
||||
Reference in New Issue
Block a user