mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #2028 from F507DMT/patch-8
Update player_countMagazinesWBackpack.sqf
This commit is contained in:
@@ -50,7 +50,7 @@ if ((typeOf (unitBackPack player)) != "") then {
|
|||||||
ctrlActivate (_dialog displayCtrl 157);
|
ctrlActivate (_dialog displayCtrl 157);
|
||||||
if (gear_done) then {
|
if (gear_done) then {
|
||||||
waitUntil {ctrlShown (_dialog displayCtrl 159)};
|
waitUntil {ctrlShown (_dialog displayCtrl 159)};
|
||||||
sleep 0.001;
|
uiSleep 0.001;
|
||||||
};
|
};
|
||||||
|
|
||||||
for "_i" from 5000 to (5000 + _count) do {
|
for "_i" from 5000 to (5000 + _count) do {
|
||||||
@@ -69,6 +69,6 @@ if ((typeOf (unitBackPack player)) != "") then {
|
|||||||
};
|
};
|
||||||
|
|
||||||
(findDisplay 106) closeDisplay 0;
|
(findDisplay 106) closeDisplay 0;
|
||||||
if (gear_done) then {sleep 0.001;};
|
if (gear_done) then {uiSleep 0.001;};
|
||||||
|
|
||||||
_magazineArray
|
_magazineArray
|
||||||
|
|||||||
Reference in New Issue
Block a user