mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Move cutText above the Loop
This commit is contained in:
@@ -80,6 +80,8 @@ if (_proceed) then {
|
|||||||
// all parts removed proceed
|
// all parts removed proceed
|
||||||
if (_tobe_removed_total == _removed_total) then {
|
if (_tobe_removed_total == _removed_total) then {
|
||||||
|
|
||||||
|
cutText [format[(localize "str_epoch_player_144"),_text], "PLAIN DOWN", 5];
|
||||||
|
|
||||||
_uniqueID = random(99999);
|
_uniqueID = random(99999);
|
||||||
_retry = 0;
|
_retry = 0;
|
||||||
cutText [format[(localize "STR_EPOCH_ACTIONS_4"), _count], "PLAIN DOWN", 5];
|
cutText [format[(localize "STR_EPOCH_ACTIONS_4"), _count], "PLAIN DOWN", 5];
|
||||||
@@ -89,9 +91,6 @@ if (_proceed) then {
|
|||||||
publicVariableServer "PVDZE_maintainArea";
|
publicVariableServer "PVDZE_maintainArea";
|
||||||
sleep 20;
|
sleep 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
cutText [format[(localize "str_epoch_player_144"),_text], "PLAIN DOWN", 5];
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
{player addMagazine _x;} forEach _temp_removed_array;
|
{player addMagazine _x;} forEach _temp_removed_array;
|
||||||
|
|||||||
Reference in New Issue
Block a user