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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...