Alexis Posted March 18, 2015 Report Share Posted March 18, 2015 Hello everyone! Tell me, is there any script that prohibits a withdrawal plot pole, or to capture the raft? Link to comment Share on other sites More sharing options...
0 cen Posted March 18, 2015 Report Share Posted March 18, 2015 Remove it from this array in variables.sqf: DZE_isRemovable = ["Fence_corrugated_DZ","ParkBench_DZ","Plastic_Pole_EP1_DZ","FireBarrel_DZ","Scaffolding_DZ","StickFence_DZ"]; SchwEde and Alexis 2 Link to comment Share on other sites More sharing options...
0 SchwEde Posted March 18, 2015 Report Share Posted March 18, 2015 another way to remove the scroll action menu: in your fn_selfaction search for: if(_player_deleteBuild) then { and replace it with: if(_player_deleteBuild && !(_typeOfCursorTarget == "Plastic_Pole_EP1_DZ")) then { Link to comment Share on other sites More sharing options...
Question
Alexis
Hello everyone! Tell me, is there any script that prohibits a withdrawal plot pole, or to capture the raft?
Link to comment
Share on other sites
2 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