Jump to content

how to disable base capture on plot for life?


nova

Recommended Posts

Just remove the option from your fn_selfactions

Look for "plot_take_ownership.sqf" and remove the following...

		if (s_player_plot_take_ownership < 0) then {
			if (DZE_PlotOwnership) then {
				_isowner = [player, _cursorTarget] call FNC_check_owner;
				If (( _isowner select 0 )) then{
					s_player_plot_take_ownership = player addAction ["Take plot items ownership", "Your-file-path\plot_take_ownership.sqf", "", 1, false];
				};
			};
		};

Also

player removeAction s_player_plot_take_ownership;
s_player_plot_take_ownership = -1;

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...