mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Fix missing sand bag round description string
Thx @dreamforceinc
This commit is contained in:
@@ -64,8 +64,8 @@ class BagFenceRound_DZ_kit: CA_Magazine
|
|||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
type = 256;
|
type = 256;
|
||||||
displayName = $STR_EQUIP_NAME_21_ROUND;
|
displayName = $STR_EQUIP_NAME_SANDBAGS_ROUND;
|
||||||
descriptionShort = $STR_EQUIP_DESC_21;
|
descriptionShort = $STR_EQUIP_DESC_SANDBAGS_ROUND;
|
||||||
model = "\dayz_equip\models\sandbags.p3d";
|
model = "\dayz_equip\models\sandbags.p3d";
|
||||||
picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
|
picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
|
||||||
|
|
||||||
|
|||||||
@@ -4308,6 +4308,19 @@
|
|||||||
<Czech>Jutové pytle, lze naplnit pískem nebo zeminou a použít je pro postavení opevnění.</Czech>
|
<Czech>Jutové pytle, lze naplnit pískem nebo zeminou a použít je pro postavení opevnění.</Czech>
|
||||||
<French>Des sacs de jute qui peuvent être remplis de sable et utilisés pour des fortifications militaires.</French>
|
<French>Des sacs de jute qui peuvent être remplis de sable et utilisés pour des fortifications militaires.</French>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_EQUIP_NAME_SANDBAGS_ROUND">
|
||||||
|
<English>Sandbag Fence (Round)</English>
|
||||||
|
<German>Sandsack (rund)</German>
|
||||||
|
<Russian>Огр-е из мешков (Круг)</Russian>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EQUIP_DESC_SANDBAGS_ROUND">
|
||||||
|
<English>Sacks made of hessian that can be filled with sand or soil and used for military fortification.</English>
|
||||||
|
<German>Jutesäcke, die mit Sand oder Erde gefüllt für Befestigungen verwendet werden können.</German>
|
||||||
|
<Russian>Мешки с песком для создания оборонительных сооружений.</Russian>
|
||||||
|
<Spanish>Bolsas hechas de arpillera que pueden llenarse con arena o tierra y ser usadas para fortificación militar.</Spanish>
|
||||||
|
<Czech>Jutové pytle, lze naplnit pískem nebo zeminou a použít je pro postavení opevnění.</Czech>
|
||||||
|
<French>Des sacs de jute qui peuvent être remplis de sable et utilisés pour des fortifications militaires.</French>
|
||||||
|
</Key>
|
||||||
<Key ID="STR_EQUIP_NAME_TANK_TRAP">
|
<Key ID="STR_EQUIP_NAME_TANK_TRAP">
|
||||||
<English>Tank Trap Kit</English>
|
<English>Tank Trap Kit</English>
|
||||||
<German>Panzersperre</German>
|
<German>Panzersperre</German>
|
||||||
@@ -30173,11 +30186,6 @@
|
|||||||
<German>Eine große Holzwand mit verschlossener Tür bestehend aus Sperr- und Bauholz.</German>
|
<German>Eine große Holzwand mit verschlossener Tür bestehend aus Sperr- und Bauholz.</German>
|
||||||
<Russian>Большая деревянная стена с дверью и кодовым замком.</Russian>
|
<Russian>Большая деревянная стена с дверью и кодовым замком.</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EQUIP_NAME_21_ROUND">
|
|
||||||
<English>Sandbag Fence (Round)</English>
|
|
||||||
<German>Sandsack (rund)</German>
|
|
||||||
<Russian>Огр-е из мешков (Круг)</Russian>
|
|
||||||
</Key>
|
|
||||||
<Key ID="STR_EQUIP_NAME_21_NEST">
|
<Key ID="STR_EQUIP_NAME_21_NEST">
|
||||||
<English>Sandbag Nest</English>
|
<English>Sandbag Nest</English>
|
||||||
<German>Sandsacknest</German>
|
<German>Sandsacknest</German>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include "\z\addons\dayz_server\compile\server_toggle_debug.hpp"
|
#include "\z\addons\dayz_server\compile\server_toggle_debug.hpp"
|
||||||
|
|
||||||
private ["_isStatic","_type","_objectUID","_characterID","_object","_worldspace","_key","_ownerArray","_inventory","_clientKey","_exitReason","_player","_playerUID"];
|
private ["_type","_objectUID","_characterID","_object","_worldspace","_key","_ownerArray","_inventory","_clientKey","_exitReason","_player","_playerUID"];
|
||||||
|
|
||||||
if (count _this < 6) exitWith {diag_log "Server_PublishObj error: Wrong parameter format";};
|
if (count _this < 6) exitWith {diag_log "Server_PublishObj error: Wrong parameter format";};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user