mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
#919 override plotpole variables
This commit is contained in:
@@ -117,11 +117,11 @@ if((count _offset) <= 0) then {
|
|||||||
_isPole = (_classname == "Plastic_Pole_EP1_DZ");
|
_isPole = (_classname == "Plastic_Pole_EP1_DZ");
|
||||||
_isLandFireDZ = (_classname == "Land_Fire_DZ");
|
_isLandFireDZ = (_classname == "Land_Fire_DZ");
|
||||||
|
|
||||||
_distance = 30;
|
_distance = DZE_plotRadius;
|
||||||
_needText = localize "str_epoch_player_246";
|
_needText = localize "str_epoch_player_246";
|
||||||
|
|
||||||
if(_isPole) then {
|
if(_isPole) then {
|
||||||
_distance = 60;
|
_distance = DZE_plotDistance;
|
||||||
};
|
};
|
||||||
|
|
||||||
// check for near plot
|
// check for near plot
|
||||||
|
|||||||
Reference in New Issue
Block a user