mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
@@ -41,7 +41,7 @@ if (DZE_StaticConstructionCount > 0) then {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (isNumber (configFile >> "CfgVehicles" >> _objType >> "constructioncount")) then {
|
if (isNumber (configFile >> "CfgVehicles" >> _objType >> "constructioncount")) then {
|
||||||
_limit = getNumber(configFile >> "_objType" >> _classname >> "constructioncount");
|
_limit = getNumber(configFile >> "CfgVehicles" >> _objType >> "constructioncount");
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -212,6 +212,7 @@ dayz_resetSelfActions = {
|
|||||||
s_player_removeflare = -1;
|
s_player_removeflare = -1;
|
||||||
s_player_painkiller = -1;
|
s_player_painkiller = -1;
|
||||||
s_player_studybody = -1;
|
s_player_studybody = -1;
|
||||||
|
s_player_tamedog = -1;
|
||||||
s_player_madsci_crtl = -1;
|
s_player_madsci_crtl = -1;
|
||||||
s_player_parts_crtl = -1;
|
s_player_parts_crtl = -1;
|
||||||
s_build_Sandbag1_DZ = -1;
|
s_build_Sandbag1_DZ = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user