mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
@@ -20,3 +20,4 @@ for "_i" from 0 to 360 step (450 / _BD_radius) do {
|
|||||||
_object setVariable ["Inventory", ["PPMarker"],true];
|
_object setVariable ["Inventory", ["PPMarker"],true];
|
||||||
_object enableSimulation false;
|
_object enableSimulation false;
|
||||||
_object setpos _location;
|
_object setpos _location;
|
||||||
|
};
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
private ["_display","isOwner"];
|
private ["_display","_isOwner"];
|
||||||
disableSerialization;
|
disableSerialization;
|
||||||
|
|
||||||
if (count(_this) > 0) then
|
if (count(_this) > 0) then
|
||||||
|
|||||||
@@ -16215,7 +16215,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_TRADE_BAG_BAGS">
|
<Key ID="STR_EPOCH_TRADE_BAG_BAGS">
|
||||||
<English>You can't purchase a backpack into your backpack.</English>
|
<English>You can't purchase a backpack into your backpack.</English>
|
||||||
<Russian>В рюкзак поместится рюкзаков: %1.</Russian>
|
<Russian>В рюкзак поместится рюкзаков: 1.</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_TRADE_BUY_IN_BACKPACK">
|
<Key ID="STR_EPOCH_TRADE_BUY_IN_BACKPACK">
|
||||||
<English>Purchased %1 items into your backpack</English>
|
<English>Purchased %1 items into your backpack</English>
|
||||||
|
|||||||
Reference in New Issue
Block a user