Jump to content
  • 0

Increasing Plotpole Distance


Davep122

Question

Hi,

 

I am trying to set my plot pole to span 100m. I have checked online and found many documents saying edit the player_build.sqf There should be a Distance entry cange it from 30 to 100 but my file is not set up like that. This is what mine says

 

_isPole = (_classname == "Plastic_Pole_EP1_DZ");
_isLandFireDZ = (_classname == "Land_Fire_DZ");
 
_distance = DZE_PlotPole select 0;
_needText = localize "str_epoch_player_246";
 
if(_isPole) then {
_distance = DZE_PlotPole select 1;
};
 
I have no idea what variables 0 or 1 are
 
Anyone able to help please,
 
Thanks
Dave
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...