zeppo Posted July 28, 2015 Report Share Posted July 28, 2015 How do i take away the (remove plotpole) option? Link to comment Share on other sites More sharing options...
0 TheHound Posted July 28, 2015 Report Share Posted July 28, 2015 Would be somewhere in fn_selfActions.sqf I would imagine, been a few years since I've ran ArmA 2 though. Link to comment Share on other sites More sharing options...
0 BetterDeadThanZed Posted July 28, 2015 Report Share Posted July 28, 2015 What option do you want to remove? You want to take away the ability to remove a plot pole? Take away the requirement to have a plot pole for building? Need more information. Link to comment Share on other sites More sharing options...
0 zeppo Posted July 28, 2015 Author Report Share Posted July 28, 2015 Want to take away the option to take up the plotpole. Link to comment Share on other sites More sharing options...
0 Antichrist Posted July 28, 2015 Report Share Posted July 28, 2015 Crack open your custom Variables.sqf and find DZE_isRemovable array and remove plot pole from there. That will not allow anyone to remove the plot, not even owner. However if you want owner to be able to remove it create new array in your Variables.sqf removable_plot = ["Plastic_Pole_EP1_DZ"]; Then open up your custom fn_selfActions.sqf and find if(_isModular) then { Replace this line with this if(_isModular || _typeOfCursorTarget in removable_plot) then { By doing so it will allow ONLY the owner and people added to the plot pole (if using plot management) to remove it. ElDubya 1 Link to comment Share on other sites More sharing options...
0 zeppo Posted July 28, 2015 Author Report Share Posted July 28, 2015 Thanks :) Link to comment Share on other sites More sharing options...
0 BetterDeadThanZed Posted July 28, 2015 Report Share Posted July 28, 2015 Want to take away the option to take up the plotpole. Just curious why you'd want to do this. Unless you have Plot4Life installed, once a player dies, that means he can't continue to build on that plot pole if he can't remove it and replace it. Link to comment Share on other sites More sharing options...
0 zeppo Posted July 28, 2015 Author Report Share Posted July 28, 2015 I have Plot4LIfe installed, i removed the option to stop glichers to take over bases ;) Link to comment Share on other sites More sharing options...
0 ElDubya Posted July 28, 2015 Report Share Posted July 28, 2015 Just curious why you'd want to do this. Unless you have Plot4Life installed, once a player dies, that means he can't continue to build on that plot pole if he can't remove it and replace it. I am using Plot Management and also removed the option to take up plot poles. On my server, you need a plotpole down to place safes, lockboxes and tents. This stopped people from being able to put a pole down, place one of these items then lift the pole again. If Plot Management is installed correctly, dying doesn't matter. You can still build after death. :) zeppo 1 Link to comment Share on other sites More sharing options...
Question
zeppo
How do i take away the (remove plotpole) option?
Link to comment
Share on other sites
8 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